ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

77 / 500

Question 77:

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 MYSQL DB instance. How would you securely access these credentials when the number of connections per second is lesser than 500?

Answer options:

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 DBcredentials. 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 EC2 instance, and use this IAM role to access the Amazon RDS DB from your Amazon EC2 instances.