Questions tagged [step-functions]

4 questions
2
votes
1 answer

Can I use AWS Step Functions to launch many different fargate 'runs'?

I am building a service that has two independent steps. The first step is a data transformation step that has to happen and is common to all downstream processes, then the second is starting a few dozen independent parallel processes that use the…
1
vote
1 answer

AWS Step Function - Stop function until TaskToken is back

I have a use case where I manually trigger an AWS Step Function to migrate data between two different databases using the AWS DMS service. The Step Function execution creates a resource called ReplicationInstance. The problem is that the creation of…
1
vote
1 answer

Unable to start step function after account move

I recently moved my development account away from my prod one, everything seemed fine except I have a service that runs a lambda to start a step function - not ideal but used to work. My issue comes in that I am now able to run everything up to and…
joshk132
  • 465
  • 10
  • 22
0
votes
0 answers

Best Approach for Managing ECS Clusters and IP Address Allocation for Batch Job Workflows in a VPC with Step Functions

We are orchestrating batch jobs as workflows using AWS Step Functions with Fargate ECS Clusters for container execution. The containers are deployed in a VPC with 3 public subnets. In addition to the containers used for workflows, there are other…