Networking Flashcards

1
Q

How are NACL rules evaluated? Ex:
100 All Traffic Allow
200 All Traffic Deny
* All Traffic Deny

A

NACL rules are evaluated by rule number from lowest to highest and executed immediately when a matching rule is found.

In this case All Traffic would be allowed

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

Can you update the default NACL?

A

Yes
You can both add and remove rules

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

Max # of security groups you can attach to 1 instance

A

5

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

Can you delete the default security group?

A

No
But you can change the rules

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

Using Route 53, which record type at the zone apex will you use to point the DNS name of the Application Load Balancer?

A

A and AAAA

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

What can you attach to VPC to only allow outbound connections of IPv6 between the instance and the internet but should prevent the internet from initiating an inbound IPv6 connection?

A

egress-only internet gateway

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

A managed service that makes it easy to deploy essential network protections for all of your Amazon Virtual Private Clouds (VPCs) traffic flows, like tracking connections and protocol identification, to enforce policies such as preventing your VPCs from accessing domains using an unauthorized protocol.

A

AWS Network Firewall

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

What needs to be configured outside of the VPC for them to have a successful site-to-site VPN connection?

A
  • Create Customer Gateway (on customer network)
  • Internet-routable IP address (static) of the customer gateway’s external interface.
  • Virtual Private Gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to create private access (not traversing public internet) to DynamoDB

A

Create a Gateway Endpoint and associate endpoint with correct route table

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

What AWS Services support Gateway Enpoints

A

DynamoDB
S3

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

Can you create an IPV6 subnet?

A

Yes and No

All subnets are IPv4 on creation, so would have to create an IPv4 subnet and then you can optionally assign IPv6 block to VPC and subnets

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

What is a bias in Route 53 geoproximity routing?

A

A bias expands or shrinks the size of the geographic region from which traffic is routed to a resource.

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

Max number of EFA you can attach to an instance

A

1

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

Does Direct Connect support VPC Peering Connection?

A

FALSE

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

When using VPC Peering, how can you connect each VPC to your local data center?

A

You have to attach your AWS VPN to each of the VPC’s individually

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

What resources can be connected to a Transit Gateway?

A

1+ VPC
1+ VPN connections
1+ Direct Connection gateways
1+ transit peering connections

Note if you have VPCs in different regions, you will need to create a Transit Gateway in each region and connect the Transit Gateways with transit peering connections.

16
Q

If you need to upgrade the EC2 instance type (EC2 launched with Launch Configuration and connected to Autoscaling group) what steps can you do to change instance type easily?

A

Update New Launch Configuration with new instance type

Update Autoscaling group

17
Q

Can Launch Configurations be changed after creation?

A

No

18
Q

Should you use Launch Configuration or Launch template if you need versioning?

A

Launch Template

19
Q

How to allow a private subnet to access the internet?

A

Create a NAT Gateway in a public subnet

Add Route to it in the private subnet