| Did this page help you? Yes No Tell us about it... |
Topics
You can host static websites in Amazon S3 by adding website configuration to your bucket. You
do this by adding a website subresource describing the configuration
information, such as the index document name and the custom error document name. There are
several ways you can manage your bucket's website configuration. AWS Management Console
enables you to manage configuration without writing any code. You can programmatically
create, update and delete the website configuration using the AWS SDK. The SDK provides
wrapper classes around the Amazon S3 REST API; and if your application requires it, you can
send the REST API requests directly from your application.