Please enable JavaScript.
Coggle requires JavaScript to display documents.
Orchestration - Coggle Diagram
Orchestration
StepFunction
Low-code, visual workflow service
-
-
-
-
Workflow options
-
Express
when you need high execution volume i.e. 100,000 invocations(Çağrı) per second.
You can use either Standard or Express distinctly, or combine them
Elastic Beanstalk
AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services on familiar servers such as Apache, Nginx, Passenger, and IIS.
-
Simply upload your code and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring.
-
-
-
AWS Batch
:star:AWS Batch dynamically provisions the optimal quantity and type of compute resources (e.g., CPU or memory optimized instances) based on the volume and specific resource requirements of the batch jobs submitted.
Free, You only pay for the AWS resources (e.g. EC2 instances or Fargate jobs) you create to store and run your batch jobs.
:star:There is no need to install and manage batch computing software or server clusters, allowing you to instead focus on analyzing results and solving problems.
plans, schedules, and executes your batch
-
:star:Uses Amazon ECS to execute containerized jobs and therefore requires the ECS Agent to be installed on compute resources within your AWS Batch Compute Environments.
-
CloudFormation
Allows you to use programming languages or a simple text file to model and provision, in an automated and securely, all the resources needed for your applications across all regions and accounts.