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

Import from CloudFormation template or stack #107

Open
2 tasks done
moltar opened this issue Aug 7, 2024 · 2 comments
Open
2 tasks done

Import from CloudFormation template or stack #107

moltar opened this issue Aug 7, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@moltar
Copy link

moltar commented Aug 7, 2024

Feature Description

I'd like to see support imports for CloudFormation templates and/or stacks.

Use Case

The correct, and robust way, to define infrastructure is by using IaC approach. The service for that on AWS is CloudFormation. Most mature organizations will not have a bunch of resources just scattered around an account. So a diagram based on an account scan is mostly useless.

A boundary for an application is generally a CloudFormation Stack(s).

So it makes sense to base the diagrams on that too.

Suggested Solution

Rather than scanning resources manually, allow users to feed a CloudFormation template or provide a stack name from which to extract resources.

Alternatives Considered

N/A

Additional Context

N/A

Checklist

  • I have searched for similar feature requests.
  • I have included all necessary information.
@alireza-sheikholmolouki
Copy link
Member

Hi @moltar, thanks for taking the time to open this issue. Our current script focuses on scanning existing infrastructure resources. We're planning to add CloudFormation support as a new feature in the near future. We'll keep you updated on our progress in this thread.

@alireza-sheikholmolouki alireza-sheikholmolouki added the enhancement New feature or request label Aug 12, 2024
@moltar
Copy link
Author

moltar commented Aug 12, 2024

focuses on scanning existing infrastructure

btw, that's also probably not the best way to do this.

you should probably just use & rely on this: https://aws.amazon.com/resourceexplorer/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants