From fd27f7b74f0117d72734712368932f1ae0beaa0f Mon Sep 17 00:00:00 2001 From: watany <76135106+watany-dev@users.noreply.github.com> Date: Fri, 17 May 2024 04:53:44 +0000 Subject: [PATCH] instance type --- README.md | 2 +- params.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d3259c..8ab918f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/params.json b/params.json index bce6241..514df83 100644 --- a/params.json +++ b/params.json @@ -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,