aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
298 stars 14 forks source link

Add support for Linux/Arm (Graviton) instances #98

Open jvisker opened 2 years ago

jvisker commented 2 years ago

Community Note

Tell us about your request Add support for Linux/Arm (Graviton) instances and a lower cost for running them.

Describe alternatives you've considered We could run Linux/Arm containers in Fargate, but it wouldn't get the same features as App Runner. We also could use x86 containers in app runner, but it wouldn't give any cost savings that Linux/Arm (graviton) could.

hiselitelordship commented 2 years ago

I use Python across my application code base (mainly Lambda functions) and I select ARM everywhere as part of cost/sustainability. I'd like to select ARM for the web-ui I am deploying to App Runner. The cost of using ECS/Fargate/ALB and the operational overhead compared to App Runner don't justify that approach. I will continue to use App Runner with x86 but will switch to Graviton the moment it is released as I will need to make no adjustments.

shaunsales commented 1 year ago

Any updates on this? Had a quick search and it appears that ARM/Graviton is still not supported. Definitely a +1 here.

wesmontgomery commented 3 months ago

Can we get an update on this please? Hoping this will be moved to "Researching" soon so we can achiever better price performance and also help the environment :)

@backnol-aws @snnles @jsheld @lazarben @scuw19 @amitgupta85 @akshayram-wolverine

BreezyPod commented 5 days ago

I spent a couple of weeks building this App Runner replacement: BreezyPod

All the hosts are ARM so it's ~20% cheaper than App Runner. I have been using it for my projects, feel free to give it a spin and let me know what you all think!