mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Related to #12627 Changes: - Removed the `docs/deploy/server-installation` page and moved the content into three deployment guides. - Updated links to the server installation page - Renamed the Cloud.gov page ("Cloud.gov" » "Deploy Fleet on Cloud.gov")
1.8 KiB
1.8 KiB
Deploying Fleet on AWS ECS
Terraform reference architecture can be found here
Infrastructure dependencies
MySQL
In AWS we recommend running Aurora with MySQL Engine, see here for terraform details.
Redis
In AWS we recommend running ElastiCache (Redis Engine) see here for terraform details
Fleet server
Running Fleet in ECS consists of two main components the ECS Service & Load Balancer. In our example the ALB is handling TLS termination
Fleet migrations
Migrations in ECS can be achieved (and is recommended) by running dedicated ECS tasks that run the fleet prepare --no-prompt=true db command. See terraform for more details
Alternatively you can bake the prepare command into the same task definition see here for a discussion, but this not recommended for production environments.