Skip to content

Instantly share code, notes, and snippets.

View MartinDevillers's full-sized avatar
🤓
Keep calm and write code!

Martin Devillers MartinDevillers

🤓
Keep calm and write code!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am martindevillers on github.
  • I am devillers (https://keybase.io/devillers) on keybase.
  • I have a public key ASCwLa4Mqopqsm1TrkMn8lVFPBp7n1P6nT7vzF3ooSfKEwo

To claim this, I am signing this object:

@MartinDevillers
MartinDevillers / ecs-task-response-1.4.0.json
Last active May 10, 2020 22:34
📑 ECS Fargate Task Metadata Endpoint version 4 response now includes AZ
{
"Cluster": "arn:aws:ecs:us-west-1:727690555089:cluster/martins-amazing-cluster",
"TaskARN": "arn:aws:ecs:us-west-1:727690555089:task/33d0f530-3e32-4bce-b55d-564887d1bf46",
"Family": "martins-amazing-definition",
"Revision": "20",
"DesiredStatus": "RUNNING",
"KnownStatus": "NONE",
"Limits": {
"CPU": 0.25,
"Memory": 512
@MartinDevillers
MartinDevillers / ecs-task-response.json
Created July 5, 2019 08:14
ECS Fargate Task Metadata Endpoint version 3 response missing AZ
{
"Cluster": "arn:aws:ecs:eu-west-1:354318922919:cluster/martins-amazing-cluster",
"TaskARN": "arn:aws:ecs:eu-west-1:354318922919:task/c028aeda-6340-4f8c-b587-958ca2c47ff4",
"Family": "martins-amazing-definition",
"Revision": "13",
"DesiredStatus": "RUNNING",
"KnownStatus": "CREATED",
"Containers": [{
"DockerId": "e55cb20df9f3fbad983649fbc1a391705ac882272c87c33aee2be3dc2ff30962",
"Name": "~internal~ecs~pause",