Topic 1 Question 402
A company uses AWS CloudFormation templates to manage infrastructure for a public-facing application in its development, pre-production, and production environments. The company needs to scale for increasing customer demand. A developer must upgrade the Amazon RDS DB instance type to a larger instance.
The developer deploys an update to the CloudFormation stack with the instance size change in the pre-production environment. The developer notices that the stack is in an UPDATE_ROLLBACK_FAILED slate in CloudFormation.
Which option is the cause of this issue?
The new instance type specified in the CloudFormation template is invalid
The database was deleted or modified manually outside of the CloudFormation stack
There is a syntax error in the CloudFormation template
The developer has insufficient IAM permissions to provision an instance of the specified type
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B
When CloudFormation encounters an issue during the stack update process, it attempts to roll back to the previous state. If resources have been modified or deleted outside of CloudFormation, the rollback process can fail, resulting in the UPDATE_ROLLBACK_FAILED state.
👍 5Alabi2024/06/28 - 👍 1Anandesh2024/07/02
シャッフルモード