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

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
  
  
PostgrewSQL [[AWS Free Tier]]:
+
PostgreSQL [[AWS Free Tier]]:
  
 
  MyDB:
 
  MyDB:
Line 18: Line 18:
 
     AllocatedStorage: '5'
 
     AllocatedStorage: '5'
 
     DBInstanceClass: [[db.t2.micro]]
 
     DBInstanceClass: [[db.t2.micro]]
     Engine: PostgreSQL
+
     Engine: [[PostgreSQL]]
 
     MasterUsername: MyName
 
     MasterUsername: MyName
 
     MasterUserPassword: MyPassword
 
     MasterUserPassword: MyPassword

Revision as of 19:16, 9 August 2021


Snippets

PostgreSQL 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: