AWS SYS OPS VPC Flashcards

PASS ON FIRST TRY EXAM

1
Q

AMAZON VPC IS THE ______ LAYER OF EC2

A

NETWORKING

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

VPC SPANS ALL _____ IN A REGION.

A

AZs

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

PARTS OF A VPC:

A
  • IP SPECIFICATIONS
  • SUBNETS
  • SECURITY GROUPS
  • ROUTE TABLES
  • NACLs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

______ AND ____ ARE USED TO PROTECT AWS RESOURCES IN EACH SUBNET

A

SECURITYGROUPS(INSTANCE LEVE)

NACLs(SUBNET LEVEL)

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

EXPAND VPC BY ADDING

A

SECONDARY IP RANGES

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

ON-PREM CONNECTS TO ____ WHICH CONNECTS TO VPC

A

MANAGED VPN CONNECTION

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

VPN CONNECTION CONSISTS OF :

A

VIRTUAL PRIVATE GATEWAY: VPN concentrator on Amazon side of VPN connection, attached to VPC

CUSTOMER GATEWY: Physical device or software on your side of the VPN connected

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

AWS PRIVATELINK

A

Privately connect your VPC to supported AWS services, services hosted by other AWS accounts( VPC ENDPOINTS) and supported AWS Marketplace partner services.

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

Does traffic with AWS PRIVATELINK leave the AWS NETWORK?

A

NEGATIVE, GHOSTRIDER

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

3 SUBNET TYPES

A

Public (IGW)
Private (no IGW)
VPN-only Subnet (has a virtual private gateway instead)

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

/28 has how many IP address

A

16 (this is an interview question)

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

/16 has how many IP address

A

65, 536

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

which IP addresses in each subnet CIDR block are NOT AVAIABLE FOR YOU AND CAN NOT BE ASSIGNED TO AN INSTANCE

A

First 4 and the LAST IP addy can not be used.

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

CIDR BLOCK IS READY FOR USE WHEN IT IS IN ____

A

ASSOCIATED STATE

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

EACH SUBNET MUST BE ASSOCIATED WITH A

A

ROUTE TABLE, WHICH SPECIFIED THE ALLOWED ROUTES FOR OUTBOUND TRAFFIC LEAVING THE SUBNET

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

YOU CAN ASSOCIATED UP TO ____ SECURITY GROUPS TO AN _____

A

5 SECURITY GROUPS TO AN INSTANCE IN YOUR VPC

17
Q

WHEN YOU CREATE A SECURITY GROUP, IT HAS _________ AND

A

NO INBOUND RULES AND INCLUDES AN OUTBOUND RULE THAT ALLOWS ALL OUTBOUND TRAFFIC BY DEFAULT

18
Q

NACLs can connect to multiple subnets , however_____

A

a subnect can be associated with one NACL

19
Q

ROUTE TABLES:

A

A CERTAIN SET OF RULES, CALLED ROUTES, THAT DETERMINE WHERE NETWORK TRAFFIC IS DIRECTED

20
Q

SET VPC enableDnsHostnames and enableDnsSupport to true so that

A

your instances recieve a public DNS hostname and Amazon-provided DNS server can resolve Amazon-provided private DNS hostnames

21
Q

if you use custom DNS domain names defined in a privated hosted zone in Route 53, then the

A

enableDnsHostnames and enableDnsSupport attributes must be set to true

22
Q

You are limited to _____ Elastic IP Addresses

A

5

23
Q

an Elastic IP Address is a

A

static public IPv4 addy

24
Q

AWS imposes a small hourly charge for EIPs that

A

are not being used

25
Q

VPC ENDPOINTS:

A

PRIVATELY CONNECT YOUR VPC TO SUPPORTED AWS SERVICES

26
Q

TWO TYPES OF ENDPOINTS

A

INTERFACE /GATEWAY

27
Q

INTERFACE ENDPOINTS

A
  • ENI WITH A PRIVATE IP, USED AS AN ENTRY POINT FOR TRAFFIC DESTINED TO A SUPPORTED SERVICE
  • DO NOT SUPPORT THE USE OF ENDPOINT POLICIES
  • SUPPORTS IPV4 TCP TRAFFIC ONLY
28
Q

GATEWAY ENDPOINTS

A
  • TARGET FOR A SPECIFIED ROUTE IN YOUR ROUTE TABLE, USED FOR TRAFFIC DESTINED TO A SUPPORTED AWS SERVICE
  • YOU CAN CREATE MULTIPLE ENDPOINTS IN A SINGLE VPC.
  • SUPPORTED WITHIN THE SAME REGION
  • YOU CAN MODIFY ENDPOINT POLICY
  • IPV4 TRAFFIC ONLY
29
Q
  • ABILITY FOR MULTIPLE SCHEMA CHANGES
  • DATABASE SHOULD BE DURABLE
  • CHANGES TO THE DATABASE SHOULD NOT RESULT IN DOWNTIME
A

AURORA