aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
[Enhancement]: .NET example showing how to create a VPC endpoint and connect to it
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
Talk to S3 team to decide priority level (across multiple languages)
I came across a Boto3 topic about this: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-example-privatelink.html
Marked stale by the Shirriff. Notifying @awsdocs/aws-sdk-docs-code-maintainers