
Answer-first summary for fast verification
Answer: Leverage AWS Systems Manager Parameter Store for managing and accessing a large number of environment variables.
The correct answer is D. AWS Systems Manager Parameter Store is specifically designed for managing configuration data and secrets, including environment variables. It can handle a large number of parameters, providing features like versioning, fine-grained access control, and integration with AWS Identity and Access Management (IAM). This makes it the recommended solution for overcoming the character limit issue with environment variables in AWS CodeBuild.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What is the recommended approach to resolve an AWS CodeBuild error caused by exceeding the maximum character limit for environment variables?
A
Ensure POSIX localization by adding the export LC_ALL="en_US.utf8" command in the pre_build section.
B
Utilize Amazon Cognito for storing key-value pairs of environment variables.
C
Modify the build project settings to utilize an Amazon S3 bucket for managing a large number of environment variables.
D
Leverage AWS Systems Manager Parameter Store for managing and accessing a large number of environment variables.