Questions tagged with IAM Policies
You manage access in AWS by creating policies and attaching them to IAM identities (users, groups of users, or roles) or AWS resources.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
We're looking at working with Oracle RDS and using S3 & EFS integrations for different use cases. These are documented at...
I'm trying to audit some AWS accounts to see if MFA is enforced for access keys. Every other time I've seen this done in other reviews for other companies, the MFA condition was enforced in a trust...
Hi AWS Community,
I'm reaching out for help with a frustrating issue I've been facing. Despite granting full access to CloudFormation stacks, I'm still encountering an AccessDenied error. This is...
We recently used IAM conditions keys to limit access to specific items in Dynamo, for example if the leading key is 'restricted*' a particular set of users could not access them.
Is something like...
Following the AWS DocumentDB guide [here](https://docs.aws.amazon.com/documentdb/latest/developerguide/iam-identity-auth.html), I created an IAM user with the following command:
```
db.createUser(
...
Hi Team, Today i got into big issue of heavy ingestion of data from one of my user as his home directory is placed in the EFS filesystem. Is there a way how can i set quota for limited 5 GB for each...
Dear all,
My AWS account was loading the query output.csv off from AMC (Amazon Marketing Cloud) and the S3 policy below worked just fine:
```
{
"Version": "2012-10-17",
"Id":...
have created an s3 bucket "abc" and added couple of folders "Yogesh" and "xyz".
I have created an IAM user and added own policy as below. User should see all buckets and only xyz folder
Is it...
Hi Guys,
I have an AWS organization with multiple accounts: dev, staging, and prod. My application code is in GitHub, and I use GitHub Actions for deployment. I created a GitHub IdP in one account...
* I have an OpenSearch ingestion pipeline in `Account A` and I have a lambda function in `Account B`.
* I am trying to send data to the pipeline in `Account A` via the lambda function in `Account B`...
hello Please help i can not create a Github Repo keep Getting this error and this is the ARN for my Code Connection FOR...
This is the code
```
response = client.create_data_source(
dataDeletionPolicy='RETAIN',
dataSourceConfiguration={![Enter image description...