From 5ff3043a0d6371e66a621774a9b7395873be553d Mon Sep 17 00:00:00 2001 From: Tal Weiss Date: Mon, 7 Oct 2024 20:29:54 +0200 Subject: [PATCH] Update README.md Changes needed to support AWS (and minor corrections). --- python/aws-ecs/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python/aws-ecs/README.md b/python/aws-ecs/README.md index c9cdc34..d780e3e 100644 --- a/python/aws-ecs/README.md +++ b/python/aws-ecs/README.md @@ -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 @@ -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 "": --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 @@ -106,4 +105,4 @@ aws cloudformation update-stack \ docker buildx build --platform linux/amd64 -t "": --push . ``` -Then update the image in cloudformation and run the `update-stack` command again. \ No newline at end of file +Then update the image in cloudformation and run the `update-stack` command again.