Difference between revisions of "AWS::EC2"

From wikieduonline
Jump to navigation Jump to search
Line 34: Line 34:
 
== See also ==
 
== See also ==
 
* {{aws ec2 create}}
 
* {{aws ec2 create}}
 +
* {{AWS EC2}}
 
* {{CloudFormation}}
 
* {{CloudFormation}}
* {{AWS EC2}}
 
  
 
[[Category:CloudFormation]]
 
[[Category:CloudFormation]]

Revision as of 20:06, 6 June 2022


Example

 MyEC2Instance: 
   Type: AWS::EC2::Instance
   Properties: 
     ImageId: "ami-79fd7eee"
     KeyName: "testkey"
     BlockDeviceMappings: 
     - DeviceName: "/dev/sdm"
       Ebs: 
         VolumeType: "io1"
         Iops: "200"
         DeleteOnTermination: "false"
         VolumeSize: "20"
     - DeviceName: "/dev/sdk"
       NoDevice: {}

Related

See also

Advertising: