amazon web services - Reverting DEIS in AWS -


i trying setup deis in aws. in process of learning , expected have provision , setup many times before master things.

let's run provision-ec2-cluster , reason, want revert done in aws (delete vpc, dele instances, scaling rules, security groups, etc.).

what easiest way that? deis come script can me in respect?

this ideal use case aws cloudformation. either use official deis published info on cloudformation @ http://docs.deis.io/en/latest/installing_deis/aws/. note cloudformation, can single command launch resources, or destroy resources.

or, alternatively, more sophisticated example terraform, third-party alternative cloudformation, can use https://github.com/brandfolder/infrastructure.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -