Home › Forums › AWS › AWS Certified Solutions Architect Associate › Static vs Dynamic website hints
-
Static vs Dynamic website hints
Carlo-TutorialsDojo updated 3 years, 3 months ago 2 Members · 2 Posts -
Hi, could you please provide a few hints on how to recognize whether a website in the question is static or dynamic? I just ran into the below question, and because of the JavaScript mentioned, I thought it’s a dynamic site
<i style=”font-family: inherit; font-size: inherit;”>A website that consists of HTML, CSS, and other client-side Javascript will be hosted on the AWS environment. Several high-resolution images will be displayed on the webpage. The website and the photos should have the optimal loading response times as possible, and should also be able to scale to high request rates.
-
Hello Klimok,
HTML, CSS, and JS files are all static assets. These are hints that the website is static. If there are server-side languages involved such as PHP, Python, or NodeJS, then you can consider it as dynamic.
Let me know if this answers your question.
Regards,
Carlo @ Tutorials Dojo
- This reply was modified 3 years, 3 months ago by Carlo-TutorialsDojo.
Log in to reply.