Skip to content

Commit

Permalink
Switch instance type to m7g (#37127)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Feb 1, 2024
1 parent c0ffa9c commit 1745dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
WORKING_DIR="/tmp/armdocker"
INSTANCE_INFO="${WORKING_DIR}/instance_info.json"
ARM_AMI="ami-0e43196369d299715" # AMI ID of latest arm-docker-ami-v*
INSTANCE_TYPE="m6g.2xlarge" # m6g.2xlarge -> 8 vCPUS 32 GB RAM
INSTANCE_TYPE="m7g.2xlarge" # m7g.2xlarge -> 8 vCPUS 32 GB RAM
MARKET_OPTIONS="MarketType=spot,SpotOptions={MaxPrice=0.25,SpotInstanceType=one-time}"
REGION="us-east-2"
EC2_USER="ec2-user"
Expand Down

0 comments on commit 1745dbe

Please sign in to comment.