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.
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 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?
Good video. Please do more of such videos. Keep rocking.
Thank you, I will
Thanks that was very helpful
Glad it helped
thank you very very much.
You are welcome!
@awsclouddemos Many thanks for this Tutorial. What VScode extension are you using to automatically generate terraform templates within VScode?
terraform doc snippets - marketplace.visualstudio.com/items?itemName=run-at-scale.terraform-doc-snippets
GOOOOOOOOOOOOD
coooooool
We have to change any policies or role in our aws account?
how to set connection timeout limit in ALB?
What VScode extension are you using to automatically generate terraform templates within VScode? Many thanks for this Tutorial.
terraform doc snippets - marketplace.visualstudio.com/items?itemName=run-at-scale.terraform-doc-snippets
@@awsclouddemosthis is what I was looking for 😅…thanks
please create a video on eks creation with terraform
soon!
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?
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
change the container port here in this file github.com/gitmurali/terraform-aws-snippets/blob/main/5.%20aws_tf_ecs_fargate/ecs-taskdefiniton.tf
(service my-service) was unable to place a task because your account is currently blocked. - how to solve this error?
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.
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" {
│
╵
check your container image
@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?