DevSecOps: Provisioning AWS Resources with Terraform, Jenkins CI/CD, and Securing S3 Website Hosting

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

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

  • @naren06938
    @naren06938 ปีที่แล้ว +4

    Awesome Bro....U explained Almost Full Devops in one project...Nobody explain, simplifiying like you, still u are not recognised not upto mark, Most people are just practiced whatever u told and not wishing you....i feel very bad, if we get real help from anybody, we should say Thanx and wish, bless and encourage him with our support to achieve his goals....

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

    📌Unexpected 😁 🦧
    what a coincidence💙 today i was learning📝📖 Terraform provisioners, Remote backend📪📥 concepts.📚
    So it would be really helpful 💯 for me🙋 to do a hands-on project 📊 as i learned the concept.🚀✈️
    Thank 👊 bro!🎉🎉🔥

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

    This is the best video in entire TH-cam history......... For DevOps....
    ❤❤❤❤❤❤ Ur efforts

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

      Try to do ansible and terraform 3 tire architecture project

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

      ​@@nareshbabuy8530Do you have resources like articles or youtube videos(better one)
      Because I had searched a lot I couldn't find it😢

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว +1

      ❤ i will try bro

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

      ​@@mr.cloudbooksuper bro come on❤❤

  • @jeevank-i2o
    @jeevank-i2o ปีที่แล้ว +1

    Dear Ajay, You have my respect watched most of your videos. And already completed projects like Amazon-FE , Netflix-clone and this project Jenkins backup and uploading into s3. You are helping me a lot in last two months. Thankyou

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว

      Keep on shining and learning brother
      All the best ❤️

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

    Nice explanation bro 👌 🤜

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

    Super Explanation bro

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

    Thanks bro for nice video

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

    thankyou sir

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

    hey super bro

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

    Hi ajay thanks for excellent videos' ,please one thing contents of s3.tf in blogs are different than repo
    second i did this project ,build is successful but there was no webhosting in s3 bucket and no contents stored in dynamo db tables ?
    what could be the reason ?

  • @mahmoudnouri8544
    @mahmoudnouri8544 11 หลายเดือนก่อน

    Hey Ajay, I saw your blog, your projects and videos, and i want to know if this is what is demanded in production projects when you integrate large companies as devops enginner ?, i mean if we talk about big projects and big application that need multiple EC2 instances and S3 storages, multiple kubernetes clusters and replicas and pods, multiples docker containers, i mean thousands of these resources.

    • @mr.cloudbook
      @mr.cloudbook  11 หลายเดือนก่อน

      For jenkins they use two Instances and their requirements
      Upto them

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

    Wonderful explanation, it took a bit of troubleshooting but i am finally at the last step. However, the terraform apply stage is not working. I also tried:
    stage('Terraform apply') {
    environment {
    ACTION = "${action}"
    }
    steps {
    sh "terraform $ACTION --auto-approve"
    }
    }
    }
    }
    This also did not help. any ideas?

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว

      Complete script i provided in blog works fine please check that once.

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

    Hi Ajay,
    Can we do the project without eclipse, temurin and adoptium? And how are we going to proceed with terraform, JS and HTML codes for the project?

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว

      Without adoptium you can't use sonarqube
      Every files in the blog and github use them

  • @AmrutaWagh-kb3yv
    @AmrutaWagh-kb3yv ปีที่แล้ว

    what is quality gate in sonarqube what use of it?

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว +1

      In SonarQube, a quality gate is like a traffic light. It tells you if your code is good to go (green), needs attention (orange), or should be stopped (red) based on predefined quality rules. It helps ensure your code is clean and reliable.

  • @sumitkumar-gp7yf
    @sumitkumar-gp7yf ปีที่แล้ว +1

    Bro please upload video 3 tier application with database and deploy the application with the devops tools

  • @raviteja5112
    @raviteja5112 9 หลายเดือนก่อน

    Hello Cloud Book, is there any way to connect with you. ?

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

    Hai bro,
    Is 2yrs of exp person can do all these things.. Like creating infrastructure, managing and using all Devops tools and terraform.. In real organization Is it possible to do all these things with 2yrs exo

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว

      If you have one year experience you need to do all these things. That's why you have to learn terraform for infrastructure creation. It support multi cloud and what if your Interviewer ask you to change terraform code to cloudformation code you need to learn right

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

    bro, one doubt in Jenkins pipeline you didn't provided the aws secret key and password then how to integrate aws API, please replay

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว

      We added iam role to jenkins machine to create. So we dont have to add any credentials for provision again

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

      Thank you bro

  • @HariKrishna-cr2jz
    @HariKrishna-cr2jz ปีที่แล้ว

    How to create aws account..please create one video.. present aws accounts suspended brother

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว

      already so many videos available on youtube right

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

    azure course start chastra full ga

  • @sumitkumar-gp7yf
    @sumitkumar-gp7yf ปีที่แล้ว

    terraform apply cmd is not working

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว

      Did you add --auto-approve in command
      Or doing using action option

    • @sumitkumar-gp7yf
      @sumitkumar-gp7yf ปีที่แล้ว

      @@mr.cloudbook yes

    • @mr.cloudbook
      @mr.cloudbook  ปีที่แล้ว

      @@sumitkumar-gp7yf can you send a google meet link now. I can see whats the error

    • @sumitkumar-gp7yf
      @sumitkumar-gp7yf ปีที่แล้ว

      @@mr.cloudbook okay

    • @sumitkumar-gp7yf
      @sumitkumar-gp7yf ปีที่แล้ว

      i will provided google link please join meeting