Technical requirements
Before diving into the recipes of this chapter, we need to ensure that we have the following knowledge and requirements in place:
- Due to AWS’s cloud-based nature, a stable internet connection is essential for accessing and managing services.
- We need an active AWS account to complete most of the recipes within this chapter, and for some recipes, we will need more than one AWS account (as mentioned in the respective recipes).
- A basic understanding of AWS’s core concept and a working knowledge of the AWS Management Console, AWS CLI, and particularly Amazon S3 will benefit us. If you are new to the S3 service, you can refer to the following URL for getting started with S3: https://www.cloudericks.com/blog/getting-started-with-amazon-s3-on-aws-cloud
- Knowledge of IAM Identity Center from Chapters 1 and 2 is helpful if we are managing users with IAM Identity Center instead of using IAM directly. If we are planning to use IAM users,...