Which approach will allow for secure data sharing in scalable way?

1 Comment

  1. Pamela
    Author

    I assess that the answer is:
    Store the data in a series of Amazon S3 buckets. Create an AWS STS token vending machine that is integrated with the company’s identity provider (IdP). When a user logs in, have the token vending machine attach an IAM policy that assumes the role that limits the user’s access and/or upload only the data the user is authorized to access. Users can get credentials by authenticating to the token vending machine’s website or API and then use those credentials with an S3 client.

Leave a Reply

Your email address will not be published. Required fields are marked *

five × 2 =