Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage Gateway is missing from the list of VPC Endpoint services. #3446

Closed
1 of 5 tasks
vaneek opened this issue Jul 26, 2019 · 1 comment · Fixed by #4908
Closed
1 of 5 tasks

Storage Gateway is missing from the list of VPC Endpoint services. #3446

vaneek opened this issue Jul 26, 2019 · 1 comment · Fixed by #4908
Assignees
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud feature-request A feature should be added or improved.

Comments

@vaneek
Copy link

vaneek commented Jul 26, 2019

Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.

  • I'm submitting a ...

    • 🪲 bug report
    • 🚀 feature request
    • 📚 construct library gap
    • ☎️ security issue or vulnerability => Please see policy
    • ❓ support request => Please see note at the top of this template.
  • What is the current behavior?
    If the current behavior is a 🪲bug🪲: Please provide the steps to reproduce

Storage Gateway is missing from the list of VPC Endpoint services.

  • What is the expected behavior (or behavior of feature suggested)?

  • What is the motivation / use case for changing the behavior or adding this feature?

  • Please tell us about your environment:

    • CDK CLI Version: xx.xx.xx
    • Module Version: xx.xx.xx
    • OS: [all | Windows 10 | OSX Mojave | Ubuntu | etc... ]
    • Language: [all | TypeScript | Java | Python ]
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)

@vaneek vaneek added the needs-triage This issue or PR still needs to be triaged. label Jul 26, 2019
@jogold
Copy link
Contributor

jogold commented Jul 26, 2019

As a workaround until it's implemented you can do:

// Add a storage gateway interface endpoint
const storageGatewayEndpoint = vpc.addInterfaceEndpoint('StorageGatewayEndpoint', {
  service: new ec2.InterfaceVpcEndpointAwsService('storagegateway')
});

@eladb eladb added the @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud label Aug 13, 2019
@rix0rrr rix0rrr added feature-request A feature should be added or improved. service/vpc and removed needs-triage This issue or PR still needs to be triaged. labels Aug 28, 2019
jogold added a commit to jogold/aws-cdk that referenced this issue Nov 7, 2019
…dpoints

Support a `securityGroups` for interface VPC endpoints in a non breaking way.

Clarify documentation on interface VPC endpoints connections.

Add missing Storage Gateway.

Closes aws#4589
Closes aws#2699
Closes aws#3446
jogold added a commit to jogold/aws-cdk that referenced this issue Nov 7, 2019
…dpoints

Support a `securityGroups` prop for interface VPC endpoints in a non breaking way.

Clarify documentation on interface VPC endpoints connections.

Add missing Storage Gateway.

Closes aws#4589
Closes aws#2699
Closes aws#3446
@mergify mergify bot closed this as completed in #4908 Nov 8, 2019
mergify bot pushed a commit that referenced this issue Nov 8, 2019
…dpoints (#4908)

Support a `securityGroups` prop for interface VPC endpoints in a non breaking way.

Clarify documentation on interface VPC endpoints connections.

Add missing Storage Gateway.

Closes #4589
Closes #2699
Closes #3446
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud feature-request A feature should be added or improved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants