Skip to content

Instantly share code, notes, and snippets.

@gorsuch
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gorsuch/3e5d5cc4928fb5b2cefb to your computer and use it in GitHub Desktop.
Save gorsuch/3e5d5cc4928fb5b2cefb to your computer and use it in GitHub Desktop.
metadata
{
  "name": "core",
  "ami_id": "ami-123456",
  "env": "s3://cloudfuckery/envs/1-abcdef.json",
  "slug": "s3://cloudfuckery/slugs/1-12345.tgz",
  "formation": {
    "web": {
      "cmd": "bundle exec bin/web",
      "quantity": 3,
      "instance_size": "m3.medium"
    },
    "worker": {
      "cmd": "bundle exec bin/worker",
      "quantity": 2,
      "instance_size": "t1.micro"
    }
  },
  "resources": {
    "db": {}
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment