How to disable Amazon S3 raw endpoint access

0 votes

Hosting  a static website on S3 :

  1. You create a bucket with the name your-website.com and set it up for web hosting;
  2. You add a CNAME in your domain's zone file to point to your S3 bucket.

Great. Everything works fine when you visit http://your-website.com. But you don't want the raw/"naked" endpoint to be accessible.

Is there any setting in the bucket to disable direct access to http://your-website.com.s3-website.your-region.amazonaws.com ?

Apr 10, 2022 in Others by Kichu
• 19,050 points
626 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Others

0 votes
1 answer

NodeJS Amazon AWS S3 getObject how to send file in API response to download

Server Side const aws = require('aws-sdk'); router.get('/getfilefroms3', async (req, ...READ MORE

answered Mar 24, 2022 in Others by gaurav
• 23,260 points
9,218 views
0 votes
1 answer

How can I restrict access to an S3 website to Cloudfront?

Make a CloudFront access identity for origin ...READ MORE

answered Mar 24, 2022 in Others by Edureka
• 13,670 points
2,098 views
0 votes
0 answers

How to setup Filezilla Pro to access to my s3 bucket?

I have Filezilla Pro that supports Amazon ...READ MORE

Apr 11, 2022 in Others by Kichu
• 19,050 points
686 views
0 votes
1 answer

how to install Amazon AWS Command Line Interface tools on Bamboo build agent.

Hi@Abhishek, You need to set the following parameters ...READ MORE

answered Apr 6, 2020 in Others by MD
• 95,440 points
1,504 views
0 votes
1 answer

How to Access Yoast SEO tags in Wordpress API Callback

use rest api to request for the ...READ MORE

answered Feb 12, 2022 in Others by narikkadan
• 63,420 points
1,572 views
0 votes
1 answer

How to disable a link using only CSS

[aria-current="page"] {   pointer-events: none;   cursor: default;   text-decoration: none;   color: black; } <a href="link.html" ...READ MORE

answered Feb 14, 2022 in Others by narikkadan
• 63,420 points
417 views
0 votes
1 answer

AWS S3 uploading hidden files by default

versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE

answered Oct 4, 2018 in AWS by Priyaj
• 58,090 points
5,439 views
–1 vote
1 answer

How to decrypt the encrypted S3 file using aws-encryption-cli --decrypt

Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE

answered Oct 22, 2018 in AWS by Priyaj
• 58,090 points
4,858 views
0 votes
1 answer

Import my AWS credentials using python script

Using AWS Cli  Configure your IAM user then ...READ MORE

answered Nov 16, 2018 in AWS by Jino
• 5,810 points
2,587 views
0 votes
2 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP