VPC Flashcards

(44 cards)

1
Q

what is an example of a netmask for vpc?

A

/24
/21

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

what is the netmask of a micro vpc

A

/24

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

what is the netmask of a small vpc

A

/21

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

what is the netmask of a medium vpc

A

/19

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

what is the netmask of a large vpc

A

/18

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

what is the netmask of an extra large vpc

A

/16

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

when determining VPC size what is necessary

A

How many subnets needed
How many total ips, and how many ip per subnet

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

Controls whether resources created inside the VPC are provisioned on shared hardware or dedicated hardware

A

Tenancy

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

Is DNS in a VPC provided by Route53?

A

Yes

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

Can a subnet be in multiple AZ?

A

No

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

Can an AZ have more than one subnet?

A

Yes

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

Can subnets overlap with eachother?

A

No

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

First IP in any subnet that is reserved (ex.10.16.16.0)

A

Networking Address

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

IP that is reserved after the Networking Address used by the VPC router, the Second address in a subnet (ex.10.16.16.1)

A

Network +1 Address

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

IP that is used for the DNS reservation, Third address in a subnet (ex.10.16.16.2)

A

Network +2 Address

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

IP that is used for reserved for future use. (ex.10.16.16.3)

A

Network +3 address

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

Ip that is used for broadcasting, Last IP in the subnet (ex.10.16.16.255)

A

Broadcast Address

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

Control the DNS servers, domain names, or Network Time Protocol (NTP) servers used by the devices in your VPC or disables DNS resolution completely in your VPC

A

DHCP Options Set

19
Q

Can you edit the DHCP Options Set after applying?

A

No need to delete and create a new one

20
Q

How to make a subnet public?

A

Auto assign public IPv4 addresses

21
Q

Allows IPv4 private instances outgoing access to the internet

22
Q

How can an Internet Gateway (IGW) be configured to be highly available

A

Highly Available by Default

23
Q

Is /16 the max size of a VPC and /28 is the minimum size of a VPC?

24
Q

can Default VPC’s be recreated?

25
Do you need an internet gateway per AZ
No
26
Is IPv4 configured in the OS with the public IP address
No, with it's private IP
27
Are Bastion Host and Jumpbox the same thing?
Yes
28
Instance in a public subnet within a vpc using to allow incoming management connection
Bastion Host
29
Established connection between two devices using a random port on a client and known port on the server
TCP
30
Doesn't understand the state of connections, requires 1 inbound and 1 outbound rule
Stateless Firewall
31
Can a request be inbound or outbound
Yes
32
intelligent enough to identify the request and response components of a connection as being related
Stateful Firewall
33
Allowing the request means that the response is allowed automatically
Stateful Firewall
34
Every subnet has an associated NACL
True
35
Contain rules grouped into inbound and outbound that controls traffic in and out of subnets
NACL
36
Rules are processed in order, lowest rule number first
NACL
37
Can NACL be assigned to AWS resources?
No only subnets
38
Is NACL stateless or stateful
Stateless
39
Are Security groups stateful or stateless
Stateful
40
Are security groups attached to network interfaces
Yes
41
process of remapping source ip's and destination ips
Network Address Translation (NAT)
42
Where does a NAT Gateway run from
Public Subnet
43
NAT Gateway are an AZ resilent service, for region resilience NATGW needs to be in EACH AZ
True
44
Can security groups be used with NAT Gateways
No only NACL