aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

CloudFormation JSON Schema for EC2 Instance Connect Endpoint Mentions "loki client" #1892

Closed trevorrobertsjr closed 5 months ago

trevorrobertsjr commented 6 months ago

Name of the resource

Other

Resource Name

AWS::EC2::InstanceConnectEndpoint

Issue Description

The PreserveClientIp parameter description mentions a loki client when it should mention local client. Any tools that depend on the Cloud Control API incorrectly refer to a loki client as well since they auto-generate their libraries from the CloudFormation schema.

Expected Behavior

PreserveClientIP description should read as follows: If true, the address of the local client is preserved when connecting to the end resource

Observed Behavior

The description is inaccurate.

Test Cases

Reviewing the documentation.

Other Details

No response