-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[AWS CLI] Documentation Feedback - precise permissions required for granting access to the CLI #7443
Description
Describe the issue
We recently received feedback from you about the following page in the AWS Command Line Interface documentation:
https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html
Thanks for reaching out!
I think this is the specific section you were referring to: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-prereqs.html#getting-started-prereqs-keys
For more specific information on using IAM roles with the AWS CLI, you can refer to this documentation: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html. That documentation describes how you can configure profiles to use with the AWS CLI that have the permissions you require.
I hope this helps! We are unable to provide further assistance through email. If you still require assistance, please request support by opening an issue on the AWS CLI GitHub repository:
https://github.com/aws/aws-cli/issues/new/choose
Thanks for taking the time to send your feedback.
Sincerely,
My response:
That documentation describes how you can configure profiles to use with the AWS CLI that have the permissions you require
The issue is that it doesn't tell us what permissions "we require" to use the CLI.
I'm trying to grant a user (myself) access to the CLI. Nowhere does it say what permissions I need to select to do that. So I just selected full, permanent admin permissions, which (in many places) it tells me is not ideal.