© 2023 Hashnode
#amazon-s3
I. Introduction A. Explanation of data visualization Data visualization is the process of representing data and information in a graphical or visual format. This allows for easier interpretation and a…
Amazon S3 (Simple Storage Service) is a popular cloud storage service provided by Amazon Web Services (AWS). It allows users to store and retrieve any amount of data, at any time and from anywhere on …
Ever wondered if your data has been messed with? Well with AWS S3, I can show you how! Once you have created an AWS account, the lab starts with creating an S3 bucket and ends with comparing our check…
Introduction Terraform is an open-source infrastructure as code (IAC) tool used to build, manage, and version infrastructure. It uses a declarative approach to define infrastructure as code, enabling …
In my first two tutorials on Next.js file uploads, we learned how to build a multiple file upload form in Next.js with drag-and-drop support and progress bars. Our files get stored in Amazon S3 but we…
This article was originally published in July 2021 on my GitHub io blog here Overview The purpose of this runbook is to define the steps needed to deploy a secure static website hosted on an AWS S3 B…
Since release v0.7.1, DuckDB has the ability to repartition data stored in S3 as parquet files by a simple SQL query, which enables some interesting use cases. Why not use existing AWS services? If yo…
Abstract Amazon S3 is an object store that provides scalability to store any amount of data, and customers leverage S3 to build a data lake. Being an object store, S3 has limitations when it comes to …
How Is Your S3 Bucket Life-Cycle? Set S3 bucket life-cycle rule to save the cost of long-term storage objects such as database backup. This post gives an experienced case and a summarized of S3 storag…
Introduction Apache Spark is an open-source big data processing platform that can quickly and effectively process large datasets. Amazon S3 is one of the most popular large-data storage platforms. In …