Networking Flashcards

1
Q

Networking falls under this Pillar of AWS

A

Content Delivery

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

Allows you to define and provision an isolated network for your AWS resources

A

Amazon VPC

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

Service that connect VPCs and on-premise networks

A

AWS Transit Gateway

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

Provides private connectivity between VPCs and on-premise applications

A

AWS Private Link

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

Allows you to host your own managed DNS.

A

Route 53

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

Automatic distribution of network traffic across a pool of resources

A

Elastic Load Balancing

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

Directs traffic through the AWS global network to improve global application performance.

A

AWS Global Accelerator

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

Allows you to securely deliver data, videos, and applications to customers globally with low latency and high transfer speeds.

A

Amazon CloudFront

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

Bridge between your computer and the technology used to connect to other computers

A

Network Interface.

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

How do you configure a network

A

Set up an IP Address Range,

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

What analogy is good to use for an IP Address Range.

A

Gated Community

Computers can only talk to other computers in the same community

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

Typical local network gives us 4 sets of numbers 0 to 254 separated by a . (dot)

A

IP version 4

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

Service that converts words - acloud.guru into an IP address

A

DNS

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

A kind of database that IP addresses map to which domains

A

DNS

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

You need this when you create a record or mapping between IP address and domain names

A

Routing Policy

Determines where a user is directed when they try to access your website via the domain name.

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

Route 53 will reply with the IP address of your web server

A

Simple Routing Policy

17
Q

Policy where you can provide multiple IP addresses to spread your load to.

18
Q

The weight determines h determines this

A

How much priority an IP address gets versus another.

19
Q

How is the weight represented in numbers

A

between zero and 255

20
Q

Zero weight

A

No traffic

21
Q

If you have 3 IP addresses weighted at 100 each

A

Traffic will be spread evenly among them

22
Q

Allows you to reply with a certain IP address depending on where in the world the request is coming from

A

Geolocation Policy

23
Q

Replies with the IP address of AWS resource that have the lowest latency, or the fastest response time to the user,

A

Latency Policy

24
Q

You have the ability to point traffic at a single IP address, say a server that hosts your website, but if that server goes offline

A

Failover policy

25
This will point your website somewhere else route 53 does the detection if primary is online or not and point users to this
Failover Target
26
Replies with multiple, healthy values for the domain that gets queried
Multivalue Answer policy
27
These numbers: 10, 172, dot 16 to 3`1 or 192 dot 68
For private networks
28
Allows you to create a virtual network for your AWS services to exist in a local IP address range, using a local network.
Virtual Private Cloud
29
You need this if you want your virtual machines to access the internet
NAT Gateway
30
You need this to access your EC2 instances via the internet
Internet Gateway
31
This controls which traffic is allowed into and out of your VPC network
Access Control Lists | ACL
32
Service that delivers data, videos, applications and websites to customers globally with low latency and high transfer speeds.
CloudFront
33
Locations around the word where they can serve your website with CloudFront
Edge Locations
34
How does CloudFront Work
When a client requests something from your website, it actually accesses CloudFront first and CloudFront automatically redirects the request of the file that you want to the nearest edge location.
35
How long are files stored at an edge location
For a period of time specified by you.
36
CloudFront feature that gives you the ability to run your Lambda code at these edge locations instead of back in the region you operate in.
Lambda at Egde
37
The advantage of Lambda at Edge
Reduces latency and improves performance massively keeping your compute closer to the users requesting it,
38
The pricing model of CloudFront
Pay as you go pricing with no minimum fees.
39
Amazon's content delivery network that speeds up your website, secures it and protects it
Amazon CloudFront