datacratic / StarCluster

StarCluster is a utility for creating and managing computing clusters hosted on Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
37 stars 13 forks source link

Longer EC2 and EBS Resource IDs #42

Closed erikedlund closed 8 years ago

erikedlund commented 8 years ago

https://aws.amazon.com/ec2/faqs/#longer-ids

Amazon is increasing the length of EC2 and EBS resource identifiers. "The new identifier format will follow the pattern of the current identifier format, but it will be longer. The new format will be -<17 characters>, e.g. “i-1234567890abcdef0” for EC2 instances or “vol-1234567890abcdef0” for EBS volumes."

This has the potential to impact software that makes assumptions about the length of these identifiers. Do any such assumptions exist in StarCluster? Will any changes need to be made to StarCluster or boto to handle this?

FinchPowers commented 8 years ago

In terms of boto, good point. I don't know. In terms of StarCluster, I don't think so, but I'm not sure.

FinchPowers commented 8 years ago

Logs submitted here https://github.com/datacratic/StarCluster/issues/41 have the long ids, suggesting it works as is. :)