1
Q

What is AWS VPC?

A

A virtual datacenter in the cloud. A logically isolated part of the AWS cloud where you can define your own network.

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

What does an AWS VPC consist of?

A

Internet gateways (or virtual private gateways), route tables, network access control lists, subnets, and security groups.

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

How many AZ’s can 1 subnet be in?

A

1

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

Can a subnet span multiple AZ’s?

A

No

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

What is a NAT Gateway?

A

Network Address Translation Gateway

it enables instances in a private subnet to connect to the internet or other AWS services while preventing the internet from initiating a connection with those instances.

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

What is a NAT Gateway?

A

Network Address Translation Gateway

it enables instances in a private subnet to connect to the internet or other AWS services while preventing the internet from initiating a connection with those instances.

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

Where does the NAT gateway live in your VPC environment?

A

The public subnet.

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

What Gbps throughput does NAT Gateway start at?

A

5 Gbps

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

What Gbps throughput can a NAT gateway scale too?

A

45 Gbps

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

Do you need to patch a NAT Gateway?

A

No

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

Are security groups stateful?

A

Yes

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

What does it mean that Security groups are stateful?

A

If you send a request from your instance, the response traffic for that request is allowed to flow in regardless of inbound security group rules

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

Are Network ACL’s stateful?

A

No, they are stateless

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

Does your VPC Automatically come with a Network ACL?

A

Yes

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

Does the default NACL allow inbound and outbound traffic?

A

yes

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

Does a custom NACL allow all inbound and outbound traffic by default?

A

No, it denies by default.

17
Q

Does a Subnet need to be associated with a NACL?

A

Yes, if you do not add one the default one will be associated to the subnet.

18
Q

Would you use a NACL or a security group to block an IP address?

19
Q

Can a subnet be associated to multiple NACL’s?

20
Q

Can a NACL be associated to multiple subnets?

21
Q

If you add a subnet to a NACL what happens to the prior NACL associated to the subnet?

A

The previous association is removed.

22
Q

Does a NACL contain a numbered list of rules?

23
Q

In what order do NACLs evaluate the rule list?

A

In order starting with the lowest numbered rule.

24
Q

Can NACLs have separate inbound and outbound rules for the same thing.

For example can it allow inbound traffic on port 80 but deny outbound traffic on port 80?

25
Are NACLs stateless?
Yes
26
What would you use a VPC Endpoint for?
When you want to connect to an AWS service without leaving the Amazon internal network.
27
What are the two VPC Endpoints?
1) Interface 2) gateway
28
What are the two services the Gateway VPC Endpoint supports?
S3 and DynamoDB
29
What does VPC Peering allow you to do?
Connect 1 VPC to another VPC via a direct network route using private IP addresses
30
Is transitive peering allowed with VPC Peering?
No
31
Can you peer between regions with VPC Peering?
Yes
32
Can you overlap CIDR address ranges with VPC Peering?
No
33
How can you peer VPC's to tens, hundreds, or thousands of customer VPC's?
AWS PrivateLink
34
Does AWS PrivateLink require VPC Peering?
No
35
Does AWS PrivateLink require no route tables?
Yes
36
Does AWS PrivateLink require NAT Gateways?
No
37
What are the two things an AWS PrivateLink require?
A Network Load Balancer on the service VPC and an ENI on the customer VPC
38
What is AWS VPN CloudHub?
if you have multiple sites, each with their own VPN connection, you can use AWS VPN CloudHub to connect those sites together.
39
What does AWS Direct Connect do?
Allows you yo directly connect your data center to AWS