Sha256: 630b1aeea41c16f6483b13afa41653203f4ca8822badbdde6813ab5474b77786

Contents?: true

Size: 1.29 KB

Versions: 81

Compression:

Stored size: 1.29 KB

Contents

[
  {
    "id": "ecs-svc/9223370506480701820",
    "status": "PRIMARY",
    "task_definition": "arn:aws:ecs:us-east-1:1111111111:task-definition/demo-web:91",
    "desired_count": 1,
    "pending_count": 0,
    "running_count": 1,
    "created_at": "2018-06-30 08:54:33 -0700",
    "updated_at": "2018-06-30 08:54:33 -0700",
    "launch_type": "FARGATE",
    "platform_version": "1.1.0",
    "network_configuration": {
      "awsvpc_configuration": {
        "subnets": [
          "subnet-11111111",
          "subnet-22222222"
        ],
        "security_groups": [
          "sg-111111"
        ],
        "assign_public_ip": "ENABLED"
      }
    }
  },
  {
    "id": "ecs-svc/9223370506480701819",
    "status": "PRIMARY",
    "task_definition": "arn:aws:ecs:us-east-1:1111111111:task-definition/demo-web:90",
    "desired_count": 1,
    "pending_count": 0,
    "running_count": 1,
    "created_at": "2018-06-30 01:54:33 -0700",
    "updated_at": "2018-06-30 01:54:33 -0700",
    "launch_type": "FARGATE",
    "platform_version": "1.1.0",
    "network_configuration": {
      "awsvpc_configuration": {
        "subnets": [
          "subnet-11111111",
          "subnet-22222222"
        ],
        "security_groups": [
          "sg-111111"
        ],
        "assign_public_ip": "ENABLED"
      }
    }
  }
]

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
ufo-6.3.13 spec/fixtures/deployments.json
ufo-6.3.12 spec/fixtures/deployments.json
ufo-6.3.11 spec/fixtures/deployments.json
ufo-6.3.10 spec/fixtures/deployments.json
ufo-6.3.9 spec/fixtures/deployments.json
ufo-6.3.8 spec/fixtures/deployments.json
ufo-6.3.7 spec/fixtures/deployments.json
ufo-6.3.6 spec/fixtures/deployments.json
ufo-6.3.5 spec/fixtures/deployments.json
ufo-6.3.4 spec/fixtures/deployments.json
ufo-6.3.3 spec/fixtures/deployments.json
ufo-6.3.2 spec/fixtures/deployments.json
ufo-6.3.1 spec/fixtures/deployments.json
ufo-6.3.0 spec/fixtures/deployments.json
ufo-6.2.5 spec/fixtures/deployments.json
ufo-6.2.4 spec/fixtures/deployments.json
ufo-6.2.3 spec/fixtures/deployments.json
ufo-6.2.2 spec/fixtures/deployments.json
ufo-6.2.1 spec/fixtures/deployments.json
ufo-6.2.0 spec/fixtures/deployments.json