Generate a long-term access key for an IAM user.
Section: Roles, Trust, and Access Keys
Create an access key
bash
bash
aws iam create-access-key --user-name deploy-botExplanation
Handle returned secrets carefully; long-lived keys should be minimized.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Roles, Trust, and Access Keys