Open gavD opened 8 years ago
I haven't gotten to the bottom of this yet but I'm leaving the ticket here until I figure it out
ah, ok, so seems like AWS receives the tags fine, but ec2.py converts - to _. I'll keep an eye on it further.
ec2.py has a method tosafe that replaces "bad" characters with "". I think radiian should not allow anything with the "bad" characters in order to avoid confusion.
See also #79.
I told Radiian my tag would be denzel-sample. AWS actually tags instances as
denzel_sample
(with an underscore).this meant that provision.sh could not see my instances to destroy old nodes.