We can use Amazon S3 Select to retrieve a subset of data from an S3 object using simple SQL statements. Since Amazon S3 Select filters a subset of data, it will help to reduce the data transfer cost and latency of an application. Amazon S3 select supports data stored in CSV, JSON, or Apache Parquet formats. Refer…
Category: S3
AWS Config Auto Remediation for Enabling S3 Bucket Logging
AWS Config Auto Remediation feature helps to automatically remediate non-compliant resources evaluated by AWS Config rules. Refer to the original article that I published on https://duleendra.medium.com
Deploy Your Static Web App to S3 Using AWS CodePipeline & CDK
In this post, I will show you how we can automate the deployment process of a static website using AWS CodePipline and AWS CDK. I will deploy a simple React App using AWS CodePipleline and its components. Refer to the original article that I published on https://duleendra.medium.com
Set S3 Bucket Properties Using AWS CDK
In this post, I will show you how we can create an Amazon S3 bucket with some common S3 properties using AWS CDK. Refer to the original article that I published on https://duleendra.medium.com
AWS Config to Monitor Non-Compliance S3 Buckets
AWS Config to Monitor Non-Compliance S3 Buckets. Refer to the original article that I published on https://duleendra.medium.com