0 votes
in AWS by
What are 3 different ways to share S3 buckets across accounts?

1 Answer

0 votes
by

Below are 3 different ways to share S3 buckets across accounts

1. Using Bucket Policies & IAM (applies across the entire bucket). Programmatic Access Only.

2. Using Bucket ACLs & IAM (individual objects). Programmatic Access Only.

3. Cross-account IAM Roles. Programmatic AND Console access.

Related questions

0 votes
asked Dec 12, 2021 in AWS by SakshiSharma
0 votes
asked Feb 20, 2022 in Amazon ECS and Storage Gateway by rajeshsharma
...