0 votes
in AWS by

Your company has developed a web application and hosted it on an Amazon S3 bucket configured for static content. The users can log in to this app using their Google/Facebook login accounts. The application uses the AWS SDK for JavaScript in the browser to access data stored in an Amazon DynamoDB table.

How can you ensure that API keys for access to your data in DynamoDB are secure?

A. Create an Amazon S3 role in IAM with access to the specific DynamoDB tables, and assign it to the bucket hosting the website.

B. Configure S3 bucket tags with your AWS access keys to the bucket hosting the website, so that the application can query them for access.

C. Configure a web identity federation role within IAM to enable access to the correct DynamoDB resources and retrieve temporary credentials.

D. Store AWS keys in global variables within your application and configure the application to use these credentials when making requests

1 Answer

0 votes
by

Correct option is :- C. Configure a web identity federation role within IAM to enable access to the correct DynamoDB resources and retrieve temporary credentials

Related questions

0 votes
asked Apr 21 in AWS by DavidAnderson
0 votes
asked Dec 2, 2020 in AWS by rajeshsharma
...