Architecture

The deployment of SMARTUNIFIER-Instances on AWS Cloud is handled by the SMARTUNIFIER Manager. The Manager can run on any On-Premise location such as, server environments and Industrial PCs; however, in order to deploy Instances on AWS an internet conneciton is required. In order to run SMARTUNIFIER Manager on AWS Cloud please see the SMARTUNIFIER Installation Manual.

SMARTUNIFIER is using the AWS SDK for Java to make deployments of Instancs to AWS Fargate. Following AWS Services are used during the deployment process:

ConfigurationAddNewDeploymentEndpoint

Sequence of events

  1. Upload of the SMARTUNIFIER Instance as an archive file format to Amazon S3.

  2. Creation and automatic triggering of an AWS CodeBuild project.

  3. The AWS CodeBuild project uses the archive file from the specifed Amazon S3 Bucket in order to build an Docker Image for the particular SMARTUNIFIER Instance.

  4. When finished, AWS CodeBuild pushes the Image to a specified ECR Repository.

  5. Is the Image available on the ECR Repository a Fargate Task Definition is created as well as an ECS Service which is using the Task Definition.

  6. By default, the Task is not started directly. Starting and Stopping of tasks can be done via the SMARTUNIFIER Manager or the AWS Console.

Sequence Diagramm