In AWS, which security aspects are the customer’s responsibility? (Choose 4)
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
Explanation:
http://media.amazonwebservices.com/AWS_Security_Best_Practices.pdf
A: is costumers responsibility (Firewall and ACL is our Part)
B: is AWS responsibility (We never touche the AWS Hardware)
C: is costumers responsibility (AWS cannot access your EC2 Server)
D: is costumers responsibility (IAM Users and Security)
E: is AWS responsibility (We will never get access to a datacenter)
F: is costumers responsibility (You can crypt your Drive with KMS or 3rd Party)
A,C,D,F
A,C,D,F
ACDF