Install on Amazon ECS
The Steadybit Outpost Agent can be installed on Amazon Elastic Container Service backed by AWS EC2 instances. It is not compatible with AWS Fargate.
In general, you have two options to install the Outpost Agent:
- Run and install the Outpost Agent and extensions on the underlying EC2 Instance
- Run the Outpost Agent and extensions as ECS service(s).
Include the outpost agent and the extensions in your AMI, or install them when the EC2 instance is launching using the user data. Please refer to Install on Linux Hosts for setting up the outpost on Linux.
See the Amazon ECS Container Instance documentation for using the user data mechanism on new EC2 instances.
Due to security constraints, the Host Shutdown Attack will not work. You can use the Change EC2 Instance State attack from the extension-aws instead.
You can run the outpost agent and the extension as an ECS workload. You have to create daemonset task definitions for the extension-host and extension-container and a regular service for the outpost agent and other extensions.
You can use the script from Install using Docker Compose to generate a docker compose file to get an idea how the container definitions have to look.
Last modified 1mo ago