Chick-fil-A · JSON Structure

Bovine Ec2 Instance Structure

An EC2 instance record, annotated with cluster/workload association.

Type: object Properties: 3
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

Ec2Instance is a JSON Structure definition published by Chick-fil-A, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

InstanceId Cluster Region

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-structure/bovine-ec2-instance-structure.json",
  "name": "Ec2Instance",
  "description": "An EC2 instance record, annotated with cluster/workload association.",
  "type": "object",
  "properties": {
    "InstanceId": {
      "type": "string",
      "example": "i-0a1b2c3d4e5f60718"
    },
    "Cluster": {
      "type": "string",
      "description": "The cluster or workload association (ECS, Beanstalk, ASG, etc.).",
      "example": "ecs-prod-web"
    },
    "Region": {
      "type": "string",
      "example": "us-east-1"
    }
  }
}