Basics of Amazon S3 Access Points | Scribe

    Basics of Amazon S3 Access Points

    • Hafeez Baig |
    • 10 steps |
    • 56 seconds
    information ordinal icon

    Refer to the following guide to learn how to use IAM in the cloud\ <https://scribehow.com/shared/Creating_an_IAM_User_and_User_Group_in_AWS_Management_Console__hWNiiXlcRJKFqYZZEJD-cg>

    1

    Sign in to **AWS Management Console** as an **IAM User** **Pre-requisite** - Ensure you have selected the AWS region closest to your location\ For this guide, we will be using us-east-2 (Ohio) as a preferred choice

    2

    Type **S3** in the search bar and click on **S3** to view the S3 Dashboard

    information ordinal icon

    **What is Amazon S3?** Amazon Simple Storage Service (Amazon S3) is a scalable object storage service provided by Amazon Web Services (AWS). It is designed to store and retrieve any amount of data from anywhere on the web. S3 offers high availability, durability, and security for data storage needs.

    3

    On the S3 dashboard, Under the **General purpose buckets** section click on the Name **my-aws-bucket-in28minutes**

    information ordinal icon

    Refer to the following guide to learn how to create S3 Bucket<https://scribehow.com/shared/Creating_an_S3_Bucket_and_Exploring_the_UI__0TFMdpbkQvS6jOisdkQjeA>

    4

    **my-aws-bucket-in28minutes** wizard will open, click on the **Access Points** tab and click on the **Create access point** button

    information ordinal icon

    **What is S3 Access Point?** An S3 Access Point is a virtual endpoint for your S3 bucket that enforces specific access controls (like VPC restrictions) and permissions (through policies) for users and applications.

    5

    **Create access point** wizard will open, under the **Properties** section provide the **Access point name**

    6

    Scroll to the **Network origin** section and select the option **Virtual private cloud(VPC)**

    7

    Choose the VPC from which you want to allow access. Select your VPC from the **VPC ID** dropdown

    8

    To restrict public access to the VPC, tick the checkbox **Block all public access**

    9

    You can write your own **Access Point policy** JSON document or click on the **Policy examples** button to view the example policies

    information ordinal icon

    **What is Access Point policy?** An Access Point policy in Amazon S3 is a set of permissions that defines how a specific S3 Access Point can be used to interact with the objects stored in an S3 bucket. Access Points are unique hostnames that customers create to enforce distinct permissions and network controls for any request made through them.

    10

    Scroll to the end of the page and click on **Create access point** button to create **S3 Access point**

    information ordinal icon

    Congratulations on completing the lab and mastering the basics of Amazon S3 Access Points! Well done!