Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should a developer securely configure AWS Lambda access to specific confidential S3 objects following the principle of least privilege?
A
Embed credentials in application code for S3 access.
B
Utilize AWS Secrets Manager to store and retrieve access keys for S3.
C
Assign a Lambda execution role with a policy granting minimal S3 object access.
D
Store access keys as environment variables in Lambda for S3 access.