awslabs / ec2-spot-labs

Collection of tools and code examples to demonstrate best practices in using Amazon EC2 Spot Instances.
https://aws.amazon.com/ec2/spot/
Other
935 stars 319 forks source link

AWSCLI inclusion and US-East-1 Fix #36

Closed thesteveco closed 2 years ago

thesteveco commented 4 years ago
  1. awscli 1.17.3 has requirement botocore 1.14.3, but you'll have botocore 1.15.0 which is incompatible (notebook execution error)
  2. us-east-1 is an invalid region so LocationConstraint must be excluded (known legacy AWS behavior)

Likely applies to other notebooks, which I can chase later.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.