Take full control of ecs fargate using terraform

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

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

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

    Good video. Please do more of such videos. Keep rocking.

  • @abdo3taa39
    @abdo3taa39 7 месяцев назад +1

    Thanks that was very helpful

  • @birbir969
    @birbir969 4 месяца назад +1

    thank you very very much.

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

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

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

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

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

    GOOOOOOOOOOOOD

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

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

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

    how to set connection timeout limit in ALB?

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

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

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

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

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

      @@awsclouddemosthis is what I was looking for 😅…thanks

  • @narasimha._sai
    @narasimha._sai 5 месяцев назад +1

    please create a video on eks creation with terraform

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

    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?

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

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

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

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

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

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

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

      check your container image

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

      @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?