huit / nepho

A deployment tool for virtual data centers.
MIT License
12 stars 6 forks source link

AWS Stack uniq names #192

Closed tfhartmann closed 10 years ago

tfhartmann commented 10 years ago

Stacks should probably have some sort of uniq name, so that if I create an aws-single-host stack and a team member creates the same stack that they are able to create them without a conflict

robparrott commented 10 years ago

Use UUID locally, and each stack has a unique name vested by AWS.

On Tue, Nov 26, 2013 at 2:43 PM, Tim Hartmann notifications@github.com wrote:

Stacks should probably have some sort of uniq name, so that if I create an aws-single-host stack and a team member creates the same stack that they are able to create them without a conflict

Reply to this email directly or view it on GitHub: https://github.com/huit/nepho/issues/192

tfhartmann commented 10 years ago

Yeah, but thats not all that human readable.... on the other hand... maybe it doesn't matter?

agperson commented 10 years ago

There is value in being able to find your stack without having to remember that it is 222C0289-915C-4861-BA98-451FEEB57E4B

agperson commented 10 years ago

Custom stack name can now be specified in as of PR #218