Home › Forums › AWS › AWS Certified Developer Associate › EC2 in private subnet access to S3 bucket › Reply To: EC2 in private subnet access to S3 bucket
-
Hello Viqi,
You can actually access an S3 bucket even without using authentication as long you are using an endpoint to Amazon S3. You can accomplish this by configuring a bucket policy that allows access from the VPC endpoint.
Amazon gives a detailed steps for that, check it here:
https://aws.amazon.com/premiumsupport/knowledge-center/s3-private-connection-no-authentication/
Thank you.
Carlo @ TutorialsDojo