Difference between revisions of "AWS::EC2"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
 
* <code>[[AWS::ElasticLoadBalancingV2]]</code>
 
* <code>[[AWS::ElasticLoadBalancingV2]]</code>
 +
 +
== 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: {}
  
 
==See also==
 
==See also==

Revision as of 09:21, 27 August 2021

Advertising: