ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

291 / 465

Question 291:

A company has an application that is hosted on an EC2 instance. The code is written in .NET and connects to a MySQL RDS database. If you`re executing .NET code against AWS on an EC2 instance that is assigned an IAM role, which of the following is a true statement?

Answer options:

A.Retrieve the temporary security credentials from Amazon EC2 instance metadata. These are then passed on to the code that assumes the role and is valid for a limited time.
B.The code must have AWS access keys to execute.
C.Only .NET code can assume IAM roles.
D.None of the above