Networking Flashcards
Amazon Virtual Private Cloud (VPC)
VPC is a foundational service that allows you to create a secure private network in the AWS cloud where you launch your resources.
Launch resources like EC2 inside the VPC
Isolate and protect resources
A VPC Spans AZs in a region
Can configure an internet gateway & peering connections
Amazon Route 53
A DNS service that routes users to apps
Domain registration (you can register your domain with it)
Performs health checks on AWS resources
Supports hybrid cloud architectures
AWS Direct Connect
Dedicated network connection from your on prem data center to AWS
Dedicated physical connection
Connects on prem data center to AWS
Data travels over a private network
Supports a hybrid environment
When to use AWS Direct Connect
To transfer large data ses to AWS
Transfer internal data directly to AWS bypassing your ISP
To build a hybrid environment
AWS VPN
Site to site VPN creates a secure connection between your internal network and your AWS VPCs
Similar to direct connect but data travels over the public internet
Data is automatically encrypted
Connects on prem data center to AWS
Supports a hybrid environment
Is also cheaper than direct connect
And it makes moving apps to the cloud easier
API Gateway
Allows you to build and manage APIs
Share data between systems
Integrate with services like Lambda