chore: update default AWS instance type from t3.xlarge to t3.medium

This commit is contained in:
yuanmengqi
2025-07-25 15:56:42 +00:00
parent 39e5baf5ae
commit 40fdc6266f

View File

@@ -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()