Setting up a S3 Bucket with Cross Region Replication

Keith Weaver
The Startup
Published in
9 min readJan 7, 2020

--

The original story can be found on my personal website. View walk through can be found on Youtube.

In this tutorial, I’m going to show you how to setup an S3 bucket. There are lots of aspects to an S3 bucket and this tutorial only scrapes the surface. We will put a file in the bucket, retrieve the file, and delete the file. We will also briefly go over IAM Roles, IAM Users and bucket policies.

Setup

Start by heading over to Amazon Web Services (AWS), and signing in. Under service in the…

--

--