#✅ - Clone/Deploy app to another AWS account

1 messages · Page 1 of 1 (latest)

lunar breach
#

I was working for the past year on an Amplify app, now I want to deploy it to other AWS account; I added the "Deploy to Amplify Console" button https://github.com/openeditor/openeditor#readme and if I fork the repo to https://github.com/hyperaudio/openeditor and click that button I get all the connect repo, etc. and end up with an Amplify hosting environment, no Studio; if I then enable the Studio I get it empty with no backend components which are in the repo: https://github.com/hyperaudio/openeditor/tree/main/amplify/backend
How can I deploy this app to another account? Even via CLI only, can I clone it and push to a new Amplify app?

#

Note: the empty Studio I get prompts me to do an amplify pull, that deletes all my existing amplify/backend resources.

lunar breach
thorny briar
#

I created a new amplify project in the other AWS account, created a backend using the AWS console, and then connected the app to a branch in my GitHub repo.

I did have to do a “redeploy this application” to force it to deploy the backend resources after linking it with the GitHub repo.

#

I avoided using the cli entirely and just deploy it using the CI/CD tool

solemn forgeBOT
#

✅ - Clone/Deploy app to another AWS account