0 votes
in AWS by

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?

  • A. Add the export LC_ALL=ג€en_US.utf8ג€ command to the pre_build section to ensure POSIX localization.
  • B. Use Amazon Cognito to store key-value pairs for large numbers of environment variables.
  • C. Update the settings for the build project to use an Amazon S3 bucket for large numbers of environment variables.
  • D. Use AWS Systems Manager Parameter Store to store large numbers of environment variables.

1 Answer

0 votes
by

Correct answer is :- 

  • D. Use AWS Systems Manager Parameter Store to store large numbers of environment variables.

Related questions

0 votes
asked Feb 28 in AWS by DavidAnderson
0 votes
asked Mar 5 in AWS by DavidAnderson
...