Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer securely manage and retrieve variables, including API authentication and URL, across multiple environments for an ECS-deployed application with minimal code changes?
A
Integrate the application to fetch variables from AWS Systems Manager Parameter Store and AWS Secrets Manager, using distinct paths for each environment.
B
Utilize AWS Key Management Service for storing API URL and credentials as unique keys per environment.
C
Implement variable retrieval from encrypted files co-located with the application, with environment-specific files for API URL and credentials.
D
Modify the application to access variables defined in the ECS task definition, with unique identifiers for authentication info and API URL across environments.