AWS Networking Services Flashcards
Route 53
DNS service that routes users to applications
- domain registration
- traffic flow
- health checks
- failover
Virtual Private Cloud (VPC)
Foundational service that allows you to create a secure private network within the AWS Cloud where you launch your resources
Direct Connect
Dedicated physical network connection from your on-premise data center to AWS
Benefits:
- reduce cost when using large volumes of traffic
- increase reliability (predictable performance)
- increase bandwidth (predictable bandwidth)
- decrease latency
Virtual Private Network (VPN)
Site-to-site VPN creates a secure connection between your internal networks and your AWS VPCs
API Gateway
Allows you to build and manage APIs
- application programming interface: set of rules and protocols that allows different software applications to communicate and interact with each other
Outposts
- deploy AWS infrastructure on-premises and connect AWS services
- can extend a VPC into the on-premises environment
Virtual Private Gateway
Serves as a central point for VPN connections on the Amazon side.
Customer Gateway
Physical device or software application on the customer side of the VPN connection
Private Link
Allows you to securely access AWS services privately from VPC, without exposing your traffic to the public internet
Transit Gateway
Connects VPCs and on-premises networks through a central hub
AWS Resource Access Manager (AWS RAM)
Enables you to securely share your AWS resources with any AWS account or organization units, reducing overheads and centralizing access management to shared resources
Security Group
Virtual firewall for your instance to control incoming and outgoing traffic
- stateful: traffic is allowed in one direction, return traffic is automatically allowed
- operates at the instance level
- supports allow rules only
- evaluates all rules
Network Access Control List (ACL)
- operates at the subnet level
- supports allow and deny rules
- stateless
- processes rules in order
Public IP
- lost when instance is stopped
- used in public subnets
- no charge
- associated with private IP address on the instance
- cannot be moved between instances
Private IP address
- Retained when instance stops
- Used in public and private subnets