rds-oracle

Installation
SKILL.md

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)

Installs
17
GitHub Stars
1.8K
First Seen
2 days ago
rds-oracle — aws/agent-toolkit-for-aws