Тёмный
No video :(

Build CI CD Pipeline with AWS CodeDeploy and AWS CodePipeline to deploy Node.js app | Step By Step 

Scale-Up SaaS
Подписаться 2,7 тыс.
Просмотров 6 тыс.
50% 1

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@ScaleUpSaaS
@ScaleUpSaaS Год назад
If you have questions about Build CI CD Pipeline with AWS CodeDeploy and AWS CodePipeline -> Feel Free to Book a Free Consultation Call calendly.com/scale-up-saas/free
@dantesbytes
@dantesbytes 5 месяцев назад
this is the 1 of the best cloud trainers that I've come across in a while, i highly recommend this guy
@ScaleUpSaaS
@ScaleUpSaaS 5 месяцев назад
Thanks for sharing! We are really appreciate it 🥰 By the way, if you want to acquire more cloud knowledge and get more cloud training ... We are launching our "AWS Master Course for Beginners" Very soon! and you have the option to get now pre-launch discount price! check it here: scaleupsaas.dev/aws-master-course-for-beginners/
@tarnum13
@tarnum13 2 года назад
Exactly what I was searching for! Thanks 🙏
@ScaleUpSaaS
@ScaleUpSaaS 2 года назад
You are welcome 🤗
@vijaya4025
@vijaya4025 2 года назад
Great.need more cicd realtime projects. thank you
@ScaleUpSaaS
@ScaleUpSaaS 2 года назад
Happy to hear that 😀. Going to release CI CD Pipeline with GitHub actions in the next few days …. So keep follow 👍
@SivanBanai
@SivanBanai 2 года назад
Helped me so muchh!!! Thank you 🙏🏼
@ScaleUpSaaS
@ScaleUpSaaS 2 года назад
Happy to hear that 👍😀
@abiodunalao8968
@abiodunalao8968 6 месяцев назад
Thanks for this tutorial. The issue I have is how do I add environment variables that I have in my .env to work when I deployed my app.
@ScaleUpSaaS
@ScaleUpSaaS 6 месяцев назад
Thanks for sharing. You have many options to work with environment variables. You can add it locally to the server with .env file or you can work with AWS secret manager or system manager parameters store. Let me know if you need more help with that. We will do another tutorial…
@surbhimidha-vz7dk
@surbhimidha-vz7dk 3 месяца назад
Thanks, do we have a tutorial on this?
@ScaleUpSaaS
@ScaleUpSaaS 3 месяца назад
@@surbhimidha-vz7dk yes. Soon. You can also enroll to our AWS Master course. Where we sure so much more. You can find details here: scaleupsaas.dev
@sivan_banai
@sivan_banai 2 года назад
Awesome content!!
@ScaleUpSaaS
@ScaleUpSaaS 2 года назад
Happy to hear that :).
@411sev
@411sev Год назад
Thanks
@ScaleUpSaaS
@ScaleUpSaaS Год назад
Thanks for sharing. Appreciate.
@dantesbytes
@dantesbytes 5 месяцев назад
forgot to edit the deploy.yml file, when i create a user what all else needs to be done to get this to work thanks
@ScaleUpSaaS
@ScaleUpSaaS 5 месяцев назад
Thanks for sharing. Appreciated 🙌
@dantesbytes
@dantesbytes 6 месяцев назад
what do i need to edit in order to get this to work on my node.js express app, can I just copy over the scripts directory and or the appspect.yml file
@ScaleUpSaaS
@ScaleUpSaaS 6 месяцев назад
You can just do all the rest of the things, but when it come to clone the node js project. Use your clone repository instead :) Let us know if you need and help. And follow for more amazing tutorials
@dantesbytes
@dantesbytes 5 месяцев назад
hi i have a unbuntu ec2 running and i have a basic express/node app ive edited the scrips files and the yml to reflect the name of my app and the directory is their anything else i need edit
@ScaleUpSaaS
@ScaleUpSaaS 5 месяцев назад
Thanks for sharing. Seems like you have been to solve it in your second comment. We are happy for you 🥲
@lawais1977
@lawais1977 9 месяцев назад
great video! I'm having an issue though... the pm2 process is created by the ec2-user but when the script runs try to update with root, so its a different "pm2 instance" and doesnt really update the ec2-user process...
@ScaleUpSaaS
@ScaleUpSaaS 9 месяцев назад
Thanks for sharing. You probably miss the steps where I’m saying that all Linux services need to be available to the ROOT user. Just read the GitHub readme instructions file again and you will know what to do. Keep me posted. Please subscribe for more amazing content 😎
@lawais1977
@lawais1977 9 месяцев назад
@@ScaleUpSaaSI think I followed everything, but nvm, I already solved it replacing the script line with this: "sudo -u ec2-user bash -c 'pm2 restart c-server' >> /home/ec2-user/app/deploy.log" and that did the trick. Anyways, your video was AWESOME and did 98% of the job, so THANKS THANKS THANKS
@lawais1977
@lawais1977 9 месяцев назад
@@ScaleUpSaaS (I bought you 3 coffees... you deserved them, enjoy! and thank you agan!)
@ScaleUpSaaS
@ScaleUpSaaS 9 месяцев назад
Thanks for the support 🙏🙏🙏 We really appreciate it ❤️ Will keep releasing more amazing tutorials. Any tutorials requests you want us to do?
@andrespatino1407
@andrespatino1407 Год назад
amazing video! just one thing everything works excet the code deploy, I logged the error and I get : "InstanceAgent::Plugins::CodeDeployPlugin::CommandPoller: Missing credentials - please check if this instance was started with an IAM instance profile" I used the same exact roles as you did
@ScaleUpSaaS
@ScaleUpSaaS Год назад
Thanks for sharing. Did you use ubuntu or amazon linux os?
@andrespatino1407
@andrespatino1407 Год назад
@@ScaleUpSaaS thanks for replying! Im using an ubuntu ec2
@ScaleUpSaaS
@ScaleUpSaaS Год назад
@@andrespatino1407 I just tried again an everything works for me. Please try again from the beginning. Follow every step. It's need to work for you too :)
@bhagvathquotes5477
@bhagvathquotes5477 Год назад
i also got the same error. just restart the codedeploy agent.
@ScaleUpSaaS
@ScaleUpSaaS Год назад
@@bhagvathquotes5477 Thanks for sharing :)
@RonTaktuk
@RonTaktuk Год назад
the linux instance you launched is the production server am i correct?
@ScaleUpSaaS
@ScaleUpSaaS Год назад
Yes. Thanks for sharing!
@NeerajBhasin28
@NeerajBhasin28 Год назад
how can i add .env variables to it?
@ScaleUpSaaS
@ScaleUpSaaS Год назад
You can use aws secrets and deployment hooks for that for example :)
Далее
AWS: Real-world CodePipeline CI/CD Examples
28:02
Просмотров 16 тыс.
Setup CI/CD on AWS for NestJS(NodeJS)
20:27
Просмотров 12 тыс.
The cloud is over-engineered and overpriced (no music)
14:39