Difference between revisions of "AWS::RDS::DBInstance"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
 
== Snippets ==
 
== Snippets ==
 +
 +
 +
PostgrewSQL [[AWS Free Tier]]:
  
 
  MyDB:
 
  MyDB:

Revision as of 19:16, 9 August 2021


Snippets

PostgrewSQL AWS Free Tier:

MyDB:
  Type: AWS::RDS::DBInstance
  Properties:
    DBSecurityGroups:
    - Ref: MyDbSecurityByEC2SecurityGroup
    - Ref: MyDbSecurityByCIDRIPGroup
    AllocatedStorage: '5'
    DBInstanceClass: db.t2.micro
    Engine: PostgreSQL
    MasterUsername: MyName
    MasterUserPassword: MyPassword
  DeletionPolicy: Snapshot

Related terms

See also

Advertising: