AWS::EC2::InstanceConnectEndpointResource Type definition for AWS::EC2::InstanceConnectEndpoint
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SubnetId | string | RequiredCreate-only |
ClientToken | string | Create-onlyWrite-only |
PreserveClientIp | boolean | Create-only |
SecurityGroupIds | Array<string> | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AvailabilityZone | string | The Availability Zone of the EC2 Instance Connect Endpoint |
AvailabilityZoneId | string | The ID of the Availability Zone of the EC2 Instance Connect Endpoint |
CreatedAt | string | The date and time that the EC2 Instance Connect Endpoint was created |
Id | string | The ID of the EC2 Instance Connect Endpoint. |
InstanceConnectEndpointArn | string | The Amazon Resource Name (ARN) of the EC2 Instance Connect Endpoint |
NetworkInterfaceIds | Array<string> | The ID of the elastic network interface that Amazon EC2 automatically created when creating the EC2 Instance Connect Endpoint |
OwnerId | string | The ID of the AWS account that created the EC2 Instance Connect Endpoint |
PublicDnsNames | InstanceConnectEndpointPublicDnsNames | The public DNS names of the endpoint |
State | string | The current state of the EC2 Instance Connect Endpoint |
StateMessage | string | The message for the current state of the EC2 Instance Connect Endpoint. Can include a failure message |
VpcId | string | The ID of the VPC in which the EC2 Instance Connect Endpoint was created |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::InstanceConnectEndpoint
Resources:
MyResource:
Type: AWS::EC2::InstanceConnectEndpoint
Properties:
SubnetId: "my-subnetid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateInstanceConnectEndpointec2:DescribeInstanceConnectEndpointsec2:CreateTagsec2:CreateNetworkInterfaceiam:CreateServiceLinkedRoleec2:DescribeInstanceConnectEndpointsec2:DescribeInstanceConnectEndpointsec2:CreateTagsec2:DeleteTagsec2:DeleteInstanceConnectEndpointec2:DescribeInstanceConnectEndpointsec2:DescribeInstanceConnectEndpointsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SubnetIdClientTokenPreserveClientIpSecurityGroupIds