AWS IAM - Roles between two AWS Accounts
Problem:
Your company has two AWS accounts: DevAccount and ProdAccount. Developers in DevAccount need to access an S3 bucket in ProdAccount without using long-term credentials. How do you configure access securely?
Solution:
Create an IAM Role in Pr...
caoluc.hashnode.dev3 min read