Guest User

Untitled

a guest
Jan 3rd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. You specified the 'AWSEBRDSDBInstance' resource in your configuration to create a database instance,
  2. without the corresponding database security group 'AWSEBRDSDBSecurityGroup'. For a better way to add
  3. and configure a database to your environment, use 'eb create --db' or the Elastic Beanstalk console
  4. instead of using a configuration file.
  5.  
  6. Resources:
  7. AWSEBRDSDatabase:
  8. Type: AWS::RDS::DBInstance
  9. Properties:
  10. AllocatedStorage: 5
  11. DBInstanceClass: db.t2.micro
  12. DBName: phctest
  13. Engine: postgresql
  14. EngineVersion: 10.4
  15. MasterUsername: username
  16. MasterUserPassword: password
Add Comment
Please, Sign In to add comment