New IAM admin user sees “You are not authorized to perform this operation”
问题 I am trying to get started with the AWS CLI on OSX. I installed aws via pip. I have created a new user in IAM and attached the pre-built AdministratorAccess - AWS Managed policy policy. Next I have I have copied the Access Key ID and the Secret Access Key generated. The user I created is not in any groups. Their policy looks like this: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*" } ] } Next, I ran aws configure from the command line, and