AWS Networking Services Flashcards

1
Q

Route 53

A

DNS service that routes users to applications

  • domain registration
  • traffic flow
  • health checks
  • failover
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Virtual Private Cloud (VPC)

A

Foundational service that allows you to create a secure private network within the AWS Cloud where you launch your resources

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

Direct Connect

A

Dedicated physical network connection from your on-premise data center to AWS

Benefits:

  • reduce cost when using large volumes of traffic
  • increase reliability (predictable performance)
  • increase bandwidth (predictable bandwidth)
  • decrease latency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Virtual Private Network (VPN)

A

Site-to-site VPN creates a secure connection between your internal networks and your AWS VPCs

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

API Gateway

A

Allows you to build and manage APIs

  • application programming interface: set of rules and protocols that allows different software applications to communicate and interact with each other
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Outposts

A
  • deploy AWS infrastructure on-premises and connect AWS services
  • can extend a VPC into the on-premises environment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Virtual Private Gateway

A

Serves as a central point for VPN connections on the Amazon side.

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

Customer Gateway

A

Physical device or software application on the customer side of the VPN connection

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

Private Link

A

Allows you to securely access AWS services privately from VPC, without exposing your traffic to the public internet

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

Transit Gateway

A

Connects VPCs and on-premises networks through a central hub

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

AWS Resource Access Manager (AWS RAM)

A

Enables you to securely share your AWS resources with any AWS account or organization units, reducing overheads and centralizing access management to shared resources

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

Security Group

A

Virtual firewall for your instance to control incoming and outgoing traffic

  • stateful: traffic is allowed in one direction, return traffic is automatically allowed
  • operates at the instance level
  • supports allow rules only
  • evaluates all rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Network Access Control List (ACL)

A
  • operates at the subnet level
  • supports allow and deny rules
  • stateless
  • processes rules in order
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Public IP

A
  • lost when instance is stopped
  • used in public subnets
  • no charge
  • associated with private IP address on the instance
  • cannot be moved between instances
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Private IP address

A
  • Retained when instance stops
  • Used in public and private subnets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Elastic IP address

A
  • static public IP
  • you are charged if not used
  • associated with a private IP address in the instance
  • can be moved between instances and Elastic Network Adapters