テンプレートは下記の通りです。 { "AWSTemplateFormatVersion": "2010-09-09", "Parameters": { "ProjectName": { "Type": "String", "Default": "Cloudpack" }, "RoleName": { "Type": "String", "Default": "Ecs" }, "KeyName": { "Type": "AWS::EC2::KeyPair::KeyName" }, "InstanceType": { "Type": "String", "Default": "t2.micro" }, "CommonSecurityGroup": { "Type": "AWS::EC2::SecurityGroup::Id" }, "VpcId": { "Type": "AWS::EC2::V