Take full control of ecs fargate using terraform

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In this video, you will learn how to take full control of AWS ECS Fargate using Terraform. Follow along as we walk you through the process of implementing AWS ECS Fargate with Terraform, giving you the tools and knowledge you need to succeed in managing your cloud infrastructure efficiently. Don't forget to hit the like button if you find this video helpful! #aws #ecs #fargate #terraform
    github link 🚀
    github.com/git...
    docker image 🚀
    hub.docker.com...
    terraform docs 🚀
    registry.terra...
    muraliprashant...
    email me: hello@murali.me
    Join this channel to get access to perks:
    / @awsclouddemos

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

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

    thank you very very much.

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

    Thanks that was very helpful

  • @narasimha._sai
    @narasimha._sai Месяц назад

    please create a video on eks creation with terraform

  • @matthewigbinehi1610
    @matthewigbinehi1610 20 дней назад

    @awsclouddemos Many thanks for this Tutorial. What VScode extension are you using to automatically generate terraform templates within VScode?

    • @awsclouddemos
      @awsclouddemos  12 дней назад

      terraform doc snippets - marketplace.visualstudio.com/items?itemName=run-at-scale.terraform-doc-snippets

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

    We have to change any policies or role in our aws account?

  • @matthewigbinehi1610
    @matthewigbinehi1610 19 дней назад

    What VScode extension are you using to automatically generate terraform templates within VScode? Many thanks for this Tutorial.

    • @awsclouddemos
      @awsclouddemos  12 дней назад

      terraform doc snippets - marketplace.visualstudio.com/items?itemName=run-at-scale.terraform-doc-snippets

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

    (service my-service) was unable to place a task because your account is currently blocked. - how to solve this error?

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

    Now, I want to add auto scalling on this code, minimum 1 task and max 10 task based on the user request. Can you please tell how to add on this file?

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

    Can you please tell me how to solve the below error and it is urgent: (service my-service) was unable to place a task because your account is currently blocked.

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

    how to set connection timeout limit in ALB?

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

    hello sir I want to ask, what should I change in terraform file if I use the port 3000 in my web app container, thanks

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

      change the container port here in this file github.com/gitmurali/terraform-aws-snippets/blob/main/5.%20aws_tf_ecs_fargate/ecs-taskdefiniton.tf

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

    I have one error in the code. can you please tell how to solve this error. Error: creating ECS Service (my-service): InvalidParameterException: The container container does not exist in the task definition.

    │ with aws_ecs_service.ECS-Service,
    │ on ecs-service.tf line 1, in resource "aws_ecs_service" "ECS-Service":
    │ 1: resource "aws_ecs_service" "ECS-Service" {

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

      check your container image

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

      @awsclouddemos ok. Now I want to use ecr instead of docker Hub. So first I have to create ecr, and then I have to ecr url into docker Hub url in the ecs tf file?