Added spot_instance = true for CIV deployments in AWS.
This commit is contained in:
parent
8bbbcce2e4
commit
7c7fd5e741
1 changed files with 2 additions and 1 deletions
|
|
@ -237,7 +237,8 @@ tee "${TEMPDIR}/resource-file.json" <<EOF
|
|||
"region": "us-east-1",
|
||||
"instance_type": "t3.medium",
|
||||
"username": "$SSH_USER",
|
||||
"name": "civ-testing-image"
|
||||
"name": "civ-testing-image",
|
||||
"spot_instance": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue