AWS Networking Flashcards

1
Q

what is a private n/w in AWS

A

VPC (Amazon Virtual Private Cloud)

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

What VPC does

A
  1. A n/w service that allows you to establish boundaries around your AWS services
  2. Allows to define private IP addresses for your resources
  3. you add AWS resources in your VPCs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are subnets

A

Subnets are chunk of IP addresses in your VPC that allows you to group resources
section of VPC in which you can group resources based on security/operational work

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

Public subnets

A

Contains resources that is accessible by the public
We have an “Internet Gateway” attached to VPC, that allows access for public n/w

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

private subnets

A

resources that should be available only for private n/ws
We have Virtua Private Gateway attached to VPC that allows only the n/w connectivity through VPN in on premises or Corporate n/w

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

what is the problem of the gateway / VPN

A

Still we are using a common n/w though the data is private and encripted and it shares common n/w bandwidth that many people uses internet

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

What do we need to achieve less latency and have private dedicated n/w

A

AWS Direct Connect

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

what is AWS Direct Connect

A

AWS Direct Connect allows us to have private dedicated fiber n/w to connect to datacenter and AWS and no one uses it

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

What is the only purpose of using Subnets in VPC?

A

To control the access to Gateway

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

What is Network Acccess Control list (Network ACL)

A

It checks if the packet has the access to the Subnet
It is a virtual firewall that control inbound and outbount n/w traffics at the subnet level

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

security Group

A

Virtual firewall tha controls inbound and outbound traffic at the EC2 instances level

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

Difference b/w Network ACL and Security Group

A

Security Group are around AWS EC2 Instance and stateful.. No check on Outgoing
Network CL is stateless and around the Subnet.. it checks outgoing too

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