ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

63 / 465

Question 63:

An employee unknowingly keeps terminating EC2 instances on the production environment. You want to restrict the user from terminating the production instances or add an extra layer of defense before he tries to do that next time. Which of the following options are suitable? (Select TWO.)

Answer options:

A.Tag the instances with a production-identifying tag and add resource-level permissions to the employee user with an explicit deny on the terminate API call to instances with the production tag.
B.Tag the instances with a production-identifying tag. Give the IAM user an implicit deny on the EC2 terminate API call for all the EC2 instances.
C.Modify the IAM policy on the user to require MFA before deleting EC2 instances and disable MFA access to the employee.
D.The user should be authenticated with an MFA device in order to be allowed to terminate an Amazon EC2 instance.