You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: