, 8 tweets, 3 min read
My Authors
Read all threads
Today I'm playing with the new Amazon S3 Access Points 🙌

It's quite a convenient way to create and manage custom access rules for data stored on S3 without having to maintain a single (complex) bucket access policy 👌

[Thread]
You can think of an Access Point as a sort of "alias" to your bucket, accessible from the Internet or from a specific VPC.

You can create hundreds of Access Points per bucket to provide access to shared data for different applications, teams, or any other consumer 👥👨‍💻👩‍💻
These "aliases" don't have to be unique globally, but only per account & region.

So it's quite easy to pick your own Access Point name without worrying about conflicting with other existing applications or environments 🚀
For example, it could provide restricted read-only access for analysis or write-only access for data ingestion.

Or full access to a sub-path or other subsets of the data.

Or even public access (you'll need to disable "Block public access" on the bucket too).
Did I already mention CloudFormation support at launch?🎉🎉🎉

docs.aws.amazon.com/AWSCloudFormat…
You can also "use" the Access Point directly in the S3 management console. This allows you to easily verify that the Access Point policy works as expected 👌
When you create an Access Point, you can reference it as if it was a regular bucket using the SDK or CLI.

Most data operations are supported - full list here 👉 docs.aws.amazon.com/AmazonS3/lates…

Access Point ARNs look like this 👉 arn:aws:s3:eu-west-1:XXX:accesspoint/my-access-point-name
Because of the S3 API compatibility, I can easily update my bash/CLI scripts such as:

BUCKETNAME=my-bucket-name
aws s3 ls $BUCKETNAME

by just updating the value of BUCKETNAME with the Access Point ARN 🎉

(note: don't forget to upgrade to the latest AWS CLI version)
Missing some Tweet in this thread? You can try to force a refresh.

Enjoying this thread?

Keep Current with Alex Casalboni

Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

Twitter may remove this content at anytime, convert it as a PDF, save and print for later use!

Try unrolling a thread yourself!

how to unroll video

1) Follow Thread Reader App on Twitter so you can easily mention us!

2) Go to a Twitter thread (series of Tweets by the same owner) and mention us with a keyword "unroll" @threadreaderapp unroll

You can practice here first or read more on our help page!

Follow Us on Twitter!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just three indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!