Step Functions_EN– tag –
-
AWS_EN
Call CodeBuild from Step Functions
【Call CodeBuild from Step Functions】 Step Functions are integrated with a variety of services. With AWS service integrations, you can call API actions and coordinate executions directly from your workflow. Call other AWS services In th... -
SOA_EN
Encrypting an RDS DB instance – Step Functions version
【Encrypting an RDS DB instance - Step Functions version】 Consider how to encrypt an unencrypted RDS DB instance. The AWS official explanation is as follows You can only encrypt an Amazon RDS DB instance when you create it, not after th... -
AWS_EN
Loop in Step Functions until the condition is satisfied
【Loop in Step Functions until the condition is satisfied】 The following pages cover conditional branching (Choice) in Step Functions. https://awstut.com/en/2022/11/26/step-functions-conditional-branching-using-choice-state-en This time... -
SOA_EN
Periodically delete old AMIs – Step Functions version
【Periodically delete old AMIs - Step Functions version】 For periodic acquisition and deletion of AMIs, AWS provides DLM (Data Lifecycle Manager). https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html The following... -
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... -
DVA_EN
Step Functions – Conditional branching using Choice State
【Step Functions - Conditional branching using Choice State】 This section is about refactoring, which is the scope of the AWS DBA. The following page covers the basics of Step Functions. https://awstut.com/en/2022/06/18/introduction-to-... -
DVA_EN
Introduction to Step Functions with CFN
【Introduction to Step Functions with CloudFormation】 This course is about refactoring, which is the scope of AWS DVA. Step Functions is a serverless orchestration service. In this introduction to Step Functions, we will create a simple...
1