containers-roadmap icon indicating copy to clipboard operation
containers-roadmap copied to clipboard

Support Fargate Spot for Graviton for ECS/EKS

Open melaraj2 opened this issue 3 years ago • 13 comments

It was great to see that now Graviton2 is supported on Fargate, but we are still missing spot support. Is this coming soon?

I currently run most of my dev workloads in spot Fargate services, but I would love to switch to Graviton. However, without spot support, the cost would be much greater; it kind of beats the notion of better price-performance!

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request What do you want us to build?

Which service(s) is this request for? This could be Fargate, ECS, EKS, ECR

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.

Are you currently working around this issue? How are you currently solving this problem?

Additional context Anything else we should know?

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.)

melaraj2 avatar Dec 07 '21 10:12 melaraj2

Any update on the progress here? Would be great to have this!!

ciphero avatar Jun 11 '22 09:06 ciphero

Also interested in this, would be great to have the option to freely choose ARM vs. X86_64 for spot containers.

kennu avatar Sep 16 '22 15:09 kennu

Any updates on this feature request?

rahzsha avatar Feb 03 '23 20:02 rahzsha

It will help a lot in cost reduction and temporary scalability.

guilhermemunizsantos avatar Jun 02 '23 13:06 guilhermemunizsantos

Also looking forward to switch to Fargate Spot on ARM

blankynap avatar Jul 31 '23 15:07 blankynap

Looking forward to this. We use ARM64 across the board. It's sizeable lift to switch back to X64, but it would help a lot for cost reduction. Please make this a priority!

kastningj avatar Nov 15 '23 19:11 kastningj

Would love to see a graviton spot

anton-demydov-zoral avatar Dec 18 '23 13:12 anton-demydov-zoral

Apologies for being a bringer of bad news... but for those that are not aware and with high hopes of seeing this feature request implemented anytime soon (maybe?), someone working in the AWS containers team recently made this comment on a related Reddit thread:

I'm on the container services team at AWS. I can assure you that Fargate Spot + ARM64 is not a thing (yet). What will happen is in your service's event tab it will say that it was unable to find capacity to launch any tasks. The Spot market is basically for selling unused compute capacity (often powered by older generations of hardware) at a discount. Graviton and ARM64 instances are so new and so popular that we don't really have extra unused compute capacity to offer at a Spot discount.

Source: https://www.reddit.com/r/aws/comments/17maney/comment/k7oqlqy/

ciphero avatar Feb 09 '24 11:02 ciphero

so popular that we don't really have extra unused compute capacity to offer at a Spot discount.

If so, how he would explain that I'm perfectly using EC2 backed ECS with Spot C7G?

Smotrov avatar Feb 11 '24 20:02 Smotrov

so popular that we don't really have extra unused compute capacity to offer at a Spot discount.

If so, how he would explain that I'm perfectly using EC2 backed ECS with Spot C7G?

Because probably Fargate not use C7G. The last time that I check, was using M5 and C5 for x86, probably the same happens with ARM64.

CGarces avatar Feb 11 '24 22:02 CGarces

Related. Graviton arch isn't supported on EKS Fargate currently. https://github.com/aws/containers-roadmap/issues/1629

BrentOnRails avatar Feb 29 '24 19:02 BrentOnRails