
Ultimate access to all questions.
A company utilizes AWS CloudFormation to manage its application deployment, which involves AWS Auto Scaling groups, Amazon EC2 instances, Application Load Balancers (ALBs), and other related resources. The company strictly enforces that any changes to the application resources must be made through CloudFormation stack updates. During a recent update attempt using the AWS CLI, the stack update failed with an error indicating that both the deployment and the CloudFormation stack rollback were unsuccessful, specifically mentioning that the AutoScalingGroup resource failed to update. Consequently, the stack is now in an UPDATE_ROLLBACK_FAILED state. What corrective action should be taken to resolve this stack update failure?
A
Update the subnet mappings configured for the ALBs and execute the aws cloudformation update-stack-set AWS CLI command.
B
Modify the IAM role to include necessary permissions for stack updates and run the aws cloudformation continue-update-rollback AWS CLI command.
C
Request an increase in the EC2 instance quota for the account and use the aws cloudformation cancel-update-stack AWS CLI command.
D
Remove the Auto Scaling group resource and initiate the aws cloudformation rollback-stack AWS CLI command.