Skip to content

snese/general-webapps-workshop

Repository files navigation

AWS General WebApps Workshop

This workshop is a hands-on tutorial of building website on AWS. In this workshop, you will learn how to build a high availability application on AWS with AWS Management Console. In lab 1, we will build single-instance WordPress website using Amazon EC2and Amazon RDS, then further improve the architecture of by adding Auto Scaling Group , Load Balancer (Elastic Load Balancing) and CDN (AWS CloudFront) in lab 2 to make the website more scalable, secure and reliable.

  • Target audience: AWS Beginners
  • Level: 100
  • Region: us-east-1

Building the Workshop site

The content of the workshops is built using hugo.

Local Build

To build the content

pushd themes/learn
git submodule init
git submodule update --checkout --recursive
popd
hugo serve -D

License

This library is licensed under the Amazon Software License.