Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A developer is creating a containerized application on AWS that requires secure API key management for third-party service communication. What are two secure methods to store and access these API keys within the application?
A
Utilize a service to store API keys securely and provide application retrieval access.
B
Encode API keys within CloudFormation templates and pass them via environment variables.
C
Integrate API keys into a CloudFormation template parameter for passing through environment variables.
D
Incorporate API keys directly into the application code and handle container image creation and upload.
E
Store API keys in a managed service allowing application access for retrieval.