Last active
February 24, 2016 18:05
-
-
Save sihil/c84d5ab7e084f6f097f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data" : { | |
"images" : [ { | |
"arn" : "arn:aws:ec2:eu-west-1::image/ami-XXXXXXXX", | |
"name" : "ubuntu-vivid-java8_408_2016/02/17_12-18-34", | |
"imageId" : "ami-XXXXXXXX", | |
"region" : "eu-west-1", | |
"description" : "AMI for ubuntu-vivid-java8 built by TeamCity: tools-machine-images#408", | |
"tags" : { | |
"Name" : "ubuntu-vivid-java8_408_2016/02/17_12-18-34", | |
"SourceAMI" : "ami-XXXXXXXX", | |
"Build" : "408", | |
"ImageName" : "ubuntu-vivid-java8", | |
"BuildName" : "tools-machine-images", | |
"Branch" : "master", | |
"VCSRef" : "0255cc83677575b17c92f800e593cb3d5f274c4d" | |
}, | |
"creationDate" : "2016-02-17T12:28:42.000Z", | |
"state" : "available", | |
"architecture" : "x86_64", | |
"ownerId" : "XXXXXXXXXXXX" | |
} ] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment