Ciinabox 1 0.2.17 Release

Spot instances are now configurable in ciinabox 1 by setting the spot price on the launch configuration for the Ciinabox Autoscaling Group. This can be achieved by configuring the spot price in the params.yaml and performing a ciinabox update.

#set the spot price for the ECS instance -- NOTE: The default value below is the on-demand price for a t2.large
ecs_instance_spot_price: 0.1168

Kudos to Mitch for the commit!

There is also a small bug fix removing the path from the aws commands in the userdata and removing the pip update of the aws cli.