AWS Troubleshooting - gecko-8/devwiki GitHub Wiki

Up

EBS

“Cannot stop running container” error when deploying

  1. Open the EBS environment in the AWS console.
  2. Click the Actions button in the top right
  3. Select Restart App Servers
  4. Wait until the restart is complete and then try deploying again

400 error on endpoints with data payloads

  1. Turn off the Nginx proxy
    1. Open AWS EBS Environment
    2. Click Configuration
    3. Open the Software section
    4. Set Proxy Server to None
    5. Save your changes

502 error on endpoints

This issue can have several causes, usually a configuration issue. Here's a useful debugging reference: https://blog.eq8.eu/article/common-aws-elasticbeansalk-docker-issues-and-solutions.html.

Connecting to the EC2 instance with SSH (see Connect to SSH) and viewing the container logs can steer you in the right direction.