cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

RDS Aurora Serverless v2 support #2086

Closed roded closed 1 year ago

roded commented 1 year ago

CloudFormation added support for Aurora Serverless v2 on Oct 5, 2022.

https://aws.amazon.com/about-aws/whats-new/2022/10/amazon-aurora-serverless-v2-supports-aws-cloudformation

markpeek commented 1 year ago

The only thing I saw in the CloudFormation release notes was ServerlessV2ScalingConfiguration which was implemented in this PR #2077 (in a release likely today). Was there anything else you know of needed?

roded commented 1 year ago

Oh, excellent. I was not aware it has been implemented already. I've found that I also need to remove EngineMode from AWS::RDS::DBCluster for serverless-v2, that's working properly though. Thanks! I'll wait for the release.