aws / aws/aws-cdk

(aws-ec2): Add DataSync InterfaceVpcEndpointAwsService

Open
#15,997 3 comments 0 reactions 0 assignees View on GitHub
@aws-cdk/aws-datasync @aws-cdk/aws-ec2 effort/small feature-request p2
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
1d 19h
Merged PRs (30d)
74

Description

Add a `InterfaceVpcEndpointAwsService` for the DataSync service.

### Use Case

I am needing to add a VPC endpoint for the DataSync service. I do not see this option available so once I deploy the VPC, I am having to manually add this endpoint.

### Proposed Solution

**vpc-endpoint.ts**
```
InterfaceVpcEndpointAwsService.DATASYNC = new InterfaceVpcEndpointAwsService('datasync');
```

### Other

I would attempt to do this myself but I am a bit unclear to what ports I need to specify. The [docs](https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html) show a few different options for this and I am not sure what the correct approach would be. So due to that, I will not attempt to do this myself.

* [ ] :wave: I may be able to implement this feature request
* [ ] :warning: This feature might incur a breaking change

---

This is a :rocket: Feature Request

Contributor guide

Open the contributing guide

Research direction

Start in vpc-endpoint.ts by reviewing the existing InterfaceVpcEndpointAwsService entries, then check the linked AWS DataSync networking documentation for the endpoint service name and required configuration. Done means the DataSync service is available through the enum and the existing endpoint usage pattern supports creating it without manual VPC changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
cloud, infrastructure
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.