Auditing AWS CloudWatch and SNS NotificationsCloudWatch SMS notifications for EC2 instances that are not in us-east-1Why cloudwatch alarm status is always ok?Amazon Sns and cloudwatch pricinghow to connect a cloudwatch alarm to a lambda functionAmazon SNS Service Push Notification delivered or notAWS CloudWatch Alarm not trigger with SNSProvide error message from aws CloudWatch alarmAWS Cloudwatch Log filtered params available on Alarm notificationSending messages to SNS from CloudWatch via regex?Customize alarm message from AWS Cloudwatch
HackerRank Implement Queue using two stacks Solution
What does Argus Filch specifically do?
Proof of First Difference Property for Fourier Series
Is it uncompelling to continue the story with lower stakes?
characteristic of ring
How do I safety check that there is no light in Darkroom / Darkbag?
Is there a word that describes people who are extraverted and/or energetic, but uneducated, unintelligent and/or uncreative?
Detect lightning:recordForm change in mode attribute
How to avoid a lengthy conversation with someone from the neighborhood I don't share interests with
Why is the Vasa Museum in Stockholm so Popular?
Accurately recalling the key - can everyone do it?
Can't understand an ACT practice problem: Triangle appears to be isosceles, why isn't the answer 7.3~ here?
Meaning of ギャップ in the following sentence
How to understand "...to hide the evidence of mishandled magic, or else hidden by castle-proud house-elves" in this sentence
Approximating an expression for a potential
Why does the friction act on the inward direction when a car makes a turn on a level road?
Difference between "jail" and "prison" in German
Is an "are" omitted in this sentence
How do people drown while wearing a life jacket?
What does "autolyco-sentimental" mean?
A criterion for finite abelian group to embed into a symmetric group
On the expression "sun-down"
How to handle many times series?
coding the arrow's path in flowchart
Auditing AWS CloudWatch and SNS Notifications
CloudWatch SMS notifications for EC2 instances that are not in us-east-1Why cloudwatch alarm status is always ok?Amazon Sns and cloudwatch pricinghow to connect a cloudwatch alarm to a lambda functionAmazon SNS Service Push Notification delivered or notAWS CloudWatch Alarm not trigger with SNSProvide error message from aws CloudWatch alarmAWS Cloudwatch Log filtered params available on Alarm notificationSending messages to SNS from CloudWatch via regex?Customize alarm message from AWS Cloudwatch
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a CloudWatch Alarm that sends a notification to an SNS topic, and I have a subscriber on that topic setup to receive those notifications.
The problem is, the consumer listening on that topic is not receiving the notifications when I see evidence that the alarm should be firing notifications to the topic. So I'm trying to figure out:
- Is the alarm not configured properly?
- Is the SNS topic or the subscription on that topic not configured properly?
So I ask: is it possible to get an "audit" of when CloudWatch alarms fire notifications? Is it possible to get a similar "audit" in SNS, where you can see a log of what has been published to a particular topic, and whether or not anything successfully consumed/read it?
amazon-web-services amazon-sns amazon-cloudwatch
add a comment |
I have a CloudWatch Alarm that sends a notification to an SNS topic, and I have a subscriber on that topic setup to receive those notifications.
The problem is, the consumer listening on that topic is not receiving the notifications when I see evidence that the alarm should be firing notifications to the topic. So I'm trying to figure out:
- Is the alarm not configured properly?
- Is the SNS topic or the subscription on that topic not configured properly?
So I ask: is it possible to get an "audit" of when CloudWatch alarms fire notifications? Is it possible to get a similar "audit" in SNS, where you can see a log of what has been published to a particular topic, and whether or not anything successfully consumed/read it?
amazon-web-services amazon-sns amazon-cloudwatch
1
Good question - I don't know the answer. What we have done in the past to help debug such situations is to subscribe to the topic with your personal email or phone number. Our situation was an SQS subscriber, and we had to give the topic permission to publish to the queue.
– Rob
Mar 27 at 1:54
Ohhh interesting @Rob (+1), what did you end up needing to do to give the topic permission to publish to that SQS queue?
– hotmeatballsoup
Mar 27 at 1:56
You might want to ask a question about how to properly subscribe your consumer. If you do that, and the consumer is SQS, comment here with a pointer to the new question and I will tell you what we found in an answer on that question.
– Rob
Mar 27 at 2:00
add a comment |
I have a CloudWatch Alarm that sends a notification to an SNS topic, and I have a subscriber on that topic setup to receive those notifications.
The problem is, the consumer listening on that topic is not receiving the notifications when I see evidence that the alarm should be firing notifications to the topic. So I'm trying to figure out:
- Is the alarm not configured properly?
- Is the SNS topic or the subscription on that topic not configured properly?
So I ask: is it possible to get an "audit" of when CloudWatch alarms fire notifications? Is it possible to get a similar "audit" in SNS, where you can see a log of what has been published to a particular topic, and whether or not anything successfully consumed/read it?
amazon-web-services amazon-sns amazon-cloudwatch
I have a CloudWatch Alarm that sends a notification to an SNS topic, and I have a subscriber on that topic setup to receive those notifications.
The problem is, the consumer listening on that topic is not receiving the notifications when I see evidence that the alarm should be firing notifications to the topic. So I'm trying to figure out:
- Is the alarm not configured properly?
- Is the SNS topic or the subscription on that topic not configured properly?
So I ask: is it possible to get an "audit" of when CloudWatch alarms fire notifications? Is it possible to get a similar "audit" in SNS, where you can see a log of what has been published to a particular topic, and whether or not anything successfully consumed/read it?
amazon-web-services amazon-sns amazon-cloudwatch
amazon-web-services amazon-sns amazon-cloudwatch
asked Mar 27 at 1:25
hotmeatballsouphotmeatballsoup
1993 silver badges21 bronze badges
1993 silver badges21 bronze badges
1
Good question - I don't know the answer. What we have done in the past to help debug such situations is to subscribe to the topic with your personal email or phone number. Our situation was an SQS subscriber, and we had to give the topic permission to publish to the queue.
– Rob
Mar 27 at 1:54
Ohhh interesting @Rob (+1), what did you end up needing to do to give the topic permission to publish to that SQS queue?
– hotmeatballsoup
Mar 27 at 1:56
You might want to ask a question about how to properly subscribe your consumer. If you do that, and the consumer is SQS, comment here with a pointer to the new question and I will tell you what we found in an answer on that question.
– Rob
Mar 27 at 2:00
add a comment |
1
Good question - I don't know the answer. What we have done in the past to help debug such situations is to subscribe to the topic with your personal email or phone number. Our situation was an SQS subscriber, and we had to give the topic permission to publish to the queue.
– Rob
Mar 27 at 1:54
Ohhh interesting @Rob (+1), what did you end up needing to do to give the topic permission to publish to that SQS queue?
– hotmeatballsoup
Mar 27 at 1:56
You might want to ask a question about how to properly subscribe your consumer. If you do that, and the consumer is SQS, comment here with a pointer to the new question and I will tell you what we found in an answer on that question.
– Rob
Mar 27 at 2:00
1
1
Good question - I don't know the answer. What we have done in the past to help debug such situations is to subscribe to the topic with your personal email or phone number. Our situation was an SQS subscriber, and we had to give the topic permission to publish to the queue.
– Rob
Mar 27 at 1:54
Good question - I don't know the answer. What we have done in the past to help debug such situations is to subscribe to the topic with your personal email or phone number. Our situation was an SQS subscriber, and we had to give the topic permission to publish to the queue.
– Rob
Mar 27 at 1:54
Ohhh interesting @Rob (+1), what did you end up needing to do to give the topic permission to publish to that SQS queue?
– hotmeatballsoup
Mar 27 at 1:56
Ohhh interesting @Rob (+1), what did you end up needing to do to give the topic permission to publish to that SQS queue?
– hotmeatballsoup
Mar 27 at 1:56
You might want to ask a question about how to properly subscribe your consumer. If you do that, and the consumer is SQS, comment here with a pointer to the new question and I will tell you what we found in an answer on that question.
– Rob
Mar 27 at 2:00
You might want to ask a question about how to properly subscribe your consumer. If you do that, and the consumer is SQS, comment here with a pointer to the new question and I will tell you what we found in an answer on that question.
– Rob
Mar 27 at 2:00
add a comment |
1 Answer
1
active
oldest
votes
We have metrics in cloudwatch. When you configure alarms we publish metrics for the same. So you can check in the console if your metric has been published or not. If metric is published that means alarm has been triggered.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55368461%2fauditing-aws-cloudwatch-and-sns-notifications%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
We have metrics in cloudwatch. When you configure alarms we publish metrics for the same. So you can check in the console if your metric has been published or not. If metric is published that means alarm has been triggered.
add a comment |
We have metrics in cloudwatch. When you configure alarms we publish metrics for the same. So you can check in the console if your metric has been published or not. If metric is published that means alarm has been triggered.
add a comment |
We have metrics in cloudwatch. When you configure alarms we publish metrics for the same. So you can check in the console if your metric has been published or not. If metric is published that means alarm has been triggered.
We have metrics in cloudwatch. When you configure alarms we publish metrics for the same. So you can check in the console if your metric has been published or not. If metric is published that means alarm has been triggered.
edited Mar 27 at 13:24
answered Mar 27 at 9:06
IllegalSkillsExceptionIllegalSkillsException
2241 silver badge13 bronze badges
2241 silver badge13 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55368461%2fauditing-aws-cloudwatch-and-sns-notifications%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Good question - I don't know the answer. What we have done in the past to help debug such situations is to subscribe to the topic with your personal email or phone number. Our situation was an SQS subscriber, and we had to give the topic permission to publish to the queue.
– Rob
Mar 27 at 1:54
Ohhh interesting @Rob (+1), what did you end up needing to do to give the topic permission to publish to that SQS queue?
– hotmeatballsoup
Mar 27 at 1:56
You might want to ask a question about how to properly subscribe your consumer. If you do that, and the consumer is SQS, comment here with a pointer to the new question and I will tell you what we found in an answer on that question.
– Rob
Mar 27 at 2:00