VPC Flashcards

1
Q

VPC- virtual private cloud

A

private network to deploy your resource (regional resource)

  • You need a logically isolated section of AWS, where you can launch AWS resources in a private network that you define. What should you use?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Subnet

A

allow you to partition your network inside your VPC ( availability zone resource)

  • tied to an AZ, network partition of the VPC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Public subnet

A

a subnet that is accessible from the internet

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

Private subnet

A

a subnet that is not accessible from the internet

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

Route table

A

To define access to the internet and between subnet, we use

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

Internet gateway

A

helps our VPC instance connect with the internet
- Public Subnets have a route to the internet gateway

-Your VPC needs to connect with the Internet. Which VPC component can help?

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

NAT gateway / Instances

A
  • give internet access to private subnets
  • allow your instance in the private subnet to access the internet while remaining private
  • Your private subnets need to connect to the Internet while still remaining private. Which AWS-managed VPC component allows you to do this?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

NACL: Network ACL

A

Stateless, subnet rules for inbound and out bound

  • Operate at subnet level
  • supports allow rules and deny rules
  • is Stateless: Return traffic must be explicitly allows rules
  • Which type of firewall has both ALLOW and DENY rules and operates at the subnet level?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Security Group:

A

stateful, operate at the EC2 instance level or ENI

  • Operate at instance level
  • Support allow rules only
  • Is stateful: return traffic is automatically allowed regardless of any rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

VPC peering

A

connect two VPC with non overlapping IP ranges, non-transitive

  • A company needs two VPCs to communicate with each other. What can they use?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

VPC endpoints

A

Provide private access to AWS service within VPC

  • VPC endpoint Gateway: S3 & DynamoDB
  • VPC Endpoint interface: the rest services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

VPC flow logs

A

Network traffic logs

  • Capture information about IP traffic going into your interface
  • Help to monitor & troubleshoot connectivity issue
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Site to Site VPN

A

VPN over public internet between on-perms DC and AWS

  • public internet
  • not fast
  • take a month to establish
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Direct Connect

A

Direct private connection to AWS

  • Private network
  • fast
  • Takes at last a month to establish
  • A company needs to have a private, secure, and fast connection between its on-premises data centers and the AWS Cloud. Which connection should they use?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Transit Gateway:

A

Connect thousands of VPC and on-perm networks together

  • You would like to connect hundreds of VPCs and your on-premises data centers together. Which AWS service allows you to do link all these together efficiently?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly