You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that ECS Fargate supports ARM containers, we can supposedly see 40 percent better price-performance at 20 percent lower cost. I believe all of the languages we're likely to use can compile to ARM, so Fargate support for ARM was our last remaining roadblock.
Taking a cursory look at the required steps, it'd involve:
Telling the docker/build-push-action step to build for ARM
Telling Fargate that we're deploying using ARM (It looks like a 1 line change to the task definition, but I imagine that'd require plumbing some configuration through one or more TF modules)
I'd like to think the overall impact to our build/deployment times should be small.
The text was updated successfully, but these errors were encountered:
Now that ECS Fargate supports ARM containers, we can supposedly see 40 percent better price-performance at 20 percent lower cost. I believe all of the languages we're likely to use can compile to ARM, so Fargate support for ARM was our last remaining roadblock.
Taking a cursory look at the required steps, it'd involve:
docker/setup-qemu-action
step so that the build environment can emulate ARMdocker/build-push-action
step to build for ARMI'd like to think the overall impact to our build/deployment times should be small.
The text was updated successfully, but these errors were encountered: