guys I made a static website on s3 and I redirect the s3 endpoint URL to a custom domain name which is in Aws I just wanted to ask if there is a possibility to stop or delete the s3 endpoint url but not on the custom domain name. I don't want to stream my static website, on both s3 endpoint and custom domain name
No, you cannot 'stop' the S3 Website Endpoint because it is used by Route 53 and Amazon S3.
Route 53 treats the entry like a CNAME
record, resolving the Website Endpoint to direct users to the S3 bucket.