In AWS, which security aspects are the customer's responsibility?

A. Security Group and ACL (Access Control List) settings
B. Decommissioning storage devices
C. Patch management on the EC2 instance's operating system
D. Life-cycle management of IAM credentials
E. Controlling physical access to compute resources
F. Encryption of EBS (Elastic Block Storage) volumes

Answer:
A. Security Group and ACL (Access Control List) settings
C. Patch management on the EC2 instance's operating system
D. Life-cycle management of IAM credentials
F. Encryption of EBS (Elastic Block Storage) volumes

Computer Science & Information Technology

You might also like to view...

The password policy is designed to lock an account out of the computer if a user (or intruder attempting to crack the network) enters an incorrect password a specified number of times, thereby limiting the effectiveness of dictionary-based password crackers

Indicate whether the statement is true or false

Computer Science & Information Technology

An overloaded + operator takes a class object and a double as operands. For it to be commutative (i.e., a +

b and b + a both work): a. operator+ must be a member function of the class from which the objects are instantiated. b. operator+ must be a non-member function. c. It must be overloaded twice; the operator+ function that takes the object as the left operand must be a member function, and the other operator+ function must be a global function. d. The + operator cannot be overloaded to be commutative.

Computer Science & Information Technology