Creating IAM users and an AWS API key
IAM Users
To create an IAM user:
- Go to Users and click Add User.
- Configure the following and then click Next: Permissions.
- Search for the Group Name you created (QA_FortiSandbox) and then click Next: Review.
- When you have added the group, click Create User.
- Click Close.
- Click Groups to view the user you created.
- Log out of AWS and log in as the user you created.
- Reset the password and click Confirm to change the password.
AWS API Key
API Gateway supports multiple mechanisms of access control including metering or tracking API use by clients using API keys.
To create an AWS API key:
- Go to IAM > Users > created user > Security credentials and click Create access key.
- In the Create access key dialog box, click Download.csv file to save the Access key ID.
- Click Close.