Enable SNS cloudwatch logs for Email ProtocolHow to configure SNS delivery status with the AWS SDK?How does Amazon SNS manage CloudWatch log streams for delivery status?How to change cloudwatch SNS emails?Amazon SNS Service Push Notification delivered or notWhere are the SNS/SMS logs? Cloudwatch emptyHow to send SNS failed SMS delivery receipts to an HTTP endpoint?How does multi-line logging work in Lambda -> CloudWatchAWS CloudWatch Events trigger SNS on STS role assuming for cross accountAWS CodePipeline NotificationsHow to monitor AWS Lambda events through Cloudwatch events

Arriving at the same result with the opposite hypotheses

English word for "product of tinkering"

How does an ordinary object become radioactive?

Which languages would be most useful in Europe at the end of the 19th century?

Using "subway" as name for London Underground?

Fixing obscure 8080 emulator bug?

How can I get an unreasonable manager to approve time off?

Is it possible to have a wealthy country without a middle class?

Certain search in list

Why doesn't Adrian Toomes give up Spider-Man's identity?

Why can't I use =default for default ctors with a member initializer list

Thread Pool C++ Implementation

is it possible for a vehicle to be manufactured witout a catalitic converter

Why would future John risk sending back a T-800 to save his younger self?

You have (3^2 + 2^3 + 2^2) Guesses Left. Figure out the Last one

Why didn't Voldemort recognize that Dumbledore was affected by his curse?

What is the purpose of the goat for Azazel, as opposed to conventional offerings?

What can I, as a user, do about offensive reviews in App Store?

Is a lack of character descriptions a problem?

Overlapping String-Blocks

Is an entry level DSLR going to shoot nice portrait pictures?

Rebus with 20 song titles

Is White controlling this game?

Group Integers by Originality



Enable SNS cloudwatch logs for Email Protocol


How to configure SNS delivery status with the AWS SDK?How does Amazon SNS manage CloudWatch log streams for delivery status?How to change cloudwatch SNS emails?Amazon SNS Service Push Notification delivered or notWhere are the SNS/SMS logs? Cloudwatch emptyHow to send SNS failed SMS delivery receipts to an HTTP endpoint?How does multi-line logging work in Lambda -> CloudWatchAWS CloudWatch Events trigger SNS on STS role assuming for cross accountAWS CodePipeline NotificationsHow to monitor AWS Lambda events through Cloudwatch events






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















Usecase



I have a cloudwatch event which triggers when there is a change in my pipeline. For that cloudwatch event i added a SNS Target with a Topic which has protocol as EMAIL. I want to enable cloudewathc logs for that SNSTopic.



What i had done



I created a role for my SNS topic with following actions




"Version": "2012-10-17",
"Statement": [

"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents",
"logs:PutMetricFilter",
"logs:PutRetentionPolicy"
],
"Resource": [
"*"
]

]



But when in console, i see under this dropdown Delivery status logging - optional i can see only these options



 AWS Lambda
Amazon SQS
HTTP/S
Platform application endpoint


But for me my protocol is EMAIL.



Questions



  1. Which one i need to choose to enable logs for my SNStopic ?

  2. And also they also mentioned You can use separate roles for successful and failed message deliveries. How can i able to separate successful from failed messages in my IAM role as given above ?

Any help is appreicated
Thanks










share|improve this question




























    0















    Usecase



    I have a cloudwatch event which triggers when there is a change in my pipeline. For that cloudwatch event i added a SNS Target with a Topic which has protocol as EMAIL. I want to enable cloudewathc logs for that SNSTopic.



    What i had done



    I created a role for my SNS topic with following actions




    "Version": "2012-10-17",
    "Statement": [

    "Effect": "Allow",
    "Action": [
    "logs:CreateLogGroup",
    "logs:CreateLogStream",
    "logs:PutLogEvents",
    "logs:PutMetricFilter",
    "logs:PutRetentionPolicy"
    ],
    "Resource": [
    "*"
    ]

    ]



    But when in console, i see under this dropdown Delivery status logging - optional i can see only these options



     AWS Lambda
    Amazon SQS
    HTTP/S
    Platform application endpoint


    But for me my protocol is EMAIL.



    Questions



    1. Which one i need to choose to enable logs for my SNStopic ?

    2. And also they also mentioned You can use separate roles for successful and failed message deliveries. How can i able to separate successful from failed messages in my IAM role as given above ?

    Any help is appreicated
    Thanks










    share|improve this question
























      0












      0








      0








      Usecase



      I have a cloudwatch event which triggers when there is a change in my pipeline. For that cloudwatch event i added a SNS Target with a Topic which has protocol as EMAIL. I want to enable cloudewathc logs for that SNSTopic.



      What i had done



      I created a role for my SNS topic with following actions




      "Version": "2012-10-17",
      "Statement": [

      "Effect": "Allow",
      "Action": [
      "logs:CreateLogGroup",
      "logs:CreateLogStream",
      "logs:PutLogEvents",
      "logs:PutMetricFilter",
      "logs:PutRetentionPolicy"
      ],
      "Resource": [
      "*"
      ]

      ]



      But when in console, i see under this dropdown Delivery status logging - optional i can see only these options



       AWS Lambda
      Amazon SQS
      HTTP/S
      Platform application endpoint


      But for me my protocol is EMAIL.



      Questions



      1. Which one i need to choose to enable logs for my SNStopic ?

      2. And also they also mentioned You can use separate roles for successful and failed message deliveries. How can i able to separate successful from failed messages in my IAM role as given above ?

      Any help is appreicated
      Thanks










      share|improve this question














      Usecase



      I have a cloudwatch event which triggers when there is a change in my pipeline. For that cloudwatch event i added a SNS Target with a Topic which has protocol as EMAIL. I want to enable cloudewathc logs for that SNSTopic.



      What i had done



      I created a role for my SNS topic with following actions




      "Version": "2012-10-17",
      "Statement": [

      "Effect": "Allow",
      "Action": [
      "logs:CreateLogGroup",
      "logs:CreateLogStream",
      "logs:PutLogEvents",
      "logs:PutMetricFilter",
      "logs:PutRetentionPolicy"
      ],
      "Resource": [
      "*"
      ]

      ]



      But when in console, i see under this dropdown Delivery status logging - optional i can see only these options



       AWS Lambda
      Amazon SQS
      HTTP/S
      Platform application endpoint


      But for me my protocol is EMAIL.



      Questions



      1. Which one i need to choose to enable logs for my SNStopic ?

      2. And also they also mentioned You can use separate roles for successful and failed message deliveries. How can i able to separate successful from failed messages in my IAM role as given above ?

      Any help is appreicated
      Thanks







      amazon-sns amazon-cloudwatch






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 24 at 18:14









      PrivatePrivate

      519618




      519618






















          0






          active

          oldest

          votes












          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%2f55326946%2fenable-sns-cloudwatch-logs-for-email-protocol%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          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%2f55326946%2fenable-sns-cloudwatch-logs-for-email-protocol%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

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript