aws cloudformation create-stack \\
  --stack-name vpn-gateway \\
  --template-body file://vpn-gateway-strongswan.yml \\
  --parameters file://parameters.json \\
  --region ap-northeast-2 \\
  --capabilities CAPABILITY_NAMED_IAM