Skip to content

Commit

Permalink
Reducing the size
Browse files Browse the repository at this point in the history
  • Loading branch information
kpachhai committed Dec 2, 2024
1 parent ab52191 commit c936a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/deploy.devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ INSTANCE_ID=$(aws ec2 run-instances --region $REGION \
--image-id $AMI_ID --count 1 --instance-type $INSTANCE_TYPE \
--key-name nuklaivm-aws-key --security-group-ids $SECURITY_GROUP \
--associate-public-ip-address \
--block-device-mappings 'DeviceName=/dev/xvda,Ebs={VolumeSize=1000,VolumeType=gp3,DeleteOnTermination=true}' \
--block-device-mappings 'DeviceName=/dev/xvda,Ebs={VolumeSize=100,VolumeType=gp3,DeleteOnTermination=true}' \
--tag-specifications "ResourceType=instance,Tags=[{Key=Name,Value=$INSTANCE_NAME}]" \
--user-data file://$USER_DATA_FILE \
--query "Instances[0].InstanceId" --output text)
Expand Down

0 comments on commit c936a17

Please sign in to comment.