Hands-on Lab: Cross-Region Replication and Versioning in Amazon S3 (CRR)

S3 CRR( Cross Region Relpcation) The automatic, asynchronous copying of objects between buckets in the same or separate AWS Regions is known as replication.Replication transfers newly formed objects and object changes from one bucket to another. In this example, We will setup replication for source and destination buckets that are owned by the same AWS account Below example is provided for using the Amazon S3 console S3 CRR-Using Amazon S3 Console We have two bucket

Read More

Generating Presigned URLs for Sharing S3 Objects: A Lab Guide

By default, all Amazon S3 objects are private and object owner can access them. No one can access other then owner , however Pre-signed URL for an Amazon S3 object allows anyone who receives the S3 presigned URL to retrieve the S3 object with an HTTP GET request. All presigned URL’s now can use sigv4 so the region needs to be configured explicitly. Method 1- Sharing Object using AWS console. A Test file Uploaded in

Read More

Host Your Static Website on Amazon S3: A Hands-on Lab

Amazon S3 Static Website Amazon S3, a cloud storage service offered by Amazon Web Services (AWS),presents an innovative and cost-effective solution for building static websites that not only load quickly but also provide a good user experience. Amazon S3, originally designed for storing and retrieving data, but it can be used for hosting static websites. Unlike traditional dynamic websites, static websites consist of fixed HTML, CSS, and JavaScript files that remain constant for each visitor.

Read More