Networking Flashcards
Where is data encrypted with encrypted AWS EBS?
Data at rest, snapshots and data moving between the volume and the instance is encrypted
How do you setup an IPsec (site-to-site VPN) between an on-premise and AWS VPC?
Create a Virtual Private Gateway on the AWS side and a customer gateway on the on-premise side
What is VPN CloudHub?
Provides secure coms between multiple site-to-site VPN connections for both on-premise and VPCs
What is a VPC Endpoint?
Connect your VPC to supported AWS services without traffic leaving AWS
What is a VPC Peering connection?
Connection between two VPCs in AWS
What is AWS Shield Advanced?
Sophisticated protection against DDOS attacks, costs $3k / month / org. Cost is per org if consolidated billing enabled
When is user data script run?
When an instance is first started - can set it to be everytime instance restarts but not by default
What is RDS Custom?
Allows you to customize your database and operating system but still use RDS
What is Amazon FSx Lustre?
Highpperformance file system, useful for HPC
What is an EC2 Launch Configuration
Instance configuration template that an Auto Scaling group uses to launch EC2 instances
Can you modify an EC2 Launch Configuration?
No, you must create a new launch configuration and then modify the auto scaling group
What is Amazon Aurora?
MySQL and PostgreSQL compatbile relational database for the cloud
Can a NAT instance be used as a bastion host?
Yes
Are security groups associated with a NAT instance?
Yes
Can port forwarding be enabled on a NAT instance?
Yes
Can port forwarding be enabled on a NAT gateway?
No
Are security groups associated with a NAT gateway?
No
What is CloudTrail?
Log management API calls to your AWS account
What is AWS Global Accelerator?
Network layer service that directs traffic to optimal endpoints over the AWS global network.
Protected by AWS Shield
Can do weighted routing which is great for global blue/green deployments
What is Amazon Redshift?
Uses SQL to analyze data across data warehouses and data lakes for BigData queries
What is Amazon Redshift Spectrum?
Directly query S3 without having to load data into Redshift tables. Offload processing to the Redshift Spectrum layer
What are IAM Permission Boundaries?
limits the maximum permissions for a given IAM principle
What are placement groups?
Describes the spread of EC2 instances
Cluster - packs instances physically close together for low latency
Partition - spread instances across different AZs but in the same rack
Spread - Places small group of instances across AZs
What is the minimum storage period before you can transition objects to IA?
30 days