- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 79字
- 2021-07-09 18:18:32
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"
}
]
}
推薦閱讀
- Circos Data Visualization How-to
- Ansible Quick Start Guide
- 空間機器人遙操作系統及控制
- Java實用組件集
- Visual FoxPro 6.0數據庫與程序設計
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- JMAG電機電磁仿真分析與實例解析
- 樂高創意機器人教程(中級 下冊 10~16歲) (青少年iCAN+創新創意實踐指導叢書)
- Arduino &樂高創意機器人制作教程
- 大數據驅動的設備健康預測及維護決策優化
- Blender 3D Printing by Example
- Silverlight 2完美征程
- Mastering MongoDB 3.x
- 簡明學中文版Photoshop
- 典型Hadoop云計算