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

Add option to output dependency graph of resources for environment/stack #201

Closed
b-t-g opened this issue Sep 27, 2017 · 1 comment
Closed

Comments

@b-t-g
Copy link
Contributor

b-t-g commented Sep 27, 2017

Motivation: Some stacks and environments can take a long time to fully launch (I'm looking at you, anything that has RDS). If a mistake is made, the feedback loop can be longer than it should be (and sometimes mistakes can remain hidden for a while). Having a comparatively shorter operation to get a fairly nice visualization of a stack/environment would help greatly to quickly write a functional Sceptre project. I'm thinking of this as basically the inverse of CloudFormation Designer.

cbosss added a commit to cbosss/sceptre that referenced this issue Sep 29, 2017
…endencies within an environment

This commit also allows users to output their dependencies using the DOT language, which can be used
to graph the dependencies using programs like Graphwiz.
cbosss added a commit to cbosss/sceptre that referenced this issue Sep 29, 2017
…tack dependencies within an environment

This commit also allows users to output their dependencies using the DOT language, which can be used
to graph the dependencies using programs like Graphwiz.
cbosss added a commit to cbosss/sceptre that referenced this issue Sep 29, 2017
…tack dependencies within an environment

This commit also allows users to output their dependencies using the DOT language, which can be used
to graph the dependencies using programs like Graphwiz.
cbosss added a commit to cbosss/sceptre that referenced this issue Sep 29, 2017
…tack dependencies within an environment

This commit also allows users to output their dependencies using the DOT language, which can be used
to graph the dependencies using programs like Graphwiz.
@b-t-g b-t-g changed the title Add option to output dependency graph for environment/stack Add option to output dependency graph of resources for environment/stack Oct 2, 2017
cbosss added a commit to cbosss/sceptre that referenced this issue Oct 16, 2017
… the stack dependencies within an environment

This commit also allows users to output their dependencies using the DOT language, which can be used
to graph the dependencies using programs like Graphwiz.
@ngfgrant
Copy link
Contributor

Closing because it is outside the scope of Sceptres core functionality. Whilst it is a cool feature it adds too much maintenance burden.

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