Questions tagged [s3-iam-policy]

Identity-based policies – Attach managed and inline policies to IAM identities (users, groups to which users belong, or roles). Identity-based policies grant permissions to an identity.

related links: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html https://awspolicygen.s3.amazonaws.com/policygen.html

3 questions
1
vote
1 answer

How to setup user policy for the minio bucket using s3Client?

We use Minio as our backend service but we communicate with it through software.amazon.awssdk.services.s3.S3Client I see that this class contains method putBucketPolicy but I don't see any method which allow to assign policy to user. Is there any…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
-1
votes
2 answers

aws permission iam group in another account access

I have a system with 2 AWS Accounts, and I want an IAM group on account 2 to access a bucket on account 1. Account 1 has a large car database and an S3 bucket with files for each car. Account 2 does the communication (SNS/SQS) with a lot of physical…
-1
votes
1 answer

How can I restrict IP addresses dynamically and release them after 24hrs for AWS s3?

I want to restrict the IP address for some hours(say 24 hrs), for those who query to my AWS s3 bucket(public read only) for more than 100/second. As they might be spam and wanted to harm my business by increasing traffic and raising my AWS costing.…