Difference between revisions of "AWS::EC2"

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

Revision as of 13:30, 2 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: