Skip to content

AWS

AWS VPC

1. What does a VPC (Virtual Private Cloud) allow you to do in AWS?

Store large amounts of data
Launch AWS resources into a virtual network
Create dashboards for monitoring

2. What is the default number of VPCs per region per AWS account?

1
2
5

3. Which of the following components is NOT part of an AWS VPC?

Route Table
Subnet
Lambda Function

4. What is the purpose of an Internet Gateway in a VPC?

To route traffic between subnets
To allow communication between instances
To enable internet access to/from the VPC

5. Which type of subnet is required to host a publicly accessible web server in AWS?

Private Subnet
Public Subnet
VPN Subnet

AWS Storage

1. Which AWS storage service is ideal for storing unstructured data like images, videos, and backups?

Amazon EBS
Amazon S3
Amazon RDS

2. What is the maximum size of a single object that can be stored in Amazon S3?

5 GB
100 GB
5 TB

3. Which AWS service provides scalable file storage for use with Amazon EC2?

Amazon S3
Amazon EFS
Amazon Glacier

4. What storage class in Amazon S3 is optimized for long-term archival?

S3 Standard
S3 Glacier
S3 Intelligent-Tiering

5. Which AWS storage service provides block-level storage volumes for use with EC2?

Amazon EFS
Amazon EBS
Amazon S3