AWS Cloud Development Kit - From Beginner to Professional - Build Multi-AZ Production Ready Custom VPC

AWS Cloud Development Kit - From Beginner to Professional - Build Multi-AZ Production Ready Custom VPC

Assessment

Interactive Video

Created by

Quizizz Content

Information Technology (IT), Architecture

University

Hard

The video tutorial demonstrates how to use AWS CDK to create and customize a VPC. It covers setting up a new CDK project, configuring VPC parameters using a JSON file, and creating a custom VPC with public, private, and database subnets. The tutorial also explains deploying the VPC and verifying its setup using CloudFormation. Key concepts include CIDR configuration, subnet setup, and Nat Gateway integration.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one of the initial resources mentioned that can be created using CDK?

RDS Instance

EC2 Instance

S3 Bucket

Lambda Function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of creating a root-level folder in the project setup?

To keep backup files

To organize different resource stacks

To store temporary files

To store configuration files

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file is used to store parameters like CIDR and mask for the VPC?

vpc.py

app.py

cdk.json

config.yaml

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in building a custom VPC?

Deploying the stack

Writing the output code

Creating a new folder

Importing the EC2 construct

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many availability zones are used in the custom VPC setup?

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of subnets are created in the custom VPC?

Database only

Public and Private only

Public only

Public, Private, and Database

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a NAT gateway in the VPC?

To manage security groups

To store data

To allow private subnets to access the internet

To provide DNS resolution

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?