Skip to main content

2 posts tagged with "AWS"

View All Tags

Two Approaches to Cross-Account Amazon S3 Access: Direct Policies vs. AssumeRole

· 4 min read

In AWS multi-account environments, it’s common to separate workloads, environments, or business units into different accounts. But sometimes you need to share an Amazon S3 bucket between accounts. For example, Account A might run an application that needs to read and write data into a bucket owned by Account B.

Upzip S3 files using AWS Lambda

· 2 min read

I developed a static web application on my local machine and attempted to deploy it using Amazon S3. I couldn’t find an option to upload the entire application folder directly, so I zipped the folder and uploaded it to the S3 bucket. However, I was unable to unzip the file inside the S3 bucket.