AWS_EN– category –
-
AWS_EN
Use EventBridge rule to run SSM Automation runbook periodically
【Use EventBridge rule to run SSM Automation runbook periodically】 On the following pages, we have shown you how to run the SSM Automation runbook. https://awstut.com/en/2023/02/19/create-ami-using-ssm-automation-one-time-scheduled-en T... -
AWS_EN
Iteration using Map in Step Functions
【Iterate using the Map state in Step Functions】 The Map state allows for iterative processing. Use the Map state to run a set of workflow steps for each item in a dataset. The Map state's iterations run in parallel, which makes it poss... -
AWS_EN
Use EventBridge to execute Step Functions periodically
【Use EventBridge to execute Step Functions periodically】 EventBridge can be used to periodically run the Step Functions state machine. You can execute an AWS Step Functions state machine in response to an event pattern or on a schedule... -
AWS_EN
Introduction to Creating SSM Automation Runbooks Using CloudFormation
【Introduction to Creating SSM Automation Runbooks Using CloudFormation】 Many SSM Automation runbooks are currently provided by default. https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook... -
AWS_EN
Create AMI using SSM Automation (one-time/scheduled)
【Create AMI using SSM Automation (one-time/scheduled)】 There are several ways to create an AMI. For example, the following page shows how to create one from the Management Console. https://docs.aws.amazon.com/toolkit-for-visual-studio/... -
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
AWS-PatchAsgInstance to patch instances in the AutoScaling group in turn
【AWS-PatchAsgInstance to patch instances in the AutoScaling group in turn】 The following pages cover how to schedule the application of patches to EC2 instances using the Maintenance Window. https://awstut.com/en/2023/02/05/set-up-main... -
AWS_EN
Set up a Maintenance Window to schedule SSM Patch Manager
【Set up a Maintenance Window to schedule SSM Patch Manager】 The following pages discuss the patch baseline. https://awstut.com/en/2022/01/22/create-a-custom-patch-baseline-with-ssm-patch-manager-linux In this case, we will consider set... -
AWS_EN
Triggering Lambda function from SQS queue
【Triggering Lambda function from SQS queue】 In the following page, which is an introduction to SQS, we introduced a configuration that uses SQS queues to link data between Lambda functions. https://awstut.com/en/2022/02/05/introduction... -
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...