diff --git a/deploy-cluster-aws/example_deploy_conf.py b/deploy-cluster-aws/example_deploy_conf.py index 53530836..d31d2a68 100644 --- a/deploy-cluster-aws/example_deploy_conf.py +++ b/deploy-cluster-aws/example_deploy_conf.py @@ -43,8 +43,9 @@ USE_KEYPAIRS_FILE=False # Canonical (the company behind Ubuntu) generates many AMIs # and you can search for one that meets your needs at: # https://cloud-images.ubuntu.com/locator/ec2/ -# Example: ami-8504fdea is what you get if you search for: +# Example: At one point, if you searched for # eu-central-1 16.04 LTS amd64 hvm:ebs-ssd +# you would get this AMI ID: IMAGE_ID="ami-8504fdea" # INSTANCE_TYPE is the type of AWS instance to launch