Difference between revisions of "AWS::EC2"
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
== See also == | == See also == | ||
* {{aws ec2 create}} | * {{aws ec2 create}} | ||
− | * {{AWS EC2}} | + | * {{AWS::EC2}} |
− | + | ||
[[Category:CloudFormation]] | [[Category:CloudFormation]] |
Revision as of 14:42, 29 June 2022
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: