Creating a Personal Website
This is the beginning of your hands-on experience. Over the next chapters, you’ll immerse yourself in various scenarios. In this first practical chapter, you are going to navigate through a scenario of building a personal website for your CV from a list of requirements. With those requirements in mind, you are going to be guided through the methodology presented in Chapter 1 and architect a solution using AWS services such as S3 for storage and CloudFront for serving.
After that, you are going to build this architecture using the AWS Console.
In summary, this chapter covers the following main topics in order:
- What you are going to build – a personal website
- How you are going to build it – using S3 and CloudFront
- Actually building it – using the AWS Console
- How to improve the solution – security and DNS
By the end of this chapter, you will be able to confidently create and host your own static...