JSON

JavaScript Object Notation (JSON) (http://json.org/), a standard, machine- and human-readable information interchange format. Here's what the AZs in the us-east-1 (North Virginia) region look like represented as JSON:

aws ec2 describe-availability-zones --output json { "AvailabilityZones": [         { "State": "available", "RegionName": "us-east-1", "Messages": [], "ZoneName": "us-east-1a"         },         { "State": "available", "RegionName": "us-east-1", "Messages": [], "ZoneName": "us-east-1c"         },         { "State": "available", "RegionName": "us-east-1", "Messages": [], "ZoneName": "us-east-1d"         },         { "State": "available", "RegionName": "us-east-1", "Messages": [], "ZoneName": "us-east-1e"         }     ] }

Get AWS Administration Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.