SNS_EN– tag –
-
AWS_EN
AWS IoT rules to execute Lambda functions when receiving MQTT messages
【AWS IoT rules to execute Lambda functions when receiving MQTT messages】 In this page, we will verify how to use AWS IoT Rules to execute a Lambda function when an MQTT message is received. A Lambda (lambda) action invokes an AWS Lambd... -
AWS_EN
How to Notify MQTT Messages to SNS Using AWS IoT Rules
【How to Notify MQTT Messages to SNS Using AWS IoT Rules】 In this article, we will explain how to use AWS IoT Rules to notify the content of MQTT messages to Amazon SNS. The SNS (sns) action sends the data from an MQTT message as an Ama... -
AWS_EN
How to Send Notifications via SMS Using AWS SNS
【How to Send Notifications via SMS Using AWS SNS】 In AWS SNS (Simple Notification Service), you can choose from a variety of notification destinations. According to the official documentation, numerous SNS event destinations are availa... -
AWS_EN
Using Image Builder to create an AMI for WordPress
【Using Image Builder to create an AMI for Wordpress】 The following pages discuss the Image Builder. https://awstut.com/en/2023/10/28/introduction-to-ec2-image-builder-using-cloudformation-en In this page, we will create an AMI for Word... -
AWS_EN
Introduction to EC2 Image Builder using CloudFormation
【Introduction to EC2 Image Builder using CloudFormation】 This page covers the EC2 Image Builder. Image Builder significantly reduces the effort of keeping images up-to-date and secure by providing a simple graphical interface, built-in... -
AWS_EN
Use TaskCat to automate testing of CloudFormation templates
【Use TaskCat to automate testing of CloudFormation templates】 The following official AWS page introduces a method for automating the testing of CloudFormation templates. https://aws.amazon.com/solutions/implementations/taskcat-ci/?nc1=... -
DVA_EN
Set threshold values for CloudWatch custom metrics and email notification via SNS
【Set threshold values for CloudWatch custom metrics and email notification via SNS】 The content is related to monitoring and troubleshooting, which is also part of the scope of the AWS DBA. In the following pages, we have shown how to ... -
DVA_EN
Email notification via SNS when error occurs in CodePipeline
【Email notification via SNS when error occurs in CodePipeline】 The content is related to monitoring and troubleshooting, which is also part of the scope of the AWS DVA. Consider how to notify when an error occurs in a CI/CD environment... -
AWS_EN
Using CodePipeline to build CI/CD environment for CloudFormation
【Using CodePipeline to build CI/CD environment for CloudFormation】 The following official AWS page covers how to build a CI/CD environment for CloudFormation using CodePipeline. https://docs.aws.amazon.com/AWSCloudFormation/latest/User... -
AWS_EN
4 destinations for S3 event notifications – SNS/SQS/Lambda/EventBridge
【4 destinations for S3 event notifications - SNS/SQS/Lambda/EventBridge】 In the following page, we introduced a configuration that automatically creates thumbnail images from uploaded images using the S3 event notification function. ht...