There are (at least) three ways to access a static website hosted in AWS.
- Bucket Name S3
- The name of the CDN. (this is what the master of the static website says)
- The "static website hosting endpoint" that is listed on the S3 bucket management page
Only the "static website hosting endpoint" filters incoming requests to give Apache behavior; S3 is a RESTful API for storing files without the concept of subfolders.
If you used the wizard, in the lower left corner of the screen displays "Manage file on S3", which will open the page you need in the console, then click the "Properties" button.
source share