You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instances are supposed to be by default == 1 , but when instances: 1 is commented out, the cluster is created without any instances
when I try to destroy the stack, I get:
6:47:47 PM | DELETE_FAILED | AWS::DocDB::DBSubnetGroup | MongoClusterSubnets57E68960
Got InvalidDBInstanceStateException with error: Cannot delete the subnet group 'mongoclustersubnets57e68960-jxuv00nfliql' because at least one database cluster: mongocluster is still using
it.
It looks like the second issue is a duplicate of a one opened last week: #29054. There is already a PR up to fix it: #29059. Regarding the first issue - it looks like the logic here doesn't allow for deploying less than one instance.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
Stack deployed from:
Now, there are two bugs here:
instances: 1
is commented out, the cluster is created without any instancesExpected Behavior
as above.
Current Behavior
as above.
Reproduction Steps
As above.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.128.0 (build d995261)
Framework Version
No response
Node.js Version
v18.18.2
OS
MacOS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: