How To Create AWS S3 Presigned URLs

How To Create AWS S3 Presigned URLs Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to provide access to anyone to an object hosted in your S3 bucket using presigned URLs. AWS S3 pre-signed URLs feature lets you grant access to anyone for a limited period of time to upload or download a file from your S3 bucket. If you want to share a file…

Comments Off on How To Create AWS S3 Presigned URLs

ACL In S3

ACL in S3 Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Bucket Policy in S3. https://cloudaffaire.com/bucket-policy-in-s3/ In this blog post, we are going to discuss ACL or Access Control List in S3 ACL in S3: You can use ACL or Access Control List for resource-based access policy to manage access to your bucket and objects in it. ACL can only be used for granting access…

Comments Off on ACL In S3

Bucket Policy In S3

Bucket Policy in S3 Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed CloudWatch Metrics for S3. https://cloudaffaire.com/s3-cloudwatch-metrics/ AWS S3 provides two types of access control resource-based and user based. In case of resource-based access control, you define the access on S3 resources like bucket and objects. You can implement resource-based access control using the Bucket Policy or ACL. In today’s blog, we are going to…

Comments Off on Bucket Policy In S3

S3 CloudWatch Metrics

S3 CloudWatch Metrics Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed inventory in S3. https://cloudaffaire.com/inventory-in-s3/ In this blog post, we are going to discuss S3 CloudWatch Metrics. S3 CloudWatch Metrics: AWS S3 provides CloudWatch metrics to effectively monitor your S3 bucket. Metrics help you to understand the usage and performance of your bucket. S3 provides three types of metrics for your bucket Storage Metrics (Free)…

Comments Off on S3 CloudWatch Metrics

Inventory In S3

Inventory in S3 Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed encryption in S3. https://cloudaffaire.com/encryption-in-s3/ In this blog post, we are going to discuss inventory in S3. Inventory in S3: You can use AWS S3 inventory feature to keep a track of your S3 bucket contents. The inventory provides you the list of objects in your bucket on a daily or weekly basis. AWS S3…

Comments Off on Inventory In S3

Host A Static Website In S3

Host a static website in S3 Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Server Access Logging in S3. We have also enabled Server Access Logging for an S3 bucket. https://cloudaffaire.com/server-access-logging-in-s3/ In this blog post, we are going to discuss how to host a static website in S3 bucket. Host a static website in S3: You can host a static website in your AWS S3…

Comments Off on Host A Static Website In S3

Server Access Logging In S3

Server Access Logging Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Object Lifecycle Management. We have also configured Lifecycle rule for a S3 bucket. https://cloudaffaire.com/object-lifecycle-management/ In this blog post, we are going to discuss Server Access Logging in S3. We are also going to enable Server Access Logging for an S3 bucket. Server Access Logging: Server Access Logging provides detailed records for the requests that…

Comments Off on Server Access Logging In S3

Object Lifecycle Management

Object Lifecycle Management Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Cross Region Replication or CRR. We have also configured CRR between two buckets. https://cloudaffaire.com/cross-region-replication-crr/ In this blog post, we are going to discuss Object Lifecycle Management in S3. We are also going to create a Lifecycle rule for an S3 bucket. Object Lifecycle Management: You can define a set of rule to cost-effectively manage…

Comments Off on Object Lifecycle Management

Cross Region Replication (CRR)

Cross Region Replication (CRR) Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed how to enable versioning to AWS S3 bucket. https://cloudaffaire.com/versioning-in-s3/ In this blog post, we are going to discuss Cross Region Replication or CRR in S3. We are also going to setup CRR between two buckets in different regions. Cross Region Replication (CRR): AWS S3 provides cross-region replication or CRR to replicate objects across…

Comments Off on Cross Region Replication (CRR)

Create S3 Bucket

Create S3 bucket Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed AWS Simple Storage Service or S3. https://cloudaffaire.com/simple-storage-service/ In this blog post, we are going to create a new S3 bucket and upload a file in it. Create S3 bucket: Step 1: Login to AWS console and click ‘S3’ located under Storage. Step 2: Click ‘Create bucket’. Step 3: Provide bucket name and region and…

Comments Off on Create S3 Bucket