2014-06-19から1日間の記事一覧

AWS Command Line Interfaceを使ってVPC環境を作ってみる

AWS Command Line Interfaceを使ってみたメモ。 試しにVPCの環境を作ってみます。 VPCを新規作成 subnetは2つ Internet Gatewayを割り当てる 作ってみる まずはVPC作成。 $ aws ec2 create-vpc --cidr-block 10.0.0.0/16 { "Vpc": { "InstanceTenancy": "def…