AWS Hands-On: Automate AWS Infra Deployment using Terraform and GitHub Actions

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • In this video, we'll automate the deployment of AWS Infrastructure using Terraform and GitHub actions.
    Source Code: github.com/Cum...
    AWS Hands-On: Provision Infrastructure using Terraform: • AWS Hands-On: Provisio...

Комментарии • 23

  • @232techtalk
    @232techtalk Год назад +1

    Simple but yet significant ❤

  • @samuelopoku-acheampong5601
    @samuelopoku-acheampong5601 Год назад

    Great Job. Kindly keep the videos coming...

  • @mwanthidaniel1254
    @mwanthidaniel1254 11 месяцев назад +1

    Hello Sir, how do we destroy this infrastructure we create via github actions, or should we make the apply or delete commands be the user's input?

    • @twootwo202
      @twootwo202 8 месяцев назад

      terraform destroy but depends on how you have set the destroy command

  • @nitthebest6262
    @nitthebest6262 Год назад +1

    Really helpful Thanks for sharing

  • @ephremtadesse3195
    @ephremtadesse3195 11 месяцев назад +1

    Very Helpful!

  • @oc4618
    @oc4618 6 месяцев назад

    where did you get the key for the s3 backend?

    • @cumuluscycles
      @cumuluscycles  6 месяцев назад

      The "key" is the path where TF stores the State File in the Bucket.

  • @femiibrahim7645
    @femiibrahim7645 6 месяцев назад +1

    Simple and very apt. I liked and subscribed right away. Thanks. Exaclty what I needed.

    • @cumuluscycles
      @cumuluscycles  6 месяцев назад

      Thanks for the sub! I'm glad you found the content useful.

  • @activeskygatellc9555
    @activeskygatellc9555 Год назад

    how do you destroy the resources? Please can you share a destroy workflow or action? Thanks.

    • @cumuluscycles
      @cumuluscycles  Год назад +2

      A quick way to do this would be to change the "terraform apply" to "terraform destroy" in the terraform.yaml file in the workflows folder and push the change to your Repo. Or, give the following a look if you're interested in using a workflow dispatch: stackoverflow.com/questions/71741812/terraform-destroy-workflow-github-actions

  • @davidshain8673
    @davidshain8673 Год назад

    So Terraform isn't an AWS service, it's a method?

    • @cumuluscycles
      @cumuluscycles  Год назад

      Give this Playlist a look: ruclips.net/p/PLRBkbp6t5gM2Lfbp2l-GGUM-jV7uOePlJ

  • @DeepPatel-f2l
    @DeepPatel-f2l 10 месяцев назад

    Is it mandatory to create s3 bucket and dynamodb table to run git actions? Also, can this be done in private repos? I keep running into an error stating “no repository found” can you advise?

  • @HimanshuChauhan006
    @HimanshuChauhan006 Год назад +1

    Great content and context 🤝

  • @Abberath
    @Abberath Год назад

    Wow. Thanks for this, sir!