Multiple choice

S3 can be used to host a dynamic website, like one that runs on a LAMP stack.

  1. False

  2. True

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

S3 is for static website hosting (HTML, CSS, JavaScript). It cannot execute server-side code like PHP or Python, which are required for a LAMP stack.