Networking Services Flashcards
1
Q
Amazon Virtual Private Cloud (VPC)
Default limit on the number of VPCs?
What do you specify when you create a VPC?
A
- A VPC is a virtual network dedicated to your AWS account
- It is logically isolated from other virtual networks in the AWS
Cloud - Provides complete control over the virtual networking
environment - You can launch your AWS resources, such as Amazon EC2
instances, into your VPC - When you create a VPC, you must specify a range of IPv4
addresses for the VPC in the form of a Classless Inter-Domain
Routing (CIDR) block; - A VPC spans all the Availability Zones in the region
- You have full control over who has access to the AWS
resources inside your VPC - By default you can create up to 5 VPCs per region
- A default VPC is created in each region with a subnet in each
AZ
2
Q
Security Groups
A
- Firewall for EC2 instances
- Operate at the instance level
- Support allow rules only
- Stateful
3
Q
Network Access Control Lists (ACLs)
A
- Firewall at the subnet level
- Support allow and deny rules
- Stateless
- Process rules in order
4
Q
IP addresses types
A
- Public IP
- Private IPs
- Elastic IPs
5
Q
Public IP
A
- Public IP is dynamic and lost when instance is stopped
- Public IPs cannot be moved between instances
6
Q
Private IPs
A
- Private IPs are attached to all EC2 instances
- Private IPs are retained when the instance is stopped
7
Q
Elastic IPs
A
- Elastic IPs are static public addresses
- Elastic IPs are retained when the instance is stopped
- Elastic IPs can be moved between instances
- Elastic IPs are chargeable if not used
8
Q
NAT Instances and Gateways
A
NAT Instances and Gateways
* Used for accessing the internet from private subnets
* Deployed in public subnets
* Must update the route table in private subnets
* NAT instances are managed by you
* NAT gateways are managed by AWS
9
Q
VPC Peering
A
- Used to route between VPCs using private IP addresses
10
Q
AWS Managed VPN
A
- Virtual private network (VPN) connection between onpremises sites and AWS
- Uses the public Internet
11
Q
AWS Direct Connect
A
- Private connection from on-premises to AWS
- Avoids the public Internet
12
Q
AWS Transit Gateway
A
- Connects VPCs and on-premises networks through a central
hub - Simplifies network configuration
13
Q
AWS Outposts
A
- Deploy AWS infrastructure on-premises and connect AWS
services - Can extend a VPC into the on-premises environment
- Supports several AWS services