PrepAway - Latest Free Exam Questions & Answers

which can number in the hundreds, while retaining the a…

You want to securely distribute credentials for your Amazon RDS instance to your fleet of web server instances. The
credentials are stored in a file that is controlled by a configuration management system. How do you securely deploy the
credentials in an automated manner across the fleet of web server instances, which can number in the hundreds, while
retaining the ability to roll back if needed?

PrepAway - Latest Free Exam Questions & Answers

A.
Store your credential files in an Amazon S3 bucket.
Use Amazon S3 server-side encryption on the credential files.
Have a scheduled job that pulls down the credential files into the instances every 10 minutes.

B.
Store the credential files in your version-controlled repository with the rest of your code.
Have a post-commit action in version control that kicks off a job in your continuous integration system which securely copses the new
credential files to all web server instances.

C.
Insert credential files into user data and use an instance lifecycle policy to periodically refresh the file from the user data.

D.
Keep credential files as a binary blob in an Amazon RDS MySQL DB instance, and have a script on each Amazon EC2 instance that
pulls the files down from the RDS instance.

E.
Store the credential files in your version-controlled repository with the rest of your code.
Use a parallel file copy program to send the credential files from your local machine to the Amazon EC2 instances.

14 Comments on “which can number in the hundreds, while retaining the a…

  1. Sepehr says:

    I would say A.
    D cannot be correct. This is a file containing credentials for the RDS instance. How can you retrieve the credentials which give you access to the RDS instance from the RDS instance itself?! Remember, you need the credentials to access the RDS, i.e. you need the credentials to get the credentials. Not possible!




    1



    0
    1. BT says:

      C, D, E is wrong.

      I think A is better than B.
      A. Can use Versioning of S3. Secure server-side encrypt. Pull every 10 minutes by them self.
      B. You must use some external tool to trigger pass new configuration to EC2 instance. It is not what AWS want their customer do




      0



      0
  2. Sadeel Anjum says:

    None of the given options is appropriate other than A. Although A, too, is not perfect because it fetches credentials every 10 mints.
    But we gotta choose 1 options so I would go with A.




    1



    0
    1. Abdennour says:

      @onur .. Seems you want to say D is the correct answer because of the link that you provided ? If so, please check that link you will find out a limitation of this feature (max 20 connections to db/seconds ) while the question affirms that “the fleet of web server instances, which can number in the hundreds”




      0



      0
  3. Abdennour says:

    @onur .. Seems you want to say D is the correct answer because of the link that you provided ? If so, please check that link you will find out a limitation of this feature (max 20 connections to db/seconds ) while the question affirms that “the fleet of web server instances, which can number in the hundreds”




    2



    0

Leave a Reply

Your email address will not be published. Required fields are marked *