16

I'm trying to deploy an application with AWS App Runner and initially had a successful deploy. However, as I make changes to the app, then push to GitHub, the application deployment begins, runs for about 20 minutes then fails.

Here are the last few lines from the deploy log:

[Build] Successfully built 96fba6016991
[Build] Successfully tagged application-image:latest
[AppRunner] Failed to deploy your application source code.

Then the application rolls back. I cannot locate any other logs with any additional information.

Where can I find more descriptive logs? Why is my application not deploying?

JSK NS
  • 3,346
  • 2
  • 25
  • 42
  • 7
    Thanks for reporting, I'm getting the same exact error. – Jonathan Dunlap May 30 '21 at 19:10
  • I am having the same issue. Deploying the application locally works fine for me. – THE AMAZING Feb 11 '23 at 21:24
  • This is typically an application error. If the container has errors and is not able to terminate properly, another deployment will fail. I suggest you look through logs, cloudtrail, cloudwatch to see what is going on. Sometimes not putting a timeout on network connections can cause applications to hang. – victor m Jul 18 '23 at 16:51

0 Answers0