chore: update default AWS instance type from t3.xlarge to t3.medium
This commit is contained in:
@@ -6,7 +6,7 @@ import dotenv
|
||||
import signal
|
||||
|
||||
|
||||
INSTANCE_TYPE = "t3.xlarge"
|
||||
INSTANCE_TYPE = "t3.medium"
|
||||
|
||||
# Load environment variables from .env file
|
||||
dotenv.load_dotenv()
|
||||
|
||||
Reference in New Issue
Block a user