loft-sh / devpod-provider-aws

DevPod on AWS
Mozilla Public License 2.0
13 stars 8 forks source link

feat: add support for ec2 instance connect endpoints #29

Closed pascalbreuninger closed 6 months ago

pascalbreuninger commented 6 months ago

Adds the provider options AWS_USE_INSTANCE_CONNECT_ENDPOINT and AWS_INSTANCE_CONNECT_ENDPOINT_ID. This allows connections to instances without public IPs

csantanapr commented 6 months ago

This is awesome 🙌 @pascalbreuninger

How do I configure this in devpod UI for aws provider to be able to test it?