This is a pretty common requirement and here is the solution. Solution Let’s create a bucket named hirw-sample-aws-bucket first. [osboxes@wk1 ~]$ aws s3 mb s3://hirw-sample-aws-bucket Use […]
This is a simple and common problem or question with a simple answer. Solution Do a directory listing with recursive, human-readable and summarize options. You will […]
Each files we upload to S3 gets assigned a key and the key has the following structure [FOLDERNAME]/[FILENAME] A common problem is to search the objects […]
Downloading an entire bucket or folder inside a bucket is quite straightforward with AWS CLI. Install AWS CLI from here if you don’t have it already. […]
EBS, S3 and Glacier are different storage options available in Amazon Web Services. They differ in cost, use case and purpose. Here is a super quick […]