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;








1















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?










share|improve this question



















  • 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















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?










share|improve this question



















  • 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








1








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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












  • 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












1 Answer
1






active

oldest

votes


















1














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.






share|improve this answer


























    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
    );



    );













    draft saved

    draft discarded


















    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









    1














    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.






    share|improve this answer































      1














      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.






      share|improve this answer





























        1












        1








        1







        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.






        share|improve this answer















        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.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 27 at 13:24

























        answered Mar 27 at 9:06









        IllegalSkillsExceptionIllegalSkillsException

        2241 silver badge13 bronze badges




        2241 silver badge13 bronze badges





















            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.



















            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

            은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현