Multiple Choice
You are using a configuration management system to manage your Amazon EC2 instances. On your Amazon EC2 Instances, you want to store credentials for connecting to an Amazon RDS DB instance. How should you securely store these credentials?
A) Give the Amazon EC2 instances an IAM role that allows read access to a private Amazon S3 bucket. Store a file with database credentials in the Amazon S3 bucket. Have your configuration management system pull the file from the bucket when it is needed.
B) Launch an Amazon EC2 instance and use the configuration management system to bootstrap the instance with the Amazon RDS DB credentials. Create an AMI from this instance.
C) Store the Amazon RDS DB credentials in Amazon EC2 user data. Import the credentials into the Instance on boot.
D) Assign an IAM role to your Amazon RDS instance, and use this IAM role to access the Amazon RDS DB from your Amazon EC2 instances.
E) Store your credentials in your version control system, in plaintext. Check out a copy of your credentials from the version control system on boot. Use Amazon EBS encryption on the volume storing the Amazon RDS DB credentials.
Correct Answer:

Verified
Correct Answer:
Verified
Q456: A DevOps Engineer is tasked with migrating
Q457: An application is being deployed with two
Q458: A company hosts its staging website using
Q459: A company has developed a static website
Q460: You need to deploy a new application
Q462: What is the scope of an EC2
Q463: A business has an application that consists
Q464: A company has deployed several applications globally.
Q465: A company has migrated its container-based applications
Q466: A DevOps Engineer has a single Amazon