Skip to main content

instance_connect_endpoint

Gets or updates an individual instance_connect_endpoint resource, use instance_connect_endpoints to retrieve a list of resources or to create or delete a resource.

Overview

Nameinstance_connect_endpoint
TypeResource
DescriptionResource Type definition for AWS::EC2::InstanceConnectEndpoint
Idaws.ec2.instance_connect_endpoint

Fields

NameDatatypeDescription
idstringThe id of the instance connect endpoint
subnet_idstringThe subnet id of the instance connect endpoint
client_tokenstringThe client token of the instance connect endpoint.
preserve_client_ipbooleanIf true, the address of the instance connect endpoint client is preserved when connecting to the end resource
tagsarrayThe tags of the instance connect endpoint.
security_group_idsarrayThe security group IDs of the instance connect endpoint.
regionstringAWS region.

Methods

NameAccessible byRequired Params
update_resourceUPDATEdata__Identifier, data__PatchDocument, region
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
id,
subnet_id,
client_token,
preserve_client_ip,
tags,
security_group_ids
FROM aws.ec2.instance_connect_endpoint
WHERE region = 'us-east-1' AND data__Identifier = '<Id>';

Permissions

To operate on the instance_connect_endpoint resource, the following permissions are required:

Read

ec2:DescribeInstanceConnectEndpoints

Update

ec2:DescribeInstanceConnectEndpoints,
ec2:CreateTags,
ec2:DeleteTags