In this step of the workshop you will create and deploy the Wild Rydes demo app. The demo app lets you order rides from… unicorns!
The full architecture for the ecs demo app looks like this:
The CloudFormation template sets up a basic infrastructure to deploy an ECS task that runs a web server to demonstrate various problems that can arise in a production environment.
The template provisions the following resources:
The ECS task will run a web server that serves traffic on port 80, and the LUMIGO_TRACER_TOKEN
and other environment variables are passed as parameters to the task definition.
This CloudFormation template is intended to be used only as a demo app to showcase problems that can arise in a production environment and how to debug them.