GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Terraform || Provision Ec2 Instance

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024
  • Complete Github Actions Tutorial | GitHub Actions CI/CD | GitHub Actions Terraform | GitHub Actions Real Time Demo
    GitHub Repo Link : github.com/Dev...
    Subscribe to my Channel for more such videos and shorts here : / @devops-techstack
    Devops Bootcamp Playlist to create your account in AWS cloud and understand package Management in Linux: • Devops Bootcamp Series...
    In this GitHub Actions Tutorial we go through the following topics:
    First I explain what GitHub Actions actually is and we will look at specific developer workflow use cases that you can automate with GitHub Actions .
    After that I explain the basic concepts of GitHub Actions, including the GitHub Events and Actions and workflow and HOW GitHub Actions actually automates these workflows using these components.
    Having understood what GitHub Actions solves and how it makes it possible, I will go through the most common workflow, which is CI/CD pipeline.
    I will explain how you can write a github action workflow to provision EC2 instance using terraform .This is one of the real use case of GitHub Action .
    #githubactions #github #cicd #devops-techstack

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

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

    Awesome tutorial , easy to configure aws, terraform with GitHub actions CICD .

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

    Thank you Prof. for your effort and knowledge that you shared!

  • @anil-kumar75
    @anil-kumar75 ปีที่แล้ว

    Really great work doing playlists simultaneously for Shell scripting, Jenkins, Terraform and GitHub Actions..

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

    Thanks for the efforts you have put into this video to simplify the process in steps, you made it look very easy, thank you

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

    Great mam waiting for this

  • @tinytales-juniors
    @tinytales-juniors ปีที่แล้ว

    First view😀

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

    very informative

  • @UGopi-u4l
    @UGopi-u4l 3 หลายเดือนก่อน

    can you please tell how to dispatch this ec2 instance.

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

    Code ran perfectly but no instance is created

    • @devops-techstack
      @devops-techstack  ปีที่แล้ว +1

      Please check the instance in the same region which is mentioned in terraform code .There might be chance you are checking in some other region .