Technical requirements
The code for this book is hosted on the GitHub repository at https://github.com/PacktPublishing/A-Developer-s-Essential-Guide-to-Docker-Compose. If there is an update to the code, it will be updated in the GitHub repository.
In order to provision AWS resources through the command line, it is essential to install the AWS CLI tool at https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html. The AWS CLI tool can help us with administrative tasks as well as troubleshooting issues on our AWS infrastructure.
In this chapter, Terraform plans will be used. To install Terraform on your system, follow the instructions from the official documentation (https://learn.hashicorp.com/tutorials/terraform/install-cli).