Deploy AWS infrastructure using github actions and terraform 🚀

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

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

  • @MarceldeLange
    @MarceldeLange 2 месяца назад

    This is such a great demo for someone that is diving deeper into CI/CD. Thank you

  • @anjireddykilari9731
    @anjireddykilari9731 5 месяцев назад

    Nice bro . Your videos are very helpful for my learning.

  • @SiviweXakaza
    @SiviweXakaza 3 месяца назад

    could you explain why are we doing the clean up?

    • @MarceldeLange
      @MarceldeLange 2 месяца назад

      You are performing the cleanup so you don't have to pay for the cloud resources that you've deployed in your development or staging environments. Each situation is different and there might be a need to retain the resources deployed, but typically dev / testing resources are short lived due to the added cost.

  • @marianodangelo8220
    @marianodangelo8220 Месяц назад

    This is one of the best videos out there. If you could just go a bit slower. Still, what a fantastic video

  • @vaibhavjain1in
    @vaibhavjain1in 5 месяцев назад

    thanks for this. The problem with this deployment is that youI can't change the website's content and keep the resources separate. Deploy.yml will deploy everything including all the resources every time you run this. I am running into the same problem. I want to separate resources and website content. Website content will be keep changing over the time that is the my use case, not sure if you can help.

    • @shafeevkd
      @shafeevkd 5 месяцев назад +1

      Usually organizations will have separate pipelines for managing infra and application deployment.

  • @gowthamakanthan
    @gowthamakanthan 2 месяца назад

    how to select different workspace and environment?