Guest User

Untitled

a guest
Oct 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Resources:
  2. Instance:
  3. Type: AWS::EC2::Instance
  4. Properties:
  5. AvailabilityZone: ap-northeast-1a
  6. ImageId: ami-XXXXXXXX
  7. InstanceType: t2.micro
  8. KeyName: キーペア名
  9. NetworkInterfaces:
  10. - AssociatePublicIpAddress: "true"
  11. DeviceIndex: "0"
  12. SubnetId: subnet-XXXXXXXX
  13. GroupSet:
  14. - sg-XXXXXXXX
Add Comment
Please, Sign In to add comment