Added spot_instance = true for CIV deployments in AWS.

This commit is contained in:
Nicolás M 2024-06-26 14:05:30 +09:00
parent 8bbbcce2e4
commit 7c7fd5e741

View file

@ -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
}
]
}