Miscellaneous Flashcards
What is AWS Import/Export?
Accelerates moving huge amounts of data, you send in your storage device such as a hard drive, Amazon puts your data onto AWS and sends the device back
What is AWS Trusted Advisor?
Service which inspects your AWS environment and makes recommendations when opportunities may exist to save money, improve system performance, or close security gaps
Is SSL Termination supported on ELBs?
Yes
What is WAF?
Web Application Firewall - It helps protect web applications from common exploits, working with CloudFront and ELBs
What is recommended for highest security in your AWS system?
MFA
Communicate via SSL/TLS
Monitor user activity with CloudTrail
True or false: When creating a new security group, all outgoing traffic is allowed by default
True
What is OpsWorks?
Orchestration servcie that uses Chef
What does it mean that ELBs support SSL Termination?
ELBs handle decryption of encrypted data, so data sent from an ELB to an instance is non ecrypted, EC2 instances behind them don’t have to deal with decryption
How can you get a vulnerability scan on your AWS system?
You can request one from Amazon
What credentialing type is used to access AWS Management Console?
MFA
What credentialing type is used for CLI or SDK access to a EC2 Instance?
Access key ID and secret access key
True or false: When creating a new security group, all incoming traffic is allowed by default
False. It is all denied
Security in the cloud consists of what 4 areas?
Data protection
Privilege management
Infrastructure protection
Detective controls
What credentialing type is used to access AWS APIs via SOAP requests?
X.509 certificates
Explain the shared security model
Amazon is responsible for securing the underlying infrastructure that supports the cloud, and you are responsible for anything you put on the cloud or connect to the cloud
What is Privilege Management, and how is it implemented?
It ensures that only authenticated and authorized users have access to resources, in the manner intended. Includes:
Access Control Lists
Role-based access controls
Password Management, such as rotation policies
In what ways can Amazon initiate the movement of data between regions?
It can’t. Amazon will never initiate the movement of data between regions