aws-samples / startup-kit-templates

CloudFormation templates to accelerate getting started on AWS.
Apache License 2.0
815 stars 400 forks source link

Add support for Aurora and MariaDB #17

Closed rnzsgh closed 6 years ago

rnzsgh commented 6 years ago

This release adds a new aurora.cfn.yml template with support for aurora and aurora-postgresql.

MariaDB support was added to the db.cfn.yml template.

The vpc.cnf.yml template was also updated to allow users to select their own AZs and increases the private subnet CIDR blocks from /24 to /19. Parameter groups and labels were also added to simplify stack creation.

The default DB password was also updated.