nerdexam
Amazon

DVA-C02 · Question #191

When a developer tries to run an AWS CodeBuild project, it raises an error because the length of all environment variables exceeds the limit for the combined maximum of characters. What is the…

The correct answer is D. Use AWS Systems Manager Parameter Store to store large numbers of environment variables. https://docs.aws.amazon.com/codebuild/latest/userguide/troubleshooting.html

Submitted by yasin.bd· Mar 5, 2026Troubleshooting and Optimization

Question

When a developer tries to run an AWS CodeBuild project, it raises an error because the length of all environment variables exceeds the limit for the combined maximum of characters. What is the recommended solution?

Options

  • AAdd the export LC_ALL="en_US.utf8" command to the pre_build section to ensure POSIX
  • BUse Amazon Cognito to store key-value pairs for large numbers of environment variables.
  • CUpdate the settings for the build project to use an Amazon S3 bucket for large numbers of
  • DUse AWS Systems Manager Parameter Store to store large numbers of environment variables.

How the community answered

(54 responses)
  • A
    15% (8)
  • B
    6% (3)
  • C
    7% (4)
  • D
    72% (39)

Explanation

https://docs.aws.amazon.com/codebuild/latest/userguide/troubleshooting.html

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice