1 Answers
You can use Amazon S3 to host a static website. On a static website, individual webpages include static content. They might also contain client-side scripts.
By contrast, a dynamic website relies on server-side processing, including server-side scripts such as PHP, JSP, or ASP.NET. Amazon S3 does not support server-side scripting, but AWS has other resources for hosting dynamic websites. To learn more about website hosting on AWS, see Web Hosting.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
That doesn’t explain why Amazon uses the term "dynamic website" in this case.
It has to be taken in context. S3 can be used to host a static website – they even provide the option to enable a static web site. S3 is mainly used for storage and in this use it can be used to hold data "that is used for a dynamic site" – it doesn’t say to host a dynamic site. Hopefully that clarifies the difference and explains why the say dynamic websites.
makes sense 🙂