Running Flatcar Container Linux with AWS EC2 Container Service | Flatcar Container Linux
Running Flatcar Container Linux with AWS EC2 Container Service
Amazon EC2 Container Service (ECS)
is a container management service which provides a set of APIs for scheduling container workloads across EC2 clusters. It supports Flatcar Container Linux with Docker containers.
Your Flatcar Container Linux machines communicate with ECS via an agent. The agent interacts with Docker to start new containers and gather information about running containers.
The example above pulls the latest official Amazon ECS agent container from the Docker Hub when the machine starts. If you ever need to update the agent, it’s as simple as restarting the amazon-ecs-agent service or the Flatcar Container Linux machine.
If you want to configure SSH keys in order to log in, mount disks or configure other options, see the
Butane config documentation
.