79225742

Date: 2024-11-26 07:43:05
Score: 0.5
Natty:
Report link

You cannot set the property applyImmediately, as it does not exist in CloudFormation.

Regarding to the CloudFormation documentation, changes to the DatabaseInstance are applied immediately: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html

PreferredMaintenanceWindow.
This property applies when AWS CloudFormation initially creates the DB instance. If you use AWS CloudFormation to update the DB instance, those updates are applied immediately.

See also this quote from here: https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/597#issuecomment-1438357012

As of now, CFN applies all changes immediately: including AWS::RDS::DBInstance and AWS::RDS::DBCluster. Currently, there are no plans to expose this attribute as it would immediately conflict with the drift detector.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Christian Banfi