I have tried almost everything I could find, but after creating a VPC endpoint: vpce-xxxx-xxxx.s3.eu-central-1.vpce.amazonaws.com I cannot access this from the internet. I am only doing this because a customer is using the service, but I cannot for the life of me figure out how to send HTTP requests to the above endpoint and have it respond properly. All connection attempts fail: "The connection to 'bucket.vpce-xxx-xxxx.s3.eu-central-1.vpce.amazonaws.com' failed. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed...because connected host has failed to respond"
I tried creating an EC2 instance and connecting with: aws s3 --region eu-central-1 --endpoint-url https://bucket.vpce-xxx-xxx.s3.eu-ecentral-1.pce.amazonaws.com ls s3://mybucketname However that also times out. Is there any guide or anything to minimally configure a VPC endpoint so I can access it from the internet? I would appreciate any help and give out all necessary details.