AWS CLI Command to Get a List of SNS Topics


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.

Display List of SNS Topics under AWS Account - AWS CLI Command

Related Article:

How to create SNS Topic via AWS CLI Command: https://code2care.org/howto/create-aws-sns-topic-using-aws-cli

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap