Amazon Web Service

Step Function

Using visual workflows you can coordinate the distributed application and microservices components at AWS Step Functions. You can change applications quickly as your application is build from individual components that performs a task. Your application can coordinate components and step through the functions in a reliable way. You can see the application components as series of step through a graphical console. Each step is automatically triggered and tracked. Also, steps get retired when there are errors. As a result, the application is executed as per the expectation every time. If something goes wrong it's easy to diagnose and debug problems as there is log available for the state of each step.


For availability of application at any scale, operations and underlying infrastructure are managed by Step Function.


Any system which has access to AWS or your own server can run your task on AWS cloud. Through AWS SDKs, HTTP API, Step Function Console, step functions can be accessed and used.


Key features :

  • On the concept of tasks and state machines, step functions are based.
  • Using JSON based Amazon States Language state machine can be defined.

A graphical view of your state machine's structure is displayed at Step Functions Console through which state machine's logic and executions can be monitored visually.


Regions that supports Step Functions :

  • Asia Pacific (Sydney)
  • Asia Pacific (Tokyo)
  • EU (Frankfurt)
  • EU (Ireland)
  • EU (London)
  • US East (Ohio)
  • US East (N. Virginia)
  • US West (Oregon)
Next

Must Read Article

How To Launch EC2 Machine

How To Launch EC2 Machine

In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.

How To Launch EC2 Machine

How To Launch EC2 Machine

In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.

How to create a VM instance in Azure

How to create a VM instance in Azure

In this Tutorial we are going to launch a Virtual Machine in azure.

How to install WordPress on VM instance in Azure

How to install WordPress on VM instance in Azure

Before you start installing WordPress on VM instance on Azure. You must log in into the machine. You can launch a VM Instance in Azure using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How to launch a VM instances in Google Cloud

How to launch a VM instances in Google Cloud

In this tutorial we are going to launch a Compute Egine instance.

How to install wordpress in VM instances in Google Cloud

How to install WordPress on VM instance in Google Cloud

Before you start installing WordPress on VM instance on Google Cloud. You must log in into the machine. You can launch a VM Instance on Google Cloud using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.