sertvitas / exp-cdk-nibble

cdk tinkering
0 stars 1 forks source link

Configure all RDS settings #5

Open natemarks opened 2 years ago

natemarks commented 2 years ago

engein version, instance stype, parameter group settings, multi-az, maintenance window, storage auto scaling, storage ze

DNA settings upgrade parameter group settings

lambda bootstrap deletion protection

RDS performance insights

maintenance and backups

sertvitas commented 2 years ago

CTS prod: Engine ver - 11.5 engine_version: '11.5'

Deletion prot - enabled deletion_policy: 'Delete' # Set to snapshot for production, just in case!

Instance class - db.m4.large db_instance_class: 'db.m4.large'

vCPU - 2 RAM - 8G

MultiAZ - yes multi_az: False # set to True for production

Region - us-east-1c Secondary - us-east-1e

Encryption - enabled storage_encrypted: True

Storage type - General Purpose SSD (gp2) storage_type: 'gp2'

Storage - 100GB allocated_storage: 100

Storage autoscaling - disabled Performance insights - turned off

  parameters:
    autovacuum_naptime: 40 #default 30

  auto_minor_version_upgrade: False
  backup_retention_period: 7