You working in the media industry and you have created a web application where users will be able to upload photos they create to your website. This web application must be able to call the S3 API in order to be able to function. Where should you store your API credentials whilst maintaining the maximum level of security.

A. Save the API credentials to your php files.
B. Don't save your API credentials. Instead create a role in IAM and assign this role to an EC2 instance when you first create it.
C. Save your API credentials in a public Github repository.
D. Pass API credentials to the instance using instance userdata.


Answer: B. Don't save your API credentials. Instead create a role in IAM and assign this role to an EC2 instance when you first create it.

Computer Science & Information Technology

You might also like to view...

Subscript notation provides ____________ access to individual characters in a string.

a. write-only b. local c. read-only d. global

Computer Science & Information Technology

Count is an SQL ________ function

Fill in the blank(s) with correct word

Computer Science & Information Technology

The earliest type of fiber optic systems were:

a. Graded index multimode b. Attenuated c. Multimode d. Single mode e. Step mode

Computer Science & Information Technology

Alpha channels are displayed as black and white thumbnail images in Photoshop's Channels panel.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology