SSM Parameter Store Quiz

5 questions Pass: 70% +25 pts

Quiz covering Build Processes and CodeBuild

SSM Parameter Store Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which AWS service is primarily used to store configuration data and secrets, such as database connection strings or API keys, for use in CodeBuild projects?

  2. 2

    When configuring a CodeBuild project to pull sensitive data from Parameter Store, which parameter type should be used for values like passwords or API keys to ensure they are encrypted?

  3. 3

    How do you reference a Parameter Store value directly within the 'env' section of a buildspec.yml file?

  4. 4

    What is a mandatory prerequisite for a CodeBuild project to successfully retrieve a value from SSM Parameter Store?

  5. 5

    If you are using a SecureString parameter in CodeBuild, what happens if the IAM role associated with the CodeBuild project does not have 'kms:Decrypt' permissions?