Skip to content

Commit

Permalink
Link to a guide about deploying a Docker container with ECS (#226)
Browse files Browse the repository at this point in the history
Update README with link to guide for running server on Amazon ECS
  • Loading branch information
SaadiaELF authored Jul 29, 2024
1 parent 0655bb5 commit a3a0d78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/docker-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ If it's worked, our public repository with a published image will show up [on th

![](./readme-assets/cloud-architecture.png)

Lastly, run the server on Amazon Elastic Container Service, enabling step 4 and 5 in the architecture diagram. The guide we went through above will give us most of what we need. Here's some things to watch out for:
Lastly, run the server on Amazon Elastic Container Service, enabling step 4 and 5 in the architecture diagram. This [guide](https://aws.plainenglish.io/deploying-a-docker-container-in-aws-using-fargate-5a19a140b018) - from step 4 - will give us most of what we need about how we deploy a Docker container to ECS.
Here's some things to watch out for:

- We need to set up a **custom** container definition
- The `Image` field will use the URL from the ECR repository, under `Image URI`
Expand Down

0 comments on commit a3a0d78

Please sign in to comment.