Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Amazon Web Services Bootcamp

You're reading from  Amazon Web Services Bootcamp

Product type Book
Published in Mar 2018
Publisher Packt
ISBN-13 9781788294454
Pages 338 pages
Edition 1st Edition
Languages
Toc

Topics


An SNS topic is a communication channel where a publisher can publish messages and a subscriber can get messages by subscribing to it. The SNS topic name should be unique to your AWS account. In a single AWS account, we can create up to 100,000 topics.

AWS Management Console

Go to the AWS SNS Management Console at https://console.aws.amazon.com/sns/v2/home and perform the following steps:

  1. Click Topics in the navigation pane on the left.
  2. Click Create new topic:

Figure 8.1: Creating a new topic

Provide details as follows:

  • Topic name: Type in aws-bootcamp. We can add up to 256 alphanumeric characters, hyphens (-), and underscores (_).
  • Display name: Type in bootcamp. The display name can be up to 10 characters only. The display name is used if we have an SMS subscription.
  1. Once the details have been provided, click Create topic:

Figure 8.2: Topic listing

AWS CLI

To execute the CLI script, open Command Prompt.

The following command will create an SNS topic:

aws sns create-topic --name "aws-bootcamp"

The...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime