Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple deployments of the same transformation output #600

Open
mmunozba opened this issue Feb 28, 2018 · 0 comments
Open

Allow multiple deployments of the same transformation output #600

mmunozba opened this issue Feb 28, 2018 · 0 comments

Comments

@mmunozba
Copy link
Collaborator

Currently, the output of a CloudFormation transformation can only be deployed once.
This is because the stack and bucket names are set during transformation. Each CloudFormation stack and S3 Bucket on AWS must have a unique name. So, if another deployment with the same names is attempted, the deployment fails due to them already being in use.

To fix this, we would have to move the bucket and stack name creation to the deployment phase of our Plugin. Each deployment would get a unique stack and bucket name at deployment time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants