Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit 99da5fa

Browse files
author
Michael Khmelnitsky
committed
Updated the documentation.
1 parent 96348c8 commit 99da5fa

8 files changed

+23
-6
lines changed

doc_source/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ Amazon's trademarks and trade dress may not be used in
8484
+ [Managing Phone Numbers and SMS Subscriptions](sms_manage.md)
8585
+ [Reserving a Dedicated Short Code for SMS Messaging](sms_shortcodes.md)
8686
+ [Supported Regions and Countries](sms_supported-countries.md)
87-
+ [Monitoring and Logging Amazon SNS Topics](sns-monitoring-logging.md)
87+
+ [Monitoring, Logging, and Troubleshooting Amazon SNS Topics](sns-monitoring-logging-troubleshooting.md)
8888
+ [Monitoring Amazon SNS Topics Using CloudWatch](sns-monitoring-using-cloudwatch.md)
8989
+ [Logging Amazon Simple Notification Service API Calls Using AWS CloudTrail](sns-logging-using-cloudtrail.md)
90+
+ [Troubleshooting Amazon Simple Notification Service Topics Using AWS X-Ray](sns-troubleshooting-using-x-ray.md)
9091
+ [Amazon SNS Security](sns-security.md)
9192
+ [Authentication and Access Control for Amazon SNS](sns-authentication-and-access-control.md)
9293
+ [Overview of Managing Access Permissions to Your Amazon Simple Notification Service Resource](sns-overview-of-managing-access.md)

doc_source/sms_preferences.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static void setDefaultSmsAttributes(AmazonSNSClient snsClient) {
7878
}
7979
```
8080

81-
This example sets the value for the `MonthlySpendLimit` attribute to 1\.00 USD\. By default, this is the maximum amount allowed by Amazon SNS\. If you want to raise the limit, submit an [SNS Text Messaging case](https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-sns-text-messaging) with AWS Support\. For **New limit value**, enter your desired monthly spend limit\. In the **Use Case Description** field, explain that you are requesting an SMS monthly spend limit increase\. Typically, AWS Support processes your case within 2 business days\. Depending on the spend limit you request and the complexity of your case, AWS Support might require an additional 3 \- 5 days to ensure that your request can be processed\.
81+
This example sets the value for the `MonthlySpendLimit` attribute to 1\.00 USD\. By default, this is the maximum amount allowed by Amazon SNS\. If you want to raise the limit, submit an [SNS Text Messaging case](https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-sns-text-messaging) with AWS Support\. For **New limit value**, enter your desired monthly spend limit\. In the **Use Case Description** field, explain that you are requesting an SMS monthly spend limit increase\. The AWS Support team provides an initial response to your request within 24 hours\.
8282

8383
To verify that the attributes were set correctly, the example prints the result of the `getSMSAttributes` method\. When you run this example, the attributes are displayed in the console output window of your IDE:
8484

@@ -124,7 +124,7 @@ public static void SetDefaultSmsAttributes(AmazonSimpleNotificationServiceClient
124124
}
125125
```
126126

127-
This example sets the value for the `MonthlySpendLimit` attribute to 1\.00 USD\. By default, this is the maximum amount allowed by Amazon SNS\. If you want to raise the limit, submit an [SNS Text Messaging case](https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-sns-text-messaging) with AWS Support\. For **New limit value**, enter your desired monthly spend limit\. In the **Use Case Description** field, explain that you are requesting an SMS monthly spend limit increase\. Typically, AWS Support processes your case within 2 business days\. Depending on the spend limit you request and the complexity of your case, AWS Support might require an additional 3 \- 5 days to ensure that your request can be processed\.
127+
This example sets the value for the `MonthlySpendLimit` attribute to 1\.00 USD\. By default, this is the maximum amount allowed by Amazon SNS\. If you want to raise the limit, submit an [SNS Text Messaging case](https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-sns-text-messaging) with AWS Support\. For **New limit value**, enter your desired monthly spend limit\. In the **Use Case Description** field, explain that you are requesting an SMS monthly spend limit increase\. The AWS Support team provides an initial response to your request within 24 hours\.
128128

129129
To verify that the attributes were set correctly, the example prints the result of the `GetSMSAttributes` method\. When you run this example, the attributes are displayed in the console output window of your IDE:
130130

doc_source/sns-document-history.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The following table lists changes to the *Amazon Simple Notification Service Dev
55

66
| Date | Documentation Update |
77
| --- | --- |
8+
| August 8, 2019 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/sns/latest/dg/sns-document-history.html) |
9+
| July 19, 2019 | Corrected the following statement throughout this guide: The AWS Support team provides an initial response to your request within 24 hours\. |
810
| July 16, 2019 | In addition to HTML, PDF, and Kindle, the Amazon Simple Notification Service Developer Guide is available on GitHub\. To leave feedback, choose the GitHub icon in the upper right\-hand corner\.![\[Image NOT FOUND\]](http://docs.aws.amazon.com/sns/latest/dg/images/amazon-sns-github.png) |
911
| July 11, 2019 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/sns/latest/dg/sns-document-history.html) |
1012
| July 8, 2019 | Revised the information in the following sections: [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/sns/latest/dg/sns-document-history.html) |

doc_source/sns-getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ Now that you've created a topic and a subscription and learned how to send messa
158158
+ [Deploy and test the AWS Event Fork Pipelines sample application](sns-tutorial-deploy-test-fork-pipelines-sample-application.md)\.
159159
+ [Learn about message filtering\.](sns-message-filtering.md)
160160
+ Learn how to interact with Amazon SNS programmatically by exploring the [AWS Developer Center](https://aws.amazon.com/developer/)\.
161-
+ Learn about keeping an eye on costs and resources in the [Monitoring and Logging Amazon SNS Topics](sns-monitoring-logging.md) section\.
161+
+ Learn about keeping an eye on costs and resources in the [Monitoring, Logging, and Troubleshooting Amazon SNS Topics](sns-monitoring-logging-troubleshooting.md) section\.
162162
+ Learn about protecting your data and access to it in the [Security](sns-security.md) section\.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Monitoring, Logging, and Troubleshooting Amazon SNS Topics<a name="sns-monitoring-logging-troubleshooting"></a>
2+
3+
This section provides information about monitoring, logging, and troubleshooting Amazon SNS topics\.
4+
5+
**Topics**
6+
+ [Monitoring Amazon SNS Topics Using CloudWatch](sns-monitoring-using-cloudwatch.md)
7+
+ [Logging Amazon Simple Notification Service API Calls Using AWS CloudTrail](sns-logging-using-cloudtrail.md)
8+
+ [Troubleshooting Amazon Simple Notification Service Topics Using AWS X\-Ray](sns-troubleshooting-using-x-ray.md)

doc_source/sns-release-notes.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The following table lists Amazon SNS feature releases and improvements\. For cha
55

66
| Date | Feature Release |
77
| --- | --- |
8+
| August 8, 2019 | You can troubleshoot messages passing through Amazon SNS topics using AWS X\-Ray\. For more information, see [Troubleshooting Amazon Simple Notification Service Topics Using AWS X\-Ray](sns-troubleshooting-using-x-ray.md) section\. |
89
| July 5, 2019 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/sns/latest/dg/sns-release-notes.html) |
910
| May 16, 2019 | You can track your Amazon SNS resources \(for example, for cost allocation\) by adding, removing, and listing metadata tags for Amazon SNS topics using the AWS Management Console\. For more information, see [Amazon SNS Tags](sns-tags.md) and the [Tutorial: Listing, Adding, and Removing Tags for an Amazon SNS Topic](sns-tutorial-list-add-remove-tags-for-topic.md) and [Tutorial: Creating an Amazon SNS Topic](sns-tutorial-create-topic.md) tutorials\. Currently, tag\-based access control isn't available\. |
1011
| April 26, 2019 | You can track your Amazon SNS resources \(for example, for cost allocation\) by adding, removing, and listing metadata tags for Amazon SNS topics using the [TagResource](https://docs.aws.amazon.com/sns/latest/api/API_TagResource.html), [UntagResource](https://docs.aws.amazon.com/sns/latest/api/API_UntagResource.html), and [ListTagsForResource](https://docs.aws.amazon.com/sns/latest/api/API_ListTagsForResource.html) API actions or AWS SDKs\. For more information, see [Amazon SNS Tags](sns-tags.md) and the [Tutorial: Listing, Adding, and Removing Tags for an Amazon SNS Topic](sns-tutorial-list-add-remove-tags-for-topic.md) tutorial\. |

doc_source/sns-subscription-filter-policies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Because this message includes attributes, any topic subscription that includes a
3737
"Message": "message-body-with-transaction-details",
3838
"Timestamp": "2019-11-03T23:28:01.631Z",
3939
"SignatureVersion": "4", ",
40-
"Signature": signature,
41-
"UnsubscribeURL": unsubscribe-url,
40+
"Signature": "signature",
41+
"UnsubscribeURL": "unsubscribe-url",
4242
"MessageAttributes": {
4343
"customer_interests": {
4444
"Type": "String.Array",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Troubleshooting Amazon Simple Notification Service Topics Using AWS X\-Ray<a name="sns-troubleshooting-using-x-ray"></a>
2+
3+
AWS X\-Ray collects data about requests that your application serves, and lets you view and filter data to identify potential issues and opportunities for optimization\. For any traced request to your application, you can see detailed information about the request, the response, and the calls that your application makes to downstream AWS resources, microservices, databases and HTTP web APIs\.
4+
5+
You can use X\-Ray with Amazon SNS to trace and analyze the messages that travel through your application\. You can use the AWS Management Console to view the map of connections between Amazon SNS and other services that your application uses\. You can also use the console to view metrics such as average latency and failure rates\. For more information, see [Amazon SNS and AWS X\-Ray](https://docs.aws.amazon.com/xray/latest/devguide/xray-services-sns.html) in the *AWS X\-Ray Developer Guide*\.

0 commit comments

Comments
 (0)