Take full control of ecs fargate using terraform

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 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 3 หลายเดือนก่อน

    Thanks that was very helpful

  • @narasimha._sai
    @narasimha._sai หลายเดือนก่อน

    please create a video on eks creation with terraform

  • @gautampatel7057
    @gautampatel7057 หลายเดือนก่อน

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

  • @matthewigbinehi1610
    @matthewigbinehi1610 18 วันที่ผ่านมา

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

    • @awsclouddemos
      @awsclouddemos  10 วันที่ผ่านมา

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

  • @matthewigbinehi1610
    @matthewigbinehi1610 17 วันที่ผ่านมา

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

    • @awsclouddemos
      @awsclouddemos  10 วันที่ผ่านมา

      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 หลายเดือนก่อน

    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 หลายเดือนก่อน

    how to set connection timeout limit in ALB?

  • @gautampatel7057
    @gautampatel7057 หลายเดือนก่อน

    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.

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