Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "Description" : "Create an EC2 instance running the Amazon Linux 32 bit AMI.”
  3.    "Resources" : {
  4.        "Ec2Instance" : {
  5.            "Type" : "AWS::EC2::Instance",
  6.            "Properties" : {
  7.                "KeyName" : { "Ref" : "KeyPair" },
  8.                "ImageId" : "ami-75g0061f"
  9.            }
  10.        }
  11.    },
  12.    "AWSTemplateFormatVersion" : "2010-09-09"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement