DevOps Tutorial - Laravel Deployment Automation CI\CD using AWS RDS EC2 S3 CodeDeploy BitBucket

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

ความคิดเห็น • 38

  • @hosseindaliran4709
    @hosseindaliran4709 3 หลายเดือนก่อน

    Great work here using AWS and Bitbucket. You should follow a standard naming convention; everything else looks fine to me. Maybe I could give it a try with a Drupal project instead of Laravel.

  • @joshduke4450
    @joshduke4450 3 ปีที่แล้ว +3

    Wow I can't thank you enough

  • @tomcr
    @tomcr 2 ปีที่แล้ว

    Awesome vid, very helpful and detailed. Is there a way to have the project in S3 for the CodeDeploy but not have history saved in S3 each time, maybe a lifecycle process to remove old commits? Maybe I'm asking the wrong question.

  • @fabsync
    @fabsync ปีที่แล้ว

    Great tutorial! Would love to see a version with digitalocean :)

  • @aliabdelrahman1548
    @aliabdelrahman1548 3 ปีที่แล้ว +1

    Thank you for this useful video, but I want to understand why didn't deploy the pipeline with AWS CodePipeline instead of the bitbucket pipeline.

    • @emadzaamout
      @emadzaamout  3 ปีที่แล้ว +2

      You mean code commit correct ? There is allot of different methods and techniques we can use to accomplish the same thing. My goal is to make a video to cover each. For this specific video it was one of my viewers request. Also makes the programmers life easier to have pipelines on where they store there code. Gitlab, Bitbucket etc ... But by no means this is the only method.
      If you feel like there's a certain stack you would like me to create a video on, feel free to let me know.

  • @shedrack8237
    @shedrack8237 2 ปีที่แล้ว

    This is great tutorial, thank you.... AHT Cloud is there any tool similar to codedeploy that I can use in digital ocean

  • @jebiboy
    @jebiboy 2 ปีที่แล้ว +1

    Do you also have a demo for gitlab ?

  • @thearasnguon6912
    @thearasnguon6912 2 ปีที่แล้ว

    Great 👍 tutorial i learned a lot from this. Thx q very much

  • @ISP4ever
    @ISP4ever 6 หลายเดือนก่อน

    i would like to encrypt my php code before i deploy to GCR that uses the code in a pod. Is it posible to do that on the pipeline?

  • @botelladelasheras8163
    @botelladelasheras8163 2 ปีที่แล้ว

    Great great job Emad. 👏👏👏
    Can you make a video for Bitbucket the same Laravel project with Docker AWS Deploy.
    Dockering production deploy.
    THX !!!!

  • @sbtiancz
    @sbtiancz 2 ปีที่แล้ว

    first thank you for excellent tutorial and explanation.
    I am doing a similar implementation but I require that the ec2 instance have 2 projects, one for the master branch and the other for testing with the development branch.
    This is possible?
    Thanks!

  • @AdityaSingh-lo2ue
    @AdityaSingh-lo2ue 3 ปีที่แล้ว +2

    Can you make a video for GitLab CI/CD with the same Laravel project

    • @emadzaamout
      @emadzaamout  3 ปีที่แล้ว

      For sure. I will do my best to release it next Monday (not this one).

  • @blank001
    @blank001 3 ปีที่แล้ว

    Thanks for making this video you cleared many of my doubts regarding deploy scrips and adding .env
    Definitely gonna use those scripts

  • @tech-networking9287
    @tech-networking9287 2 ปีที่แล้ว

    Super helpful!! Thank you!

  • @Ray-cn2ip
    @Ray-cn2ip 2 ปีที่แล้ว +1

    Thanks Man!

  • @rameshkotkar
    @rameshkotkar 3 หลายเดือนก่อน

    great video

  • @bernardchisumo4054
    @bernardchisumo4054 2 ปีที่แล้ว +1

    sudo service codedeploy-agent status
    Unit codedeploy-agent.service could not be found.
    sudo service codedeploy-agent start
    Failed to start codedeploy-agent.service: Unit codedeploy-agent.service not found.

  • @Nuketech421
    @Nuketech421 2 ปีที่แล้ว

    The pipeline is triggered only when committing to master? Is it triggered when making commits to a branch? Is it triggered when merging a branch into master?

    • @emadzaamout
      @emadzaamout  2 ปีที่แล้ว

      The pipeline is triggered when you commit any code or merge any branch to your master branch. You can work on other branches that won't trigger the pipelines.

  • @daedalusrasmus3278
    @daedalusrasmus3278 ปีที่แล้ว

    I'm having trouble with laravel 9's vite and node version of php:8.0-fpm (node js = v12.22.12)... Is there any way I could work around this problem? They seem to recommend updating node to at least v16, but I'm not sure how to do it in this particular scenario... (Just starting out with docker/devops/CICD) Should I uninstall and reinstall node in a script? Though most users say this isn't a good approach...

    • @ElementalX7
      @ElementalX7 ปีที่แล้ว

      Simply add image: node:16.15.1

  • @adnankhan-wd4bq
    @adnankhan-wd4bq 2 ปีที่แล้ว

    Hi can you tell me how can i run npm run dev for laravel mix on aws

  • @nikawritescode
    @nikawritescode 2 ปีที่แล้ว

    What's the point of making bitbucket piplines for AWS? also there are tons of solutions including AWS CodePipeline.

    • @emadzaamout
      @emadzaamout  2 ปีที่แล้ว

      Excellent point I agree there are many solutions and this is one of them. The biggest reason why I am using bitbucket is so we don't have to give each developer aws access to view pipelines and errors.

  • @phalpisey1299
    @phalpisey1299 2 ปีที่แล้ว

    Please help make DevOps with java springboot more , thanks

  • @nizz4m
    @nizz4m ปีที่แล้ว

    How to implement pipelines on Docker ?

  • @very-eazy
    @very-eazy 2 หลายเดือนก่อน

    video is good but sound is very low!

  • @bakre_dev8728
    @bakre_dev8728 2 ปีที่แล้ว

  • @tysonadeyemi3726
    @tysonadeyemi3726 3 ปีที่แล้ว

    Excellent. Did you get my emails?

  • @FuzzPiAndFacial
    @FuzzPiAndFacial 2 ปีที่แล้ว

    Has anyone deployed with docker?

  • @Pb-pj8ft
    @Pb-pj8ft 3 ปีที่แล้ว

    the image quality of this video is extremely bad

    • @emadzaamout
      @emadzaamout  3 ปีที่แล้ว

      Hey man you should try now. TH-cam takes a longtime to process 4k videos @ 60fps.