All Content tagged with AWS Identity and Access Management
AWS Identity and Access Management (IAM) provides fine-grained access control across all of AWS. With IAM, you can specify who can access which services and resources, and under which conditions.
Content language: English
Select up to 5 tags to filter
Sort by most recent
I'm in the process of setting up the AWS Secret Manager for application access. The part I'm stuck on is the authentication from the application to the Secret Manager. This appears to be restricted to...
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":...
Hey all:
I am trying to create a simple Q app via the API from Python. When I run the below code, I get the following error:
An error occurred (AccessDeniedException) when calling the...
I am trying to set up MFA for a new user. That user previously tried to set up MFA but did not have permissions to do so. There are currently no MFA devices registered for that user - I checked via...
I have an S3 bucket that I want multiple users to be able to drop files. I created a user in IAM and then created an access key and secret. We are using WinSCP to connect and drop files. The first...
* 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`...
I am the only user. I log in with the only account I have. I have set the permissions on my user for AdministratorAccess and Billing.
In Billing & Cost Management, i get access denied for...
I have a k3s cluster on which kube2iam is deployed as a daemonset. It seems to start okay getting access to the correct iam role through kube2iam and is able to access the appropriate aws resource....
I have a test environment in GovCloud (east) using Kinesis/Data Firehose and Splunk Enterprise (on-premise) where I'm trying to send AWS log data to Splunk as a destination. I have Firehose configured...
Hello everyone,
I'm able to log in my RDS Postgre DB using the token generated by this command:
```
aws rds generate-db-auth-token --hostname rdsdbstaging.hdgr94.us-east-1.rds.amazonaws.com --port...
Hi AWS, is it possible to restrict IAM policy simulator so that it runs the checks only for certain specified regions as currently it supports all AWS regions. If yes, please help me with the steps...
Hi,
So i have a use case,
i have created users in my Azure AD and created application and configured SSO with Iam Identity center in AWS,
users are reflecting in AWS from AZure AD which I have added...