Networking Services Review Flashcards

1
Q

What are the Networking Services?

A

Route 53
VPC (Virtual Private Cloud)
Direct Connect
VPN(Virtual Private Network)
API Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Route 53

A

A GLOBAL DNS service that routes users to applications
Highly available - route to another server if one is down
Can lock out by a country
DNS changes are not instantaneous due to propagation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

VPC

A

Virtual Private Cloud -logically isolated network in the AWS Cloud
Enables virtual networks
Can have private(uses NAT) and public subnets
Can enable a connection to your data center
Can have a private connection to apps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Direct Connect

A

A dedicated physical network connection from your on-prem data center to AWS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

VPN

A

Virtual Private Network - Site-to-Site VPN creates a secure connection between your internal networks and AWS virtual private clouds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

API Gateway

A

Allows you to build and fully manage APIs
Monitoring, metrics
Can distribute through CloudFront
Includes VPC and On-prem as well as public

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Peering?

A

Connecting multiple VPC’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is ELB?

A

Elastic Load Balancing = Horizontal scaling: adding more instances
Better than vertical which you have to shut down for and have to guess capacity
Integrates with EC2 ECS(containers), Lambda
Supports 1+ AZ’s in a region
3 types of load balancing: ALB, NLB, Classic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When would you choose Elastic Beanstalk over using EC2 directly?

A

Monitoring
Automatic Scaling
Deployment - you want to deploy an app with minimal knowledge of other services
Reduce Maintenance
You only have a few customizations (if you have a lot, use EC2 directly)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly