An administrator is using Amazon CloudFormation to deploy a three tier web application that consists of a web tier and application tier that will utilize Amazon DynamoDB for storage when creating the CloudFormation template which of the following would allow the application instance access to the DynamoDB tables without exposing API credentials?
A. Create an Identity and Access Management Role that has the required permissions to read and write from the required DynamoDB table and associate the Role to the application instances by referencing an instance profile.
B. Use the Parameter section in the Cloud Formation template to nave the user input Access and Secret Keys
from an already created IAM user that has me permissions required to read and write from the required
DynamoDB table.
C. Create an Identity and Access Management Role that has the required permissions to read and write from the required DynamoDB table and reference the Role in the instance profile property of the application instance.
D. Create an identity and Access Management user in the CloudFormation template that has permissions to
read and write from the required DynamoDB table, use the GetAtt function to retrieve the Access and secret
keys and pass them to the application instance through user-data.
Answer: C. Create an Identity and Access Management Role that has the required permissions to read and write from the required DynamoDB table and reference the Role in the instance profile property of the application instance.
You might also like to view...
What can the following Netcat command do? nc –v –z 12.10.10.1 1-1024
a. It conducts port scanning. b. It sets up a netcat listener. c. It uploads a file. d. It sets up a Telnet session.
What does quad core mean in relation to processors?
A) The main CPU is clocked at four times the static rate. B) Four processors are installed in one or two sockets on the motherboard. C) Four pipelines are used inside the processor for simultaneous instruction execution. D) Four core system processes can be executed upon simultaneously.