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
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Add EngineLifecycleSupport integration for instances and clusters (#538)
* Update RDS SDK version to 2.25.56
Version 2.25.56 adds SDK support for EngineLifecycleSupport.
CFN requires this new field as a dependency.
* Add EngineLifecycleSupport integration for instances and clusters
DB instances and clusters can be created and restored
with the EngineLifecycleSupport field via CloudFormation.
All subsequent updates to this field on the resource
will be blocked to prevent unintended customer
resource replacement. EngineLifecycleSupport is marked as
"Some Interruption" causing to preserve future compatibility for
when a formal modify option is available for this field.
Copy file name to clipboardExpand all lines: aws-rds-dbcluster/aws-rds-dbcluster.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,10 @@
132
132
"description": "The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql",
133
133
"type": "string"
134
134
},
135
+
"EngineLifecycleSupport": {
136
+
"description": "The life cycle type of the DB cluster. You can use this setting to enroll your DB cluster into Amazon RDS Extended Support.",
137
+
"type": "string"
138
+
},
135
139
"EngineMode": {
136
140
"description": "The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.",
0 commit comments