SNS Topic
SNS overview and attacks
SNS
Simple Notification Service
Sends messages from publishers to subscribers
May contain sensitive information
Subscribing to SNS
aws sns subscribe --topic-arn <ARN> --protocol email --notification-endpoint <emailAddress>
Last updated
Was this helpful?