Skip to content
This repository has been archived by the owner. It is now read-only.

Cloudformation Template for VPC Setup #17

Open
marco-hoyer opened this issue Jun 4, 2015 · 2 comments
Open

Cloudformation Template for VPC Setup #17

marco-hoyer opened this issue Jun 4, 2015 · 2 comments

Comments

@marco-hoyer
Copy link

Hi there,

I would prefer the resource creation to be done by cloudformation templates. For VPC for example this would mean to ignore the default VPC and maybe always delete it. Would you be interested in a pull request implementing this? What was the intention of your implementation?

Greets

@apfeiffer85
Copy link
Contributor

Hi,

we already had cloudformation in our former tool (overlord) but we decide to use the API because its much faster and it is easier to change something. If we want to change something with cloudformation it is mostly necessary to rollback the whole stack, thats not a option for the initial setup.

So we are really happy with this "API Solution" and it is pretty fast to make the initial setup.

But we also use Cloudformation, for example in our deploy tool "senza" use cloudformation.

@hjacobs
Copy link
Contributor

hjacobs commented Jun 5, 2015

@marco-hoyer yes, I think going for a "low-tech" approach ("low-tech" is my favorite euphemism for "hacked together") instead of Cloud Formation (CF) is appropriate for the basic account setup as we have more control for migrations (updates of VPC/account config) --- immutability in general is good, but if a VPC change requires us to wait for the team to migrate servers (shutdown, start in new VPC etc) it just slows us (STUPS team) down. I don't feel comfortable about letting AWS CF decide when to rollback and when to update.

@tuxlife tuxlife mentioned this issue Jun 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants