Skip to main content

Postgresql



Resource Icon

Resource Overview

Using PostgreSQL with Amazon RDS makes database operation and management easy and scalable. Additionally, RDS provides automated backup and restore capabilities for database instances, helping to prevent data loss, and offers security features to ensure the safety of your data.

Associated Resources

Parent Resources

Connected Resources

Resource Setting Values

  • database_name : Database name
  • engine_version : PostgreSQL version to use for RDS
  • instance_class : The instance type of the RDS instance
  • storage_type : Storage Type of RDS Instance - gp2, io1, standard
  • allocated_storage : Capacity of RDS Instance Storage (Gigabytes)
  • max_allocated_storage : The upper limit to which Amazon RDS can automatically scale the storage of the DB instance
  • multi_az_enabled : Enable multi AZ - true, false
  • username : Username in RDS
  • password : RDS user password
  • skip_final_snapshot : Determines whether a final DB snapshot is created before the DB instance is deleted - true, false
  • included_subnet_names : Subnet names in RDS Subnet group
  • backup_retention_period : The days to retain backups for
  • storage_encrypted : Whether the DB instance is encrypted - true, false
  • publicly_accessible : Whether the instance has public access - true, false
  • monitoring
    • performance_insights_enabled : Enable performance insights - true, false
  • encryption
    • storage_encrypted : Whether the DB instance is encrypted - true, false
    • kms_key_name : The KMS key name for encryption
  • backup
    • backup_retention_period : The days to retain backups for - 1 to 35 days
    • final_snapshot_enabled : Determines whether a final DB snapshot is created before the DB instance is deleted - true, false
    • final_snapshot_name : The final snapshot name

Reference Materials