VPC - PART 3

VPC - PART 3

University

10 Qs

quiz-placeholder

Similar activities

cybersecurity-common security infrastructure security

cybersecurity-common security infrastructure security

University

15 Qs

Basics of Network and Internet Safety

Basics of Network and Internet Safety

10th Grade - University

10 Qs

Big Data Session 1

Big Data Session 1

University

8 Qs

The Role of IETF & Network Protocols

The Role of IETF & Network Protocols

10th Grade - University

15 Qs

Network secutiry

Network secutiry

9th Grade - University

10 Qs

Dante Level 2 Pop Quiz - dBs LISO230 Audio Networking

Dante Level 2 Pop Quiz - dBs LISO230 Audio Networking

University

15 Qs

QUIZ-1 KELAS XI

QUIZ-1 KELAS XI

University

10 Qs

VPC - PART 3

VPC - PART 3

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

ain amir

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of a Security Group in AWS?

Controls inbound and outbound traffic at the instance level

Encrypts all VPC traffic

Acts as a firewall for Route Tables

Manages IAM permissions

Answer explanation

A Security Group in AWS acts as a virtual firewall, controlling inbound and outbound traffic at the instance level. It allows you to specify which traffic is permitted to reach your instances.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do Security Groups differ from Network ACLs?

Security Groups are stateless, Network ACLs are stateful

Security Groups operate at the subnet level, Network ACLs at the instance level

Security Groups are stateful, Network ACLs are stateless

Security Groups control inbound traffic only, Network ACLs control outbound traffic only

Answer explanation

Security Groups are stateful, meaning they track the state of connections, while Network ACLs are stateless, treating each request independently. This fundamental difference affects how traffic is managed in a network.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the significance of using both Network ACLs and Security Groups?

It simplifies network configuration

It provides layered security

It reduces the number of subnets

It eliminates the need for ENIs

Answer explanation

Using both Network ACLs and Security Groups provides layered security by allowing multiple levels of filtering for inbound and outbound traffic, enhancing the overall security posture of the network.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component is required to allow an EC2 instance in a private subnet to access the internet?

NAT Gateway

Security Group

Network ACL

Elastic Load Balancer

Answer explanation

A NAT Gateway is required for an EC2 instance in a private subnet to access the internet. It allows outbound internet traffic while keeping the instance secure from direct inbound traffic.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you remove an Internet Gateway from a VPC?

All public internet access is lost

The VPC is deleted

NAT Gateways stop working

Security Groups are disabled

Answer explanation

Removing an Internet Gateway from a VPC results in the loss of all public internet access. This means that instances in the VPC can no longer communicate with the internet, affecting any services relying on such connectivity.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of Elastic IPs?

To provide dynamic IP addresses

To provide fixed, static IP addresses

To assign private IP addresses

To create subnets

Answer explanation

Elastic IPs are designed to provide fixed, static IP addresses that can be associated with your cloud resources. This allows for consistent access to your services, even if the underlying infrastructure changes.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you ensure high availability in a VPC?

Deploying resources across multiple Availability Zones

Using a single subnet

Removing NAT Gateways

Using only private IPs

Answer explanation

Deploying resources across multiple Availability Zones ensures high availability by distributing workloads. If one zone fails, resources in another zone can continue to operate, minimizing downtime.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?