aws-samples / aws-samples/aws-serverless-security-workshop
CloudFormation deployment fails (eu-west-1)
Open
- Dominant language
- JavaScript
- Stars
- 542
- Forks
- 184
- PR merge metrics
- No merged PRs in 30d
Description
The CloudFormation deployment fails with "instances cannot be added to Aurora Serverless clusters".
As diving a bit deeper in to the issue the db.t2.small is not available in eu-west-1. Also the deployment tries to create serverless cluster which doesn't accept instances to be added.
db.t2.small -> db.t3.small
engine: aurora -> engine: aurora-mysql
Contributor guide
Assessment
This issue has not been assessed yet.