Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
sns
/
Filename :
subscribe.rst
back
Copy
**To subscribe to a topic** The following ``subscribe`` command subscribes an email address to the specified topic. :: aws sns subscribe \ --topic-arn arn:aws:sns:us-west-2:123456789012:my-topic \ --protocol email \ --notification-endpoint my-email@example.com Output:: { "SubscriptionArn": "pending confirmation" }