Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoeller authored Aug 30, 2022
1 parent ca85925 commit 9933dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The folder structure will be as follows:
│ ├── 12
```

To run the container we propose Amazon ECS + Fargate. In contrast to AWS Lambda we don't have to alter application code to run it. This also means we can still run the container locally. With the AWS SDK we can still other AWS services like S3.
To run the container we propose Amazon ECS + Fargate. In contrast to AWS Lambda we don't have to alter application code to run it. This also means we can still run the container locally. With the AWS SDK we can use other AWS services like S3.

### Configuration

Expand All @@ -89,7 +89,7 @@ Prerequisite:
- IAM role including two permission policies:
- AmazonECSTaskExecutionRolePolicy
- Policy with _s3:PutObject & s3:GetObject_ allowed on S3 bucket.
- An ECR
- An ECR

Go to Amazon ECS and create a task definition. Add your Image URI and the *API_KEY & BUCKET_NAME* environmental variables.
For Task Role select your IAM role with ECS and S3 policies.
Expand Down

0 comments on commit 9933dda

Please sign in to comment.