How do I use the EC2 based ECS Deploy Runner? #353
Answered
by
yorinasub17
yorinasub17
asked this question in
Help
-
|
I have configured the ECS Deploy Runner with an EC2 worker pool, but every run is automatically being routed to Fargate. How do I use the EC2 instances? |
Beta Was this translation helpful? Give feedback.
Answered by
yorinasub17
Apr 13, 2022
Replies: 1 comment 1 reply
-
|
The default launch type to use is controlled by the You can also specify the launch type on a per run basis using the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yorinasub17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default launch type to use is controlled by the
container_default_launch_typeinput variable in theecs-deploy-runnermodule, which defaults toFARGATE. You can update that toEC2to always prefer the EC2 instances.You can also specify the launch type on a per run basis using the
--task-launch-typeoption to theinfrastructure-deployercall.