Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a company securely manage an API key for sharing information with a third-party HTTP API endpoint without impacting application performance?
A
Utilize AWS Secrets Manager to store and retrieve API credentials dynamically for API calls.
B
Maintain API credentials in a local variable within the codebase, secured in a Git repository, for runtime API calls.
C
Place API credentials in a private S3 bucket with IAM policy restrictions and access them at runtime via the AWS SDK for API calls.
D
Keep API credentials in a DynamoDB table with resource-based policies and retrieve them at runtime using the AWS SDK for API calls.