Skip to content

Error / Task definition #6

@kamalkech

Description

@kamalkech
{
  "family": FAMILY,
  "containerDefinitions": [
    {
      "image": "REPOSITORY_URI:BUILD_NUMBER",
      "name": NAME,
      "essential": true,
      "portMappings": [
        {
          "containerPort": 3000,
          "hostPort": 3000
        }
      ]
    }
  ],
  "cpu": "256",
  "memory": "512",
  "requiresCompatibilities": [
    "FARGATE"
  ],
  "networkMode": "awsvpc",
  "executionRoleArn": ROLE_ARN 
}

getting this error:
An error occurred (ClientException) when calling the DescribeTaskDefinition operation: Unable to describe task definition.
ROLE_ARN=

An error occurred (ClientException) when calling the DescribeTaskDefinition operation: Unable to describe task definition.
FAMILY=

An error occurred (ClientException) when calling the DescribeTaskDefinition operation: Unable to describe task definition.
NAME=

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions