Technical requirements
You will need an AWS account with root access. Everything we will do in this chapter will be available under the Free Tier, which means you can run all the example code without spending any money if your account has only been opened within the last 12 months. You will also need AWS Command-Line Interface (CLI) access. The AWS guide at https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html will explain the steps required, but I will them summarize here:
- Create an AWS account if you have not already done so.
- Download the latest version of the AWS CLI from https://docs.aws.amazon.com/cli/latest/userguide/welcome-versions.html#welcome-versions-v2.
- Create an access key for your administration user at https://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started_create-admin-group.html#getting-started_create-admin-group-cli.
- Run the
aws configure
command to set up a profile for your user.
You will also need a VPC that...