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 under Security, Identity & Compliance, as shown in Figure 7.9:
![](https://static.packt-cdn.com/products/9781788627405/graphics/assets/4534e714-2cd4-4aea-b6be-566a93f7bffb.png)
Figure 7.9
- Under IAM, click on users as shown in Figure 7.10:
![](https://static.packt-cdn.com/products/9781788627405/graphics/assets/2b057f6a-d847-4be4-9a98-5f59873c06ae.png)
Figure 7.10
- In the next tab, click on Add users as shown in Figure 7.11:
![](https://static.packt-cdn.com/products/9781788627405/graphics/assets/de4c57bc-b17c-4b73-a50f-5e962231217a.png)
Figure 7.11
- In the next tab, provide a User name. For access type, check the programmatic access checkbox and click on Next Permissions, as shown in Figure 7.12:
![](https://static.packt-cdn.com/products/9781788627405/graphics/assets/70b8dafe-3c38-4ef4-978f-41e91fb04fcd.png)
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:
![](https://static.packt-cdn.com/products/9781788627405/graphics/assets/99bf60cb-8fbb-4100-b1a6-e1baa95f7aea.png)
Figure 7.13
![](https://static.packt-cdn.com/products/9781788627405/graphics/assets/6a8550ea-b55d-422e-9917-fc07fb266c52.png)
Figure 7.14
- In the next step, click on See the preview for both S3 and Rekognition and click on Create user. Once a user with a defined set of permissions...