AWS Cloud Development Kit - From Beginner to Professional - Create SNS Topic and Subscriptions

AWS Cloud Development Kit - From Beginner to Professional - Create SNS Topic and Subscriptions

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial demonstrates how to create an SNS topic using AWS CDK, add email subscriptions, and test message delivery. It covers setting up the CDK stack, configuring the SNS topic, and deploying the stack to verify functionality. The tutorial provides a step-by-step guide to ensure successful message receipt in the mailbox.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in setting up an SNS topic using AWS CDK?

Set up a new IAM role

Install AWS CLI

Create a Python file and class for the stack

Create a new AWS account

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which construct is used to create an SNS topic in AWS CDK?

AWS_Lambda

AWS_SNS

AWS_EC2

AWS_S3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to add a subscription to an SNS topic in CDK?

addEmail

addListener

addSubscription

addTopic

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do after synthesizing your stack to ensure everything is set up correctly?

Deploy the stack

Log out of AWS

Delete the stack

Restart the server

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you verify that a message sent to an SNS topic is received?

Check the AWS CLI logs

Look for a confirmation email in your mailbox

Review the SNS dashboard

Inspect the CloudWatch metrics