Introduction

In cyberspace, there are countless static/dynamic websites used every day, however not every website has a system designed well enough to prevent and combat unwanted behaviors from occurring. Things like: Website crash due to sudden number of users, server suddenly stops working, using on-premise system is not guaranteed.

By deploying a website on AWS, you get the following advantages:

  • Can process and deploy websites quickly for end users
  • High security ability, resistant to attacks by bad guys
  • Ability to expand easily and automatically according to customer needs
  • Centralized management of system resources, friendly interface
  • …..

With the above advantages, I created this workshop to guide people to take advantage of those advantages and prevent the above behaviors to deploy a static website. Let’s continue with the next section to understand clearly about system design.