ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 205 - SAP-C02 discussion

Report
Export

A company is using AWS CloudFormation to deploy its infrastructure. The company is concerned that, if a production CloudFormation stack is deleted, important data stored in Amazon RDS databases or Amazon EBS volumes might also be deleted.

How can the company prevent users from accidentally deleting data in this way?

A.
Modify the CloudFormation templates to add a DeletionPolicy attribute to RDS and EBS resources.
Answers
A.
Modify the CloudFormation templates to add a DeletionPolicy attribute to RDS and EBS resources.
B.
Configure a stack policy that disallows the deletion of RDS and EBS resources.
Answers
B.
Configure a stack policy that disallows the deletion of RDS and EBS resources.
C.
Modify 1AM policies to deny deleting RDS and EBS resources that are tagged with an 'awsrcloudformation: stack-name' tag.
Answers
C.
Modify 1AM policies to deny deleting RDS and EBS resources that are tagged with an 'awsrcloudformation: stack-name' tag.
D.
Use AWS Config rules to prevent deleting RDS and EBS resources.
Answers
D.
Use AWS Config rules to prevent deleting RDS and EBS resources.
Suggested answer: A

Explanation:

With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted. You specify a DeletionPolicy attribute for each resource that you want to control. If a resource has no DeletionPolicy attribute, AWS CloudFormation deletes the resource by default. To keep a resource when its stack is deleted, specify Retain for that resource. You can use retain for any resource. For example, you can retain a nested stack, Amazon S3 bucket, or EC2 instance so that you can continue to use or modify those resources after you delete their stacks. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html

asked 16/09/2024
Arjen Vleugel
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first