96798/how-to-delete-an-ecs-cluster-using-ansible-playbook
Hi Team,
I have created one ECS Cluster. I want to delete the cluster using Ansible Playbook. How can I do that?
Hi@akhtar,
An Amazon ECS cluster is a logical grouping of tasks or services. You can create or delete a cluster using Ansible Playbook, as shown below.
# Cluster deletion - ecs_cluster: name: default state: absent
Hi@akhtar, Ansible has a module that can create ...READ MORE
Hi@akhtar, Sometimes it is required to encrypt the ...READ MORE
Hi@akhtar, You can create or remove an S3 ...READ MORE
Hi@akhtar, Ansible has one module to copy AMI ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
Hi@akhtar, You can create or terminate ECS clusters. ANsible has ...READ MORE
Hi@akhtar, Ansible has one module named ec2. This ...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.