Identity and access management
Let's create an IAM user in AWS using the management console:
- Log in to the AWS account in the top left and click on services, and then click on
IAM
underSecurity, Identity & Compliance
, as shown in Figure 7.9:

Figure 7.9
- Under IAM, click on users as shown in Figure 7.10:

Figure 7.10
- In the next tab, click on
Add users
as shown in Figure 7.11:

Figure 7.11
- In the next tab, provide a
User name
. For access type, check theprogrammatic access
checkbox and click onNext Permissions,
as shown in Figure 7.12:

Figure 7.12
- In the next tab, we need to provide permissions for this user to access S3 and Rekognition, as shown in Figure 7.13 and Figure 7.14, respectively:

Figure 7.13

Figure 7.14
- In the next step, click on
See the preview
for both S3 and Rekognition and click onCreate user
. Once a user with a defined set of permissions is created successfully, it will provide the credentials in a.CSV
file, which can be downloaded as shown in Figure 7.15:

Figure 7.15
Do not forget...