CloudFormation support for InstanceConnectEndpoint

0

Even though AWS::EC2::InstanceConnectEndpoint seems to have been added to CloudFormation docs on June 15 [1], I get the following error in more than one region that I've tried:

Template format error: Unrecognized resource types: [AWS::EC2::InstanceConnectEndpoint]

Is it normal for a new service to have appeared in CloudFormation docs but not work for a while, or are the docs on this particular resource [2] not accurate?

[1] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html
[2] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instanceconnectendpoint.html

asked 10 months ago190 views
5 Answers
0

Hello Wanderer,

Not normal but possible. Could find a similar Twitter post on other resource type: https://twitter.com/sshvetsov/status/1370641664260239362?lang=en

Have you tried in which region?

The supported endpoints are https://docs.aws.amazon.com/general/latest/gr/ec2-instance-connect.html

From experience I see support is first added to us-east-1, eu-west-1 and ap-southeast-1 then rolled out to other regions, maybe trying launching it in us-east-1 to confirm the doubt? Thanks!

profile picture
answered 10 months ago
0

I have tried us-east-1, us-west-1 and eu-west-2. The instance endpoint, when provisioned through the web console, works perfectly fine. Just the CloudFormation issue persists.

Strange that they'd add it to CloudFormation docs when CloudFormation doesn't support it yet.

answered 10 months ago
0

AWS seem to have deleted the AWS::EC2::InstanceConnectEndpoint line from CloudFormation Release Notes!

answered 10 months ago
0

It is annoying when you see a new feature and would want to try it out right now, and then cfn support isn’t there. Here is how I solved similar issue with ECR scan-on-push -feature. This should be applicabld for the endpoint as well. It isn’t the same as native support but rather simple to do while waiting native support. https://carriagereturn.nl/aws/ecr/scanonpush/cloudformation/custom/2019/11/07/ecr-scanonpush.html

profile picture
EXPERT
Kallu
answered 10 months ago
0

While there isn't yet Cloudformation support for Instance Connect Endpoints, you can follow this GitHub issue to stay up-to-date of it's progress. https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1749

profile picture
EXPERT
Kallu
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions