Technical Requirements
This chapter has three exercises. The following are the pre-requisites for you to get started with the exercises:
- An AWS account and an IAM user with required permissions (or an SSO user if your organization is using AWS SSO). Refer to the following URL for steps on how to create an IAM user in AWS: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html.
- The AWS CLI installed (version 2.0 and above preferred). For detailed instructions on installing the AWS CLI, go to https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html.
- Terraform installed (version 1.4.0 and above preferred).
- The code required for the exercise is present in our GitHub repository.
- Here is the URL for the GitHub repository: https://github.com/PacktPublishing/Hashicorp-Certified-Terraform-Associate-003-Exam-guide-Second-Edition/tree/main
- Clone the GitHub repository to your local machine by running the following command:
git clone...