ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

83 / 465

Question 83:

What does the below custom IAM Policy achieve?

Answer options:

A.Permits the user start, stop, terminate and describe the existing instances.
B.Permits the user to launch a new instance as well as start, stop, and terminate the existing instances.
C.Permits the user only to describe the instances (read-only), and will not be able to start, stop, or terminate instances, since it overrides the allowed actions of TerminateInstances, RunInstances, StartInstances, and StopInstances in the policy. 
D.None of the above.