AWS - Cost Optimization
You wrote this JSON snippet to request a Spot Instance but it fails:
{
"InstanceCount": 1,
"Type": "one-time",
"LaunchSpecification": {
"InstanceType": "t3.micro",
"ImageId": "ami-0abcdef1234567890"
}
}
What is the likely error causing the failure?