Skip to content

Commit

Permalink
Use newer AMI and bigger instance in ec2_stage_arm.sh (#4449)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinnywang authored Dec 6, 2024
1 parent 468fd49 commit e81257d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ec2_stage_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DRYRUN=true

AWS_PROFILE=""
AWS_REGION="us-east-1"
AMI_ID="ami-053b2a8c2f3e87928" #amzn2-ami-hvm-2.0.20181020.0-aarch64-gp2
AMI_ID="ami-01180c1a1421554af" #amzn2-ami-ecs-hvm-2.0.20241120-arm64-ebs
ARTIFACT_BUCKET=""
SOURCE_BUCKET=""
KEY_NAME=""
Expand Down Expand Up @@ -168,7 +168,7 @@ ec2_instance_id=$(dryval aws ${profile} "--region=${AWS_REGION}" \
"--image-id=${AMI_ID}" \
"--key-name=${KEY_NAME}" \
"--security-groups=${SECURITY_GROUP}" \
"--instance-type=a1.xlarge" \
"--instance-type=c8g.2xlarge" \
"--instance-initiated-shutdown-behavior=terminate" \
"--iam-instance-profile=Name=${INSTANCE_PROFILE}" \
"--query=Instances[0].InstanceId" \
Expand Down

0 comments on commit e81257d

Please sign in to comment.