/apprunner-example

Deploy simple web server with AWS App Runner

Primary LanguageShell

Deploy simple web server with AWS App Runner

bash

  1. Export AWS profile
  2. Run ./create-and-push-docker-image.sh

AWS Console

  1. Create role "accessECR"
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "ecr:*",
            "Resource": "*"
        }
    ]
}
  1. Deploy in App Runner with role "accessECR", ECR Docker image URL, port 3000