Deploy AWS infrastructure using github actions and terraform 🚀

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

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

  • @MarceldeLange
    @MarceldeLange 27 дней назад

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

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

    could you explain why are we doing the clean up?

    • @MarceldeLange
      @MarceldeLange 27 дней назад

      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.

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

    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 3 месяца назад

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

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

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

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

    how to select different workspace and environment?