Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions python/aws-ecs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# AWS ECS Deployment Example

This directory demonstrates how to deploy the `agent-example` to a fly.io environment.
This directory demonstrates how to deploy the `agent-example` to the AWS environment.

Deployment configuration lives mostly in the `fly.toml` file. Documentation for chosen configuration can be found as comments in-line in that file.
Deployment configuration lives mostly in the `cloudformation.yaml` file. Documentation for chosen configuration can be found as comments in-line in that file.

The `scripts` directory contains scripts for the common deployment-lifecycle commands.

## Getting Started

Expand Down Expand Up @@ -84,7 +83,7 @@ aws ecr get-login-password --region us-east-1 | docker login --username AWS --pa
docker buildx build --platform linux/amd64 -t "<repository uri from above>":<version> --push .
```

Update the image used in the `PythonAgentExampleService` section in `cloudformation.yaml`
Update the image used in the `PythonAgentExampleTaskDefinition` section in `cloudformation.yaml`

### Scale the service

Expand All @@ -106,4 +105,4 @@ aws cloudformation update-stack \
docker buildx build --platform linux/amd64 -t "<repository uri from above>":<new version> --push .
```

Then update the image in cloudformation and run the `update-stack` command again.
Then update the image in cloudformation and run the `update-stack` command again.