Amazon RDS for Oracle — Connectivity Safety guidance This skill covers creating and modifying RDS for Oracle resources when the user requests it. The agent MUST confirm the action with the user before executing. Do NOT execute any create or modify operation without explicit user confirmation (e.g., "yes", "proceed", "confirmed", "go ahead"). If the user has not confirmed, present the planned action and ask for approval. Execute these operations (after user confirmation) Create an instance: create-db-instance (requires a DB subnet group; RDS Oracle is VPC-only and not publicly accessible by default) Create a custom parameter group: create-db-parameter-group (family oracle-se2-19 , oracle-ee-19 , etc.) Create an option group: create-option-group (for Oracle Native Network Encryption, TLS/TCPS, S3 integration, APEX, Spatial) Change backup retention: modify-db-instance --backup-retention-period Enable/disable deletion protection: modify-db-instance --deletion-protection Change CloudWatch log exports: modify-db-instance --cloudwatch-logs-export-configuration Attach/detach parameter group or option group: modify-db-instance --db-parameter-group-name / --option-group-name Tag resources: add-tags-to-resource , remove-tags-from-resource Resource tagging (always apply on resource creation) Show more Installs 807 Repository aws/agent-toolk…-for-aws GitHub Stars 2.1K First Seen Jul 2, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
rds-oracle
安装
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill rds-oracle