Closed slushysnowman closed 4 years ago
Nevermind, closing this - turns out the issue was with how I was referencing the DB subnet group.
I was doing:
db_subnet_group_name=db_subnet_group.db_subnet_group_name
but should have been doing:
db_subnet_group_name=db_subnet_group.ref
When trying to create an Aurora Serverless Cluster using CfnDbCluster in a non-default VPC, I get an error:
The subnets I am trying to use are in a non-default VPC.
Reproduction Steps
What did you expect to happen?
Cluster should have been created in non-default VPC
What actually happened?
8:50:51 PM | CREATE_FAILED | AWS::RDS::DBCluster | ClusterResourceName No default subnet detected in VPC. Please contact AWS Support to recreate default Subnets. (Service: AmazonRDS; Status Code: 400; Error Code: InvalidSubnet; Request ID:; Pro
xy: null)
Environment
Other
This is :bug: Bug Report