ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 413 - DOP-C01 discussion

Report
Export

Your application Amazon Elastic Compute Cloud (EC2) instances bootstrap by using a master configuration file that is kept in a version-enabled Amazon Simple Storage Service (S3) bucket. Which one of the following methods should you use to securely install the current configuration version onto the instances in a cost-effective way?

A.
Create an Amazon DynamoDB table to store the different versions of the configuration file. Associate AWS Identity and Access Management (IAM) EC2 roles to the Amazon EC2 instances, and reference the DynamoDB table to get the latest file from Amazon Simple Storage Service (S3).
Answers
A.
Create an Amazon DynamoDB table to store the different versions of the configuration file. Associate AWS Identity and Access Management (IAM) EC2 roles to the Amazon EC2 instances, and reference the DynamoDB table to get the latest file from Amazon Simple Storage Service (S3).
B.
Associate an IAM S3 role to the bucket, list the object versions using the Amazon S3 API, and then get the latest object.
Answers
B.
Associate an IAM S3 role to the bucket, list the object versions using the Amazon S3 API, and then get the latest object.
C.
Associate an IAM EC2 role to the instances, list the object versions using the Amazon S3 API, and then get the latest object.
Answers
C.
Associate an IAM EC2 role to the instances, list the object versions using the Amazon S3 API, and then get the latest object.
D.
Associate an IAM EC2 role to the instances, and then simply get the object from Amazon S3, because the default is the current version.
Answers
D.
Associate an IAM EC2 role to the instances, and then simply get the object from Amazon S3, because the default is the current version.
E.
Store the IAM credentials in the Amazon EC2 user data for each instance, and then simply get the object from S3, because the default is the current version.
Answers
E.
Store the IAM credentials in the Amazon EC2 user data for each instance, and then simply get the object from S3, because the default is the current version.
Suggested answer: D
asked 16/09/2024
Melih Sivrikaya
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first