Looking help/answers on how to correctly deploy to aws #236
-
Hi, Looking some help/pointed in the right direction on how to exactly deploy this up to say AWS. Currently I have it so that the docker image gets built and pushed up to an ECR but have no idea on how to deploy it after that. Any help would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Following here. I'm also struggling on how to deploy this project on AWS elastic beanstalk with the ci/cd pipelines |
Beta Was this translation helpful? Give feedback.
-
I struggled with this for a while as well. How I resolved the issue: I changed the package manager in the Dockerfile to NPM. |
Beta Was this translation helpful? Give feedback.
-
This instructions are for EC2. However you'll understand the basics if you follow these 2 videos. Without docker deployment: With docker : After this, you should
Test it out |
Beta Was this translation helpful? Give feedback.
This instructions are for EC2. However you'll understand the basics if you follow these 2 videos.
Without docker deployment:
https://youtu.be/cgWXQqL-ZU8?si=5mevZFUQ_VIUr-6X
With docker :
https://youtu.be/rRes9LM-Jh8?si=cVPFabEWsjWVguaa
After this, you should
Test it out