diff --git a/scripts/aws/README.md b/scripts/aws/README.md index 00eb0eff8..0210870d5 100644 --- a/scripts/aws/README.md +++ b/scripts/aws/README.md @@ -34,11 +34,11 @@ LangflowAppStack.NetworkURLXXXXXX = http://alb-XXXXXXXXXXX.elb.amazonaws.com ``` # Cleanup -1. `Cloud9` で以下のコマンドを実行します。 +1. Run the following command in the `Cloud9` terminal. ```shell cdk destroy bash delete-ecr.sh ``` -1. Open [CloudFormation](https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/getting-started), select `aws-cloud9-cloud9-for-prototyping-XXXX` and remove it. +1. Open [CloudFormation](https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/getting-started), select `aws-cloud9-cloud9-for-prototyping-XXXX` and delete it. ![delete-cfn](./img/langflow-cfn.png) \ No newline at end of file diff --git a/scripts/aws/img/langflow-cloud9.png b/scripts/aws/img/langflow-cloud9.png index 5fd502353..a0679de0b 100644 Binary files a/scripts/aws/img/langflow-cloud9.png and b/scripts/aws/img/langflow-cloud9.png differ