Skip to main content

Oracle



Resource Icon

Resource Overview

Amazon RDS for Oracle is a fully managed commercial database that makes it easy to set up, operate, and scale Oracle deployments in the cloud. Amazon RDS handles time-consuming database management tasks such as provisioning, backups, software patching, monitoring, and hardware scaling, allowing customers to focus on innovation and application development.

Associated Resources

Parent Resources

Connected Resources


Resource Configuration

Basic Settings

  • database_name : Initial database name - 1 ~ 8 uppercase alphanumeric characters
  • license : Oracle license model - bring-your-own-license, license-included
  • engine : Oracle engine type - oracle-ee, oracle-se2
  • engine_version : Oracle engine version for RDS
  • instance_class : RDS DB instance type
  • storage_type : Storage type for the RDS instance
  • allocated_storage : RDS storage size (GB) - 20 ~ 65536
  • max_allocated_storage : Maximum limit for storage autoscaling
  • iops : I/O operations per second supported by the DB instance - 1000 ~ 40000
  • multi_az_enabled : Whether Multi-AZ deployment is enabled - true, false
  • username : RDS administrator username
  • password : RDS administrator password
  • publicly_accessible : Whether public access is allowed - true, false

Network Settings

  • included_subnet_names : List of subnet names included in the RDS Subnet Group
  • subnet_group_name : Subnet Group name for RDS
  • linked_security_group_names : List of security groups to apply

Monitoring Settings (monitoring)

  • monitoring.performance_insights_enabled : Whether Performance Insights is enabled - true, false
  • monitoring.kms_key_name : KMS Key name for Performance Insights

Encryption Settings (encryption)

  • encryption.storage_encrypted : Whether DB instance storage is encrypted - true, false
  • encryption.kms_key_name : KMS Key name used for encryption

Backup Settings (backup)

  • backup.backup_retention_period : Backup retention period (days) - 1 ~ 35
  • backup.final_snapshot_enabled : Whether to create a final snapshot before DB deletion - true, false
  • backup.final_snapshot_name : Final snapshot name

Tags

  • tag : Tags used to categorize the resource

References