INFRASTRUCTURE PROJECT

Поделиться
HTML-код
  • Опубликовано: 28 май 2024
  • Designing a highly available and dynamic infrastructure using auto-scaling , launch template, load balancers and personalized image. Performing blue green deployment and canary deployment in AWS.
    Github repository: github.com/clemenrance/student

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

  • @AJ_FA237
    @AJ_FA237 Месяц назад +1

    An experience by practice is the best way forward. Great tutorial.

  • @practicaldeen5333
    @practicaldeen5333 Месяц назад +1

    Why don't you use Terraform to automate infra and minimize mistakes and safeguard against leaving resources running that could incur unwanted charges?

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

      Hello @practicaldeen5333 the idea here is not to use these stuffs in production the way they are created. The idea is to manually learn how to do the configuration and know how each resource functions independently, after mastering the manual process, you can then automate it with terraform or any infrastructure as code tool. The mistake that many people make is to start learning how to automate without even knowing first what to automate or appreciate the difficulty of the manual process.