SNS_EN– tag –
-
AWS_EN
Email notification via SNS when Nocompliant resources are detected by AWS Config
【Email notification via SNS when Nocompliant resources are detected by AWS Config】 The following page covers how EventBridge receives event data sent out from AWS Config and only those that match the rules are notified via email by SNS... -
AWS_EN
Email notification via SNS of AWS Config data matching EventBridge rules
【Email notification of only those AWS Config resource change history data that match EventBridge rules via SNS】 The following page shows how to email AWS Config resource change history data via SNS. https://awstut.com/en/2022/12/11/ema... -
AWS_EN
Email notification of EventBridge event data via SNS
【Email notification of EventBridge event data via SNS】 The following page shows how to invoke Lambda functions from EventBridge. https://awstut.com/en/2022/12/05/integrating-two-lambda-functions-using-eventbridge-en In this article, we... -
AWS_EN
Email notifications via SNS when resources are changed using AWS Config
【Email notifications via SNS when resources are changed using AWS Config】 The following page shows you how to use AWS Config to check the change history of a resource. https://awstut.com/en/2022/12/04/check-resource-change-history-in-a... -
AWS_EN
Invoking Lambda from SNS
【Invoking Lambda from SNS】 The following pages address social networking. https://awstut.com/en/2022/07/30/introduction-to-sns-with-cfn-email-en In the above page, we specified an email address as the subscriber. This time, we will che... -
AWS_EN
Setup Approval Action in CodePipeline
【Setup Approval Action in CodePipeline】 An Approval action can be added to the Codepipeline stage. Once the pipeline advances to the approval stage, it will stop action and wait for manual approval. In this case, we aim to configure th... -
AWS_EN
Enable Container Insights in Fargate and set alarms with traffic
【Enable Container Insights in Fargate and set alarms with traffic】 In the following page, we introduced a configuration for Fargate type ECS that uses CloudWatch alarms to send email notifications when CPU usage exceeds a threshold val... -
AWS_EN
Measure CPU idle time for Fargate container using CloudWatch Metric Math
【Measure CPU idle time for Fargate container using CloudWatch Metric Math】 The following page shows how to measure the CPU usage of Fargate containers and notify by email when the threshold is exceeded. https://awstut.com/en/2022/08/11... -
AWS_EN
Email notification via CloudWatch Alarm when ECS CPU usage exceeds threshold
【Email notification via SNS from CloudWatch Alarm when ECS (Fargate) CPU usage exceeds threshold values】 When a Fargate type ECS is created, CPU and memory usage are delivered to CloudWatch metrics by default.This time, we will use Clo... -
AWS_EN
Subscription filter to extract errors in Fargate container logs and notify by email
【Use CloudWatch Logs subscription filter to extract errors from Fargate container logs and notify by email】 One of the features of CloudWatch Logs is the subscription filter.By using the subscription filter, you can extract logs delive...