Tuesday, November 14, 2017

ARN AWS - What is it and how can i make one for a resource?



If you are into AWS coding and access AWS resources , assign policy to user in AWS  pragmatically than you will be working with ARN a lot

The below 2 links are very handy to work with ARN

What is ARN 

How to define one?


Handle the error “OwnershipControlsNotFoundError” for buckets created prior to April 2023 when the bucket ownership was defaulted to “Object Writer”

Here you go published a  python code sample written for migrating S3 bucket ownership controls between AWS accounts. The code is written to ...