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

[Bug]: Cloudformation Migration Guide #5999

Open
ssyberg opened this issue Dec 12, 2024 · 1 comment
Open

[Bug]: Cloudformation Migration Guide #5999

ssyberg opened this issue Dec 12, 2024 · 1 comment
Labels
type/bug Issues that are bugs.

Comments

@ssyberg
Copy link

ssyberg commented Dec 12, 2024

Given that this project is being abandoned and many of us here have spent 100s of hours migrating to copilot, I'm hoping Amazon/AWS and the devs here might put the effort into providing us with a decent migration guide and not totally leave us high and dry. Many of the people using copilot are not experienced devops folks (that kinda why we picked copilot) so it's safe to assume a lot of people will need some hand holding and a detailed guide would be much appreciated.

cc @iamhopaul123 @Lou1415926

@ssyberg ssyberg added the type/bug Issues that are bugs. label Dec 12, 2024
@SoundsSerious
Copy link

SoundsSerious commented Jan 14, 2025

A solution for creating terraform from copilot:

  • for each environment and each service use the cli: package commands to create cloud formation.

  • using a utility like cf2tf you can convert like 80-90% of the app to terraform and then there's some clean up to do.

  • You can also package pipelines to keep everything the same for each environment, as well but I am just creating the one terraform environment an using variables to segment environments and other features / config

Instead we are using github actions to build images and deploy the terraform and just keep all environments roughly the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Issues that are bugs.
Projects
None yet
Development

No branches or pull requests

2 participants