ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

144 / 310

Question 144:

An employee keeps terminating EC2 instances in the production environment. You`ve determined the best way to ensure this doesn`t happen is to add an extra layer of defense against terminating the instances. Which of the following methods is the most appropriate one to add security protection that prevents the employee from terminating the production instances?

Answer options:

A.Tag the instance with a production-identifying tag and add resource-level permissions to the IAM policy of the employee user with an explicit deny on the terminate API call to instances with the production tag.
B.Tag the instance with a production-identifying tag and modify the employee`s group to only start, stop, and reboot API calls and not terminate the instance call.
C.Modify the IAM policy on the user to require MFA before deleting production EC2 instances.
D.Modify the IAM policy on the user to require MFA before deleting all EC2 instances.