Sec. 15: VPC & Networking

Sec. 15: VPC & Networking

University

8 Qs

quiz-placeholder

Similar activities

Sec. 5: EC2 Fundamentals

Sec. 5: EC2 Fundamentals

University

11 Qs

Sec. 14: Cloud Monitoring

Sec. 14: Cloud Monitoring

University

8 Qs

Sec. 10: VPC Fundamentals

Sec. 10: VPC Fundamentals

University

8 Qs

AWS Cloud Prueba - 02

AWS Cloud Prueba - 02

1st Grade - Professional Development

6 Qs

AWS for Startups

AWS for Startups

University

10 Qs

PreTest TKJ BLPT

PreTest TKJ BLPT

11th Grade - Professional Development

10 Qs

Sec. 4: IAM & AWS CLI

Sec. 4: IAM & AWS CLI

University

10 Qs

Prototipado 1

Prototipado 1

University - Professional Development

10 Qs

Sec. 15: VPC & Networking

Sec. 15: VPC & Networking

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Renato Biz Martins

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your private subnets need to connect to the Internet while still remaining private. Which AWS-managed VPC component allows you to do this?

NAT Instances

Internet Gateway

Security Groups

NAT Gateways

Answer explanation

NAT Gateways allow your instances in your private subnets to access the Internet while remaining private, and are managed by AWS.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A public subnet is accessible from the Internet while a private subnet is not accessible from the Internet.

Yes

No, all subnets are accessible from the Internet

No, all subnets are not accessible from the Internet

Answer explanation

A public subnet is accessible from the Internet while a private subnet is not accessible from the Internet.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of firewall has both ALLOW and DENY rules and operates at the subnet level?

Network Access Control List (NACL)

Web Application Firewall (WAF)

Security Groups

GuardDuty

Answer explanation

A network access control list (NACL) is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets. They have both ALLOW and DENY rules.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Site-to-Site VPN

Transit Gateway

Internet Gateway

Direct Connect

Answer explanation

Transit Gateway connects thousands of VPC and on-premises networks together in a single gateway.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company needs two VPCs to communicate with each other. What can they use?

VPC Endpoints

AWS Direct Connect

Internet Gateway

VPC Peering

Answer explanation

VPC Peering connection is a networking connection between two VPCs using AWS' network.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Subnets

Availability Zones

A VPC

NAT Instances

Answer explanation

A virtual private cloud (VPC) is a virtual network dedicated to your AWS account. It is logically isolated from other virtual networks in the AWS Cloud. You can launch your AWS resources, such as Amazon EC2 instances, into your VPC.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

AWS Connect

Site-to-Site VPN

VPC Peering

AWS Direct Connect

Answer explanation

AWS Direct Connect is a cloud service solution that makes it easy to establish a dedicated private network connection from your premises to AWS.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

NAT Gateways

NAT Instances

Network ACL

Internet Gateway

Answer explanation

An internet gateway is a horizontally scaled, redundant, and highly available VPC component that allows communication between your VPC and the internet.