Skip to main content

Postgresql



Resource Icon

Resource Overview

Using PostgreSQL on AWS to build RDS provides easy database operation and management with high scalability. RDS also offers automatic backup and restore capabilities for database instances to help prevent data loss, while AWS security features ensure data protection.

Associated Resources

Parent Resources

Connected Resources


Resource Configuration

Basic Settings

  • database_name : Initial database name - 1 ~ 64 alphanumeric characters
  • engine_version : PostgreSQL engine version for RDS
  • instance_class : RDS DB instance type
  • storage_type : Storage type for the RDS instance - gp2, io1, standard
  • 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