Skip to content

Commit e358f7a

Browse files
authored
remove cloud9 from readme (#152)
*Issue #, if available:* *Description of changes:* Remove cloud9 as it is deprecated. We don't need to use it anymore. People can use the AWS codebuild to build the image. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 0465b59 commit e358f7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ This code for sample application is intended for demonstration purposes only. It
3535

3636
## Deploy via Shell Scripts
3737

38-
Note that if you want to run the scripts in a shell inside an [AWS Cloud9](https://docs.aws.amazon.com/cloud9/latest/user-guide/welcome.html) environment, you need to ensure the environment has sufficient disk space, as building images can consume a lot of space. To increase the disk size to 50 GB, follow the instructions here: [Resize Cloud9 Environment](https://docs.aws.amazon.com/cloud9/latest/user-guide/move-environment.html#move-environment-resize). Additionally, you need to disable AWS managed temporary credentials to avoid credential renewal interfering with script execution. Instructions can be found here: [Disable AWS managed temporary credentials](https://catalog.workshops.aws/observability/en-US/workshopstudio/setup-cloud9#disable-aws-managed-temporary-credentials).
39-
40-
4138
### Build the sample application images and push to ECR
4239

4340
#### Option 1: Using AWS CodeBuild (Recommended - No Local Build Environment Required)

0 commit comments

Comments
 (0)