If you want to see the list of all the SNS topics that you have created under your AWS Account, you can do that using the aws cli command - aws sns list-topics
Let's take a look at an example.
% aws sns list-topics
-----------------------------------------------------
| ListTopics |
+---------------------------------------------------+
|| Topics ||
|+-------------------------------------------------+|
|| TopicArn ||
|+-------------------------------------------------+|
|| arn:aws:sns:us-east-1:10xx189xx953:apiTopic ||
|| arn:aws:sns:us-east-1:107xx89xx953:emailTopic ||
|| arn:aws:sns:us-east-1:107xx89xx953:smsTopic ||
|+-------------------------------------------------+|
As you can see I have three topics created.

-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to AWS,
- Create S3 bucket and upload files using AWS Toolkit for Visual Studio Code
- Get the total size and number of objects of a AWS S3 bucket and folders
- Create an S3 bucket in a specific AWS region using CLI Command
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId
- Fix AWS CLI 2 SignatureDoesNotMatch Error - Signature we calculated does not match
- 573 List of reserved keywords in AWS DynamoDB
- Quick way to setup AWS DynamoDB locally on macOS
- [Solution] com.amazonaws.dynamodb.v20120810 MissingAuthenticationToken Key Id or X.509 certificate
- Quick way to install AWS CLI for macOS Terminal
- Setting and Updating AWS CLI Configuration
- AWS S3 CLI BucketAlreadyExists when calling CreateBucket Error make_bucket failed
- How to install AWS Toolkit for Visual Studio Code
- Create S3 bucket using AWS CLI Command mb
- Fix: zsh: command not found: aws (Mac/macOS)
- How to install AWS CLI on Ubuntu
- Fix: Amazon Linux bash: sudo: command not found
- How to Setup AWS Credentials using Visual Studio Code
- AW3 CLI command to get list of all region names
- Most Essencial AWS CLI 2 S3 ls Command Options
- Install AWS CLI using Brew Command
More Posts:
- How to resolve Failed to create interpreter PyCharm Error - Python
- [Solution] Exception in thread main java.util.EmptyStackException - Java
- Command: How to scp a file to remote server location? - HowTos
- Create Custom Android AlertDialog - Android
- How to install Java 11 on Mac - Java
- 20 - Python - Print Colors for Text in Terminal - 1000+ Python Programs - Python-Programs
- Add X days from today in Command Line - HowTos
- Fix: error: could not lock config file /etc/gitconfig: Permission denied - Git