Create a service that uses an external deployment controller

0 votes

Hi Team,

I have created one ECS Cluster in AWS. I want to create a service that uses an external deployment controller. How can I create that?

Nov 8, 2020 in AWS by akhtar
• 38,230 points
714 views

1 answer to this question.

0 votes

Hi@akhtar,

The following create-service example creates a service that uses an external deployment controller.

$ aws ecs create-service \
    --cluster MyCluster \
    --service-name MyService \
    --deployment-controller type=EXTERNAL \
    --desired-count 1
answered Nov 8, 2020 by MD
• 95,440 points

Related Questions In AWS

0 votes
1 answer

Create an IAM service role for a Hybrid Environment

To create an IAM service role for ...READ MORE

answered Jan 11, 2019 in AWS by Nikita
589 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Create an S3 bucket in a specific region from the command line.

Hi@akhtar, You can use LocationConstraint in your command. ...READ MORE

answered Oct 7, 2020 in AWS by MD
• 95,440 points
2,219 views
0 votes
1 answer

How to create a password for an IAM user?

Hi@akhtar, You can create a password for the specified ...READ MORE

answered Nov 3, 2020 in AWS by MD
• 95,440 points
568 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP