Skip to content

Commit 9921289

Browse files
committed
update:
1 parent 6c35dfe commit 9921289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/handle-spot-instance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "[handle-spot-instance] eip: $eipAddress"
3232

3333
# ami통해 ec2 일반 인스턴스 생성
3434

35-
newInstanceId=$(aws ec2 run-instances --image-id $amiId --count 1 --instance-type $instanceType --key-name $privateKey --filter --query 'Instances[0].InstanceId' --output text)
35+
newInstanceId=$(aws ec2 run-instances --image-id $amiId --count 1 --instance-type $instanceType --key-name $privateKey --query 'Instances[0].InstanceId' --output text)
3636
echo "[handle-spot-instance] new-instance-id: $newInstanceId"
3737

3838

0 commit comments

Comments
 (0)