92417/create-service-that-uses-an-external-deployment-controller
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?
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
To create an IAM service role for ...READ MORE
In your case a (,) comma is ...READ MORE
Follow these steps: List the Availability Zones that ...READ MORE
Hey @Meer, Add the following statement to the ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
You can try out the following steps Post ...READ MORE
You actually need to make changes to ...READ MORE
Hi@akhtar, You can use LocationConstraint in your command. ...READ MORE
Hi@akhtar, You can create a password for the specified ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.