aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

AWS::RDS::DBInstance - [Coverage] - Implement `EngineLifecycleSupport` #2049

Closed r-heimann closed 4 days ago

r-heimann commented 1 month ago

Name of the resource

AWS::RDS::DBInstance

Resource name

No response

Description

See https://aws.amazon.com/about-aws/whats-new/2024/05/amazon-rds-extended-support-apis-available/ and also https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html

It currently is not implemented in CloudFormation (according to the official docs): https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html

Other Details

No response

zrfr commented 1 month ago

This is currently in progress (https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-rds/pull/538, https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-rds/pull/539)

zrfr commented 1 week ago

The EngineLifecycleSupport property is now available for AWS::RDS::DBInstance and AWS::RDS::DBCluster.