Vivek Kumar

Results 4 issues of Vivek Kumar

We are managing our task def in Terraform. We do not want `ecs-deploy` to create/register a new taskdef. Instead we just want it to update the service with latest version...

I use below command to update the service - `ecs deploy $CLUSTER_NAME $SERVICE_NAME --image $SERVICE_NAME $ECR_IMAGE_URL:$IMAGE_TAG --rollback --timeout 600` It doesn't rollback the taskdef in case of ALB health check...

Use case - Task definitions are managed by Terraform, we do not want the taskdef version to be updated from Github actions. It's like a force deployment of latest version...

Currently, it returns public IP only when we have `associate_public_ip_address = true` no matter if EIP is attached or not. And if we do not associate public IP, it returns...