Multiple Choice
A company uses AWS CloudFormation to deploy its application infrastructure. Recently, a user accidentally changed a property of a database in a CloudFormation template and performed a stack update that caused an interruption to the application. A SysOps Administrator must determine how to modify the deployment process to allow the DevOps team to continue to deploy the infrastructure, but prevent against accidental modifications to specific resources. Which solution will meet these requirements?
A) Set up an AWS Config rule to alert based on changes to any CloudFormation stack. An AWS Lambda function can then describe the stack to determine if any protected resources were modified and cancel the operation.
B) Set up an Amazon CloudWatch Events event with a rule to trigger based on any CloudFormation API call. An AWS Lambda function can then describe the stack to determine if any protected resources were modified and cancel the operation.
C) Launch the CloudFormation templates using a stack policy with an explicit allow for all resources and an explicit deny of the protected resources with an action of Update:*. Launch the CloudFormation templates using a stack policy with an explicit allow for all resources and an explicit deny of the protected resources with an action of Update:*.
D) Attach an IAM policy to the DevOps team role that prevents a CloudFormation stack from updating, with a condition based on the specific Amazon Resource names (ARNs) of the protected resources.
Correct Answer:

Verified
Correct Answer:
Verified
Q385: A SysOps Administrator has been notified that
Q386: A SysOps Administrator is in the process
Q387: An ecommerce site is using Amazon ElastiCache
Q388: An image processing system runs asynchronously on
Q389: A SysOps Administrator is using AWS CloudFormation
Q391: A Chief Financial Officer has asked for
Q392: What does Amazon EBS stand for?<br>A) Elastic
Q393: A company's application stores documents within an
Q394: What are the benefits of CloudTrail integration
Q395: A company wants to ensure that each