{"id":12151,"date":"2023-06-03T18:08:16","date_gmt":"2023-06-03T09:08:16","guid":{"rendered":"https:\/\/lab4ict.com\/system\/?p=12151"},"modified":"2023-06-05T20:30:10","modified_gmt":"2023-06-05T11:30:10","slug":"aws%e3%81%ae%e3%83%aa%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%81%ae%e3%82%a2%e3%83%99%e3%82%a4%e3%83%a9%e3%83%93%e3%83%aa%e3%83%86%e3%82%a3%e3%82%be%e3%83%bc%e3%83%b3%ef%bc%88az%ef%bc%89%e3%82%92","status":"publish","type":"post","link":"https:\/\/lab4ict.com\/system\/archives\/12151","title":{"rendered":"AWS\u306e\u30ea\u30fc\u30b8\u30e7\u30f3\u306e\u30a2\u30d9\u30a4\u30e9\u30d3\u30ea\u30c6\u30a3\u30be\u30fc\u30f3\uff08AZ\uff09\u3092\u4e00\u89a7\u8868\u793a\u3059\u308b\uff01\uff08AWS CLI\uff09"},"content":{"rendered":"<p>AWS\u306e\u30ea\u30fc\u30b8\u30e7\u30f3\u306e\u30a2\u30d9\u30a4\u30e9\u30d3\u30ea\u30c6\u30a3\u30be\u30fc\u30f3\uff08AZ\uff09\u3092\u3001AWS CLI\u3067\u4e00\u89a7\u8868\u793a\u3057\u307e\u3059\u3002<br \/>\n<!--more--><\/p>\n<h2>\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ea\u30fc\u30b8\u30e7\u30f3\u306e\u30a2\u30d9\u30a4\u30e9\u30d3\u30ea\u30c6\u30a3\u30be\u30fc\u30f3\uff08AZ\uff09\u3092\u4e00\u89a7\u8868\u793a\u3059\u308b\uff01<\/h2>\n<p>\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ea\u30fc\u30b8\u30e7\u30f3\u306e\u30a2\u30d9\u30a4\u30e9\u30d3\u30ea\u30c6\u30a3\u30be\u30fc\u30f3\uff08AZ\uff09\u3092\u4e00\u89a7\u8868\u793a\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ aws ec2 describe-availability-zones \r\n{\r\n    &quot;AvailabilityZones&quot;: &#x5B;\r\n        {\r\n            &quot;State&quot;: &quot;available&quot;,\r\n            &quot;OptInStatus&quot;: &quot;opt-in-not-required&quot;,\r\n            &quot;Messages&quot;: &#x5B;],\r\n            &quot;RegionName&quot;: &quot;ap-northeast-1&quot;,\r\n            &quot;ZoneName&quot;: &quot;ap-northeast-1a&quot;,\r\n            &quot;ZoneId&quot;: &quot;apne1-az4&quot;,\r\n            &quot;GroupName&quot;: &quot;ap-northeast-1&quot;,\r\n            &quot;NetworkBorderGroup&quot;: &quot;ap-northeast-1&quot;,\r\n            &quot;ZoneType&quot;: &quot;availability-zone&quot;\r\n        },\r\n        {\r\n            &quot;State&quot;: &quot;available&quot;,\r\n            &quot;OptInStatus&quot;: &quot;opt-in-not-required&quot;,\r\n            &quot;Messages&quot;: &#x5B;],\r\n            &quot;RegionName&quot;: &quot;ap-northeast-1&quot;,\r\n            &quot;ZoneName&quot;: &quot;ap-northeast-1c&quot;,\r\n            &quot;ZoneId&quot;: &quot;apne1-az1&quot;,\r\n            &quot;GroupName&quot;: &quot;ap-northeast-1&quot;,\r\n            &quot;NetworkBorderGroup&quot;: &quot;ap-northeast-1&quot;,\r\n            &quot;ZoneType&quot;: &quot;availability-zone&quot;\r\n        },\r\n        {\r\n            &quot;State&quot;: &quot;available&quot;,\r\n            &quot;OptInStatus&quot;: &quot;opt-in-not-required&quot;,\r\n            &quot;Messages&quot;: &#x5B;],\r\n            &quot;RegionName&quot;: &quot;ap-northeast-1&quot;,\r\n            &quot;ZoneName&quot;: &quot;ap-northeast-1d&quot;,\r\n            &quot;ZoneId&quot;: &quot;apne1-az2&quot;,\r\n            &quot;GroupName&quot;: &quot;ap-northeast-1&quot;,\r\n            &quot;NetworkBorderGroup&quot;: &quot;ap-northeast-1&quot;,\r\n            &quot;ZoneType&quot;: &quot;availability-zone&quot;\r\n        }\r\n    ]\r\n}\r\n<\/pre>\n<h2>\u30ea\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u30a2\u30d9\u30a4\u30e9\u30d3\u30ea\u30c6\u30a3\u30be\u30fc\u30f3\uff08AZ\uff09\u3092\u4e00\u89a7\u8868\u793a\u3059\u308b\uff01<\/h2>\n<p>\u30ea\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u300c--region\u300d\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ aws ec2 describe-availability-zones --region ap-south-1\r\n{\r\n    &quot;AvailabilityZones&quot;: &#x5B;\r\n        {\r\n            &quot;State&quot;: &quot;available&quot;,\r\n            &quot;OptInStatus&quot;: &quot;opt-in-not-required&quot;,\r\n            &quot;Messages&quot;: &#x5B;],\r\n            &quot;RegionName&quot;: &quot;ap-south-1&quot;,\r\n            &quot;ZoneName&quot;: &quot;ap-south-1a&quot;,\r\n            &quot;ZoneId&quot;: &quot;aps1-az1&quot;,\r\n            &quot;GroupName&quot;: &quot;ap-south-1&quot;,\r\n            &quot;NetworkBorderGroup&quot;: &quot;ap-south-1&quot;,\r\n            &quot;ZoneType&quot;: &quot;availability-zone&quot;\r\n        },\r\n        {\r\n            &quot;State&quot;: &quot;available&quot;,\r\n            &quot;OptInStatus&quot;: &quot;opt-in-not-required&quot;,\r\n            &quot;Messages&quot;: &#x5B;],\r\n            &quot;RegionName&quot;: &quot;ap-south-1&quot;,\r\n            &quot;ZoneName&quot;: &quot;ap-south-1b&quot;,\r\n            &quot;ZoneId&quot;: &quot;aps1-az3&quot;,\r\n            &quot;GroupName&quot;: &quot;ap-south-1&quot;,\r\n            &quot;NetworkBorderGroup&quot;: &quot;ap-south-1&quot;,\r\n            &quot;ZoneType&quot;: &quot;availability-zone&quot;\r\n        },\r\n        {\r\n            &quot;State&quot;: &quot;available&quot;,\r\n            &quot;OptInStatus&quot;: &quot;opt-in-not-required&quot;,\r\n            &quot;Messages&quot;: &#x5B;],\r\n            &quot;RegionName&quot;: &quot;ap-south-1&quot;,\r\n            &quot;ZoneName&quot;: &quot;ap-south-1c&quot;,\r\n            &quot;ZoneId&quot;: &quot;aps1-az2&quot;,\r\n            &quot;GroupName&quot;: &quot;ap-south-1&quot;,\r\n            &quot;NetworkBorderGroup&quot;: &quot;ap-south-1&quot;,\r\n            &quot;ZoneType&quot;: &quot;availability-zone&quot;\r\n        }\r\n    ]\r\n}\r\n<\/pre>\n<h2>\u304a\u308f\u308a\u306b<\/h2>\n<p>AWS CLI\u3067\u3001\u30d9\u30a4\u30e9\u30d3\u30ea\u30c6\u30a3\u30be\u30fc\u30f3\u306e\u4e00\u89a7\u3092\u8868\u793a\u3059\u308b\u3068\u3001AWL CLI\u3067\u4f7f\u7528\u3059\u308b\u6b63\u78ba\u306a\u30a2\u30d9\u30a4\u30e9\u30d3\u30ea\u30c6\u30a3\u30be\u30fc\u30f3\u540d\u3092\u5bb9\u6613\u306b\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<h2>\u95a2\u9023\u8a18\u4e8b<\/h2>\n<div class=\"sc_getpost\"><a class=\"clearfix\" href=\"https:\/\/lab4ict.com\/system\/archives\/12156\" ><div class=\"sc_getpost_thumb post-box-thumbnail__wrap\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODdhAQABAPAAAN3d3QAAACwAAAAAAQABAAACAkQBADs=\" width=\"150\" height=\"150\" alt=\"\u3010\u8a18\u4e8b\u4e00\u89a7\u3011AWS\u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u74b0\u5883\u3092\u69cb\u7bc9\u3059\u308b\uff01\" loading=\"lazy\" data-src=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2022\/04\/eyecatch_aws_01-150x150.png\" class=\"lazyload\"><\/div><div class=\"title\">\u3010\u8a18\u4e8b\u4e00\u89a7\u3011AWS\u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u74b0\u5883\u3092\u69cb\u7bc9\u3059\u308b\uff01<\/div><div class=\"substr\">AWS\u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u74b0\u5883\u3092\u69cb\u7bc9\u3059\u308b\u305f\u3081\u306e\u8a18\u4e8b\u4e00\u89a7\u3092\u63b2\u8f09\u3057\u307e\u3059\u3002...<\/div><\/a><\/div>\n<div class=\"sc_getpost\"><a class=\"clearfix\" href=\"https:\/\/lab4ict.com\/system\/archives\/12112\" ><div class=\"sc_getpost_thumb post-box-thumbnail__wrap\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODdhAQABAPAAAN3d3QAAACwAAAAAAQABAAACAkQBADs=\" width=\"150\" height=\"150\" alt=\"\u3010\u8a18\u4e8b\u4e00\u89a7\u3011AWS\u3092\u64cd\u4f5c\u3059\u308b\uff01\" loading=\"lazy\" data-src=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2022\/04\/eyecatch_aws_01-150x150.png\" class=\"lazyload\"><\/div><div class=\"title\">\u3010\u8a18\u4e8b\u4e00\u89a7\u3011AWS\u3092\u64cd\u4f5c\u3059\u308b\uff01<\/div><div class=\"substr\">AWS\u3092\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u3067\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u8a18\u4e8b\u4e00\u89a7\u3092\u63b2\u8f09\u3057\u307e\u3059\u3002...<\/div><\/a><\/div>\n<div class=\"sc_getpost\"><a class=\"clearfix\" href=\"https:\/\/lab4ict.com\/system\/archives\/8161\" ><div class=\"sc_getpost_thumb post-box-thumbnail__wrap\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODdhAQABAPAAAN3d3QAAACwAAAAAAQABAAACAkQBADs=\" width=\"150\" height=\"150\" alt=\"\u3010\u8a18\u4e8b\u4e00\u89a7\u3011AWS\u3092\u4f7f\u3044\u3053\u306a\u3059\uff01\" loading=\"lazy\" data-src=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2022\/04\/eyecatch_aws_01-150x150.png\" class=\"lazyload\"><\/div><div class=\"title\">\u3010\u8a18\u4e8b\u4e00\u89a7\u3011AWS\u3092\u4f7f\u3044\u3053\u306a\u3059\uff01<\/div><div class=\"substr\">AWS\u3092\u4f7f\u3044\u3053\u306a\u3059\u305f\u3081\u306e\u8a18\u4e8b\u4e00\u89a7\u3092\u63b2\u8f09\u3057\u307e\u3059\u3002...<\/div><\/a><\/div>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AWS\u306e\u30ea\u30fc\u30b8\u30e7\u30f3\u306e\u30a2\u30d9\u30a4\u30e9\u30d3\u30ea\u30c6\u30a3\u30be\u30fc\u30f3\uff08AZ\uff09\u3092\u3001AWS CLI\u3067\u4e00\u89a7\u8868\u793a\u3057\u307e\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":8172,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[376],"tags":[288,353,384,380,383],"class_list":["post-12151","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-network-aws","tag-aws","tag-aws-cli","tag-384","tag-380","tag-383"],"_links":{"self":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/12151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/comments?post=12151"}],"version-history":[{"count":2,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/12151\/revisions"}],"predecessor-version":[{"id":12162,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/12151\/revisions\/12162"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media\/8172"}],"wp:attachment":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media?parent=12151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/categories?post=12151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/tags?post=12151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}