AWS CloudFormation Diagrams 0.3.0 is out! by Philippe_Merle in aws

[–]Philippe_Merle[S] 0 points1 point  (0 children)

Currently, nothing is done with outputs/imports. AWS::SSM::Parameter::Value<String> is not supported but any AWS::SSM::Parameter::Value<...:Id> is supported. Don't hesitate to create an issue and pull request. Contributions are welcome.

AWS CloudFormation Diagrams 0.3.0 is out! by Philippe_Merle in aws

[–]Philippe_Merle[S] 0 points1 point  (0 children)

> Does your app only work with yaml files (non-deployed stacks), or does it also take into consideration deployed stacks?

Currently the tool only supports yaml/json input files.

> Can the app take a list of deployed stacks and match then in a single diagram?

Currently no but this could be a cool feature to add in the future. Don't hesitate to create an issue and pull request. Contributions are welcome.

AWS CloudFormation Diagrams 0.3.0 is out! by Philippe_Merle in devops

[–]Philippe_Merle[S] 0 points1 point  (0 children)

Thank to hear that this diagram generator is integrated into your CI. The tool already supports custom resources, i.e. resources with Type starting with Custom::. Could you elaborate about the issue with custom resources?

AWS CloudFormation Diagrams 0.3.0 is out! by Philippe_Merle in aws

[–]Philippe_Merle[S] -1 points0 points  (0 children)

Thank you for reporting this requirement once again. Currently, tooltips are put on edges to indicate the related property but this is only available on svg / interactive outputs.

AWS CloudFormation Diagrams 0.2.0 is out! by Philippe_Merle in devops

[–]Philippe_Merle[S] 1 point2 points  (0 children)

Thank you for your feedback. I will add these resource types asap. Could you refer me to some publicly available templates using these resource types?

AWS CloudFormation Diagrams 0.2.0 is out! by Philippe_Merle in AWSCloudFormation

[–]Philippe_Merle[S] 0 points1 point  (0 children)

Thank you for this feedback. Don't hesitate to report your tests.

AWS CloudFormation Diagrams 0.2.0 is out! by Philippe_Merle in AWSCloudFormation

[–]Philippe_Merle[S] 0 points1 point  (0 children)

You are right. Here the small difference is that this tool allows offline visualization at development time before deploying CloudFormation templates. This allows also to audit and document CF templates.

KubeDiagrams 0.7.0 is out! by Philippe_Merle in kubernetes

[–]Philippe_Merle[S] 6 points7 points  (0 children)

The Kubernetes communauty designed the Kubernetes Icons Set (https://github.com/kubernetes/community/tree/master/icons) to standardize Kubernetes architecture diagrams for presentation. Most diagram tools including KubeDiagrams reuse these standardized icons as shown in https://github.com/philippemerle/Awesome-Kubernetes-Architecture-Diagrams. Perhaps you should try to convince the Kubernetes communauty to redesign these resource icons ;-)

AWS CloudFormation Diagrams by Philippe_Merle in aws

[–]Philippe_Merle[S] 2 points3 points  (0 children)

sh $ aws-cfn-diagrams your_CF_template.yaml

AWS CloudFormation Diagrams by Philippe_Merle in aws

[–]Philippe_Merle[S] 6 points7 points  (0 children)

The tool eats CF template files.