Skip to content
Discussion options

You must be logged in to vote

The default launch type to use is controlled by the container_default_launch_type input variable in the ecs-deploy-runner module, which defaults to FARGATE. You can update that to EC2 to always prefer the EC2 instances.

You can also specify the launch type on a per run basis using the --task-launch-type option to the infrastructure-deployer call.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yorinasub17
Comment options

Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment