aws / apprunner-roadmap

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

Improve speed of create/pause/resume actions #128

Open miksa-u opened 2 years ago

miksa-u commented 2 years ago

Community Note

Tell us about your request Need to improve speed of create/pause/resume actions. Currently they may take 2-5 minutes.

Describe alternatives you've considered No alternative available.

Additional context Here is example of 5 min create action for demo hello-app image.

04-17-2022 05:59:55 PM [AppRunner] Service status is set to RUNNING.
04-17-2022 05:59:55 PM [AppRunner] Deployment completed successfully.
04-17-2022 05:59:44 PM [AppRunner] Successfully routed incoming traffic to application.
04-17-2022 05:58:33 PM [AppRunner] Health check is successful. Routing traffic to application.
04-17-2022 05:57:01 PM [AppRunner] Performing health check on port '8000'.
04-17-2022 05:56:51 PM [AppRunner] Provisioning instances and deploying image.
04-17-2022 05:56:42 PM [AppRunner] Successfully pulled image from ECR.
04-17-2022 05:54:56 PM [AppRunner] Service status is set to OPERATION_IN_PROGRESS.
04-17-2022 05:54:55 PM [AppRunner] Deployment started.

And Google Cloud Run is about 10 times faster where such actions take just 10-30 sec.

cade-coreschedule commented 1 year ago

Any insight into the deployment speed from the App Runner team? It's disconcerting that Google Cloud Run is so much more performant.