aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

[Enhancement]: .NET example showing how to create a VPC endpoint and connect to it

Open irenepsmith opened this issue 2 years ago • 2 comments

Background story

Multiple failed attempts to have a S3 client constructed using .Net SDK that connects to the VPC endpoint and team could not locate the documentation. The page - https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html has examples for Python and Java SDKs but the same could not be achieved using .Net SDK. Could you please point to the documentation or share the constructor to be used to have S3 client with VPC endpoint.

What does this example accomplish?

The example should show to create a VPC endpoint and then connect to that endpoint using the AWS SDK for .NET (v3)

Which AWS service(s)?

S3, EC2

Which AWS SDKs or tools?

  • [ ] All languages
  • [X] .NET
  • [ ] Go (v2)
  • [ ] Java
  • [ ] Java (v2)
  • [ ] JavaScript
  • [ ] JavaScript (v3)
  • [ ] Kotlin
  • [ ] PHP
  • [ ] Python
  • [ ] Ruby
  • [ ] Rust
  • [ ] Swift
  • [ ] Not applicable

Are there existing code examples to leverage?

Examples similar to the request exist in Python and Java.

Do you have any reference code?

No response

irenepsmith avatar Sep 08 '22 13:09 irenepsmith

Talk to S3 team to decide priority level (across multiple languages)

brmur avatar Sep 08 '22 17:09 brmur

I came across a Boto3 topic about this: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-example-privatelink.html

Laren-AWS avatar Sep 08 '22 17:09 Laren-AWS

Marked stale by the Shirriff. Notifying @awsdocs/aws-sdk-docs-code-maintainers

github-actions[bot] avatar Nov 18 '22 01:11 github-actions[bot]