-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS::RDS::DBInstance fails to update certain settings if in a VPC shared via RAM #373
Comments
@bracki @luiseduardocolon |
I face a similar issue (CDK Repo: #6439 and #6542): Creating an RDS DatabaseInstance through CDK and later changing various properties (e.g. "engineVersion") results in an "Internal Failure" error message. In my case I did not import the VPC from another account, I created everything in the same stack:
|
Is there an update on the fix? it's in "Coming Soon" for 5 weeks already. |
@luiseduardocolon Any updates on this would be much appreciated. Thank you! |
Hello, Any updates on this? |
|
I think we are encountering this issue also. We are using a VPC, but that VPC is not shared. I think this applies to any custom VPC, not just shared ones. When I try to update VPCSecurityGroups property or even MonitoringInterval property I get the follow error from cloudformation:
There is nothing in cloudtrail that would indicate why this is happening. The failure does not seem to get published to cloudtrail at all. |
Hey @mday-ntirety, is the issue still happening? If it is, could you please provide the exact steps you took and the CFN stack templates you used to reproduce it? |
1. Title
AWS::RDS::DBInstance fails to update certain settings if in a VPC shared via RAM
2. Scope of request
Make RDS and Cloudformation work in a shared VPC.
With VPC sharing via RAM Cloudformation can't be relied on when using RDS.
3. Expected behavior
DBInstanceClass
orEnablePerformanceMetrics
(there are probably more, but these are the two I ran into)InternalFailure
Trying to work around these limitations by removing the instance from the stack, updating it by hand and then reimporting also fails with
InternalFailure
.4. Suggest specific test cases
Samples:
DBInstanceClass
orEnablePerformanceMetrics
(there are probably more, but these are the two I ran into)InternalFailure
5. Helpful Links to speed up research and evaluation
The support mentioned that the team already knows about this.
6. Category (required) - Will help with tagging and be easier to find by other users to +1
The text was updated successfully, but these errors were encountered: