Difference between revisions of "AWS::EC2"
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
== See also == | == See also == | ||
+ | * {{AWS::EC2}} | ||
* {{aws ec2 create}} | * {{aws ec2 create}} | ||
− | |||
[[Category:CloudFormation]] | [[Category:CloudFormation]] |
Revision as of 10:31, 16 January 2024
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: