Would it be possible to pause an ECS service instead of deleting it

+3 votes
I wish to stop it pause and ECS Service, so I can stop it from creating new instances
Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points

edited Mar 27, 2018 by brat_1 2,299 views

2 answers to this question.

+1 vote
Yes, it is possible, by adjusting your service configuration to match your current number of running tasks. For example, if you currently have 3 running tasks in your service, you'd configure the service with minimum healthy percent as 100 and maximum percent as 100
answered Mar 27, 2018 by code_ninja
• 6,300 points
0 votes

You can accomplish a "pause" by adjusting your service configuration to match your current number of running tasks. For example, if you currently have 3 running tasks in your service, you'd configure the service as below:

.

This tells the service:

  • The number of tasks I want is [current-count]
  • I want you to maintain at least [current-count]
  • I don't want more than [current-count

These combined effectively halt your service from making any changes.

answered Oct 11, 2018 by findingbugs
• 4,780 points

Related Questions In Cloud Computing

+3 votes
3 answers

Is it possible to delete a API in AWS API Gateway?

Yes, it is possible to delete an ...READ MORE

answered Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points
4,718 views
0 votes
3 answers

Is it possible to redirect a domain to Amazon EC2?

Create an Elastic IP on the AWS ...READ MORE

answered Nov 30, 2018 in Cloud Computing by Abhinav
2,523 views
0 votes
1 answer

Is it possible to use VPC to have access between two AWS Regions

Good question this. Currently this feature is ...READ MORE

answered Apr 18, 2018 in Cloud Computing by code_ninja
• 6,300 points
772 views
+1 vote
3 answers

AWS EC2: Is it possible to edit httpd.conf file in

It would be prompting you a alert, ...READ MORE

answered Aug 17, 2018 in Cloud Computing by Priyaj
• 58,100 points
2,844 views
0 votes
1 answer

Does it make sense to have an Amazon Elastic Load Balancer with just one EC2 instance?

ELB automatically distributes incoming application traffic across ...READ MORE

answered Jul 12, 2018 in Cloud Computing by ArchanaNagur
• 2,360 points
1,104 views
0 votes
1 answer

How to increase the EBS volume size of an instance that is on running state ?

Unluckily, it is not possible to increase ...READ MORE

answered Jul 17, 2018 in Cloud Computing by Gopalan
• 1,360 points
856 views
0 votes
0 answers

Is it possible to display combobox without the dropdown?

If I want to use a combo ...READ MORE

12 hours ago in Cloud Computing by Priyanka
• 2,660 points
9 views
0 votes
0 answers

Is it possible to display combo box without the dropdown?

Can someone explain if it's feasible to ...READ MORE

12 hours ago in Cloud Computing by Priyanka
• 2,660 points
7 views
+1 vote
1 answer

Is it possible to get an ec2 pricing programmatically?

Yes absolutely. You may get AWS pricing programmatically ...READ MORE

answered Apr 10, 2018 in Cloud Computing by code_ninja
• 6,300 points
1,940 views
0 votes
1 answer

Is there a way to find out the number of objects stored in an S3 bucket?

Frankly, that is not possible. This is ...READ MORE

answered Apr 17, 2018 in Cloud Computing by code_ninja
• 6,300 points
868 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