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

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
 
== Related terms ==
 
== Related terms ==
 
* <code>[[Fn::GetAtt]]</code>
 
* <code>[[Fn::GetAtt]]</code>
 
+
* [[AWS Free Tier]]
  
 
== See also ==
 
== See also ==

Revision as of 19:13, 9 August 2021


Snippets

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

Related terms

See also

Advertising: