Create IAM user to post to s3

Setting limitations, permission boundaries

if you’d like you can set a boundary which is different then simply setting a policy. a boundary is a roof which permission policies cannot exceed

https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html

A permissions boundary is an advanced feature for using a managed policy to set the maximum permissions that an identity-based policy can grant to an IAM entity

https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-bucket-user-policy-specifying-principal-intro.html

this only useful when applying a policy to a bucket or resource

remove principal

now that you’ve created a policy lets keep going with creating a user

in order for you to upload to bucket you must add permissions, the boundary only sets limitations but doesn’t actually set permissions

Leave a Reply

Your email address will not be published.