У меня есть разрешения на создание лямбда-функций, а также экземпляров RDS.Я могу использовать эти инструменты через консоль AWS без проблем.Однако каждая из следующих команд не выполняется:
$ aws lambda list-functions
An error occurred (AccessDeniedException) when calling the ListFunctions
operation: User: arn:aws:iam::<IAM ID>:user/<username> is not
authorized to perform: lambda:ListFunctions on resource: * with an explicit deny
$ aws rds describe-db-instances
An error occurred (AccessDenied) when calling the DescribeDBInstances
operation: User: arn:aws:iam::<IAM ID>:user/<username> is not
authorized to perform: rds:DescribeDBInstances with an explicit deny
Существуют ли отдельные разрешения, необходимые для доступа к CLI?