Difference between revisions of "AWS::EC2"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
[[ImageId]]: "ami-79fd7eee" | [[ImageId]]: "ami-79fd7eee" | ||
KeyName: "testkey" | KeyName: "testkey" | ||
− | BlockDeviceMappings: | + | [[BlockDeviceMappings]]: |
- DeviceName: "/dev/sdm" | - DeviceName: "/dev/sdm" | ||
Ebs: | Ebs: |
Revision as of 12:27, 5 January 2023
AWS::EC2::VPC
AWS::EC2::Instance
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.htmlAWS::EC2::Subnet
AWS::EC2::SubnetRouteTableAssociation
AWS::EC2::InternetGateway
AWS::EC2::RouteTable
AWS::EC2::EIP
AWS::EC2::Route
AWS::EC2::NatGateway
AWS::EC2::SecurityGroup
AWS::EC2::SecurityGroupIngress
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: