aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

[ECS] Waiter: Increase ServicesStable Waiter Time to "x" Time (30 or 60 minutes?) #2474

Open colinbjohnson opened 3 days ago

colinbjohnson commented 3 days ago

Community Note

Tell us about your request

I would like to propose that AWS increase the "ServicesStable" waiter time (link for botocore as of 2024-11-18: https://github.com/boto/botocore/blob/develop/botocore/data/ecs/2014-11-13/waiters-2.json#L42-L72) to some amount of time greater than 10 minutes.

Which service(s) is this request for?

ECS, ECS Fargate

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

We (and a number of AWS customers) that use the aws ecs wait services-stable command (or similar commands within SDKs) may have deployments that take > 10 minutes to become stable. There is no native way to use the waiter for a deployment that takes > 10 minutes.

Are you currently working around this issue?

I have seen a number of different ways of working around this:

Proposed Solution(s)

Additional context

Attachments

If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)