Skip to content

Commit 420fca7

Browse files
committed
Use AMI in us-east-2
1 parent f15abec commit 420fca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/launch_ec2_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# ---------------------------------------------------------------------------
2020
# Configuration — edit these to match your account / AMI
2121
# ---------------------------------------------------------------------------
22-
IMAGE_ID = "ami-0b04ba53b4d9384d2"
22+
IMAGE_ID = "ami-0b70b91232ef06e9f"
2323
INSTANCE_TYPE = "c7i-flex.xlarge"
2424
KEYPAIR_NAME = None # Optional; set to None to omit
2525
SECURITY_GROUP = "sg-09c219bca773abbc7"

0 commit comments

Comments
 (0)