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
What is Direct Connect?
Allows you to connect your own equipment to AWS dedicated rack space directly, bypassing ISPs and the internet altogether
Who is responsible for the security of AWS managed services such as DynamoDB, RSD, etc?
Amazon
What is KMS?
Key Management Service, a managed service that lets you create and control the encryption keys used to encrypt data
What credentialing type is used to access EC2 Instances via SSH, or cloudFront URLs?
Key pairs
What is CloudFormation?
Service which allows you to set up an entire infrastructure in code, which can be saved and used later to create another entire infrastructure
Describe the data protection best practices
Data classification should be in place before architecting security practices. Data should be classified as:
Publicly available
Available on within org
Available to section of org
Etc.
You should also develop a least privilege system so that people can only see what they need
Everything should be encrypted, both at rest and in transit
What is used to isolate instances running on the same physical machine from each other?
Xen Hypervisor