Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd cloud9-setup-for-prototyping

## Cloud9 for Prototyping

- Amazon Linux 2.x on m5.large
- Amazon Linux 2023 on t3.large
- Change instance volume from 10GB to 128GB
- Update AWS CLI version from 1.x to 2.x
- Automatic stop time minutes is 30 min
Expand Down
2 changes: 1 addition & 1 deletion params.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloud9-for-prototyping",
"description": "Created by cloud9-setup-for-prototyping",
"instance_type": "t2.large",
"instance_type": "t3.large",
"image_id": "amazonlinux-2023-x86_64",
"automatic_stop_time_minutes": 30,
"volume_size": 128,
Expand Down