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

Support Resource Import for Manually Created Infrastructure #396

Open
ggiallo28 opened this issue May 26, 2024 · 1 comment
Open

Support Resource Import for Manually Created Infrastructure #396

ggiallo28 opened this issue May 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ggiallo28
Copy link

ggiallo28 commented May 26, 2024

Description:

Rain build is very nice, and using generative AI to create a starting template is cool. But what if Rain also supported resource import?

For example, you could provide the resource ID, and it would generate the CloudFormation template for that resource. You could use AWS CLI to describe or get a specific resource you created, and the generative AI would transform this returned configuration into a CloudFormation template.

Ok, maybe GenAI is not needed in that case, but having this feature would be a game changer. It could work like Terraform import.

There is already the CloudFormation IaC generator, but it takes time to scan all the resources in the account. Having the possibility to target a specific resource would be better. Additionally, the IaC generator does not support all resources. Bedrock can do a great job for currently unsupported resources by transforming JSON responses into YAML resources.

@ericzbeard
Copy link
Contributor

Interesting idea! The big thing that IaC generator is doing for you is converting the resources into a managed stack without any extra steps. Maybe we could find an intuitive way for Rain to make the process easier.

@ericzbeard ericzbeard added the enhancement New feature or request label May 28, 2024
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