ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

213 / 474

Question 213:

You’ve just started developing an application on your On-premise network. This application will interact with the Simple Storage Service and some DynamoDB tables. As the developer, how would you ensure that your SDK can interact with the AWS services on the cloud in the most secure manner?

Answer options:

A.Create an IAM Role with the required permissions and add it to your workstation.
B.Create an IAM Role with the required permissions and make a call to the STS service.
C.Create an IAM User, generate access keys, then use them from within your program.
D.Create an IAM User, generate a security token, and use the Security Token from within your program.