No Picture
AWS

aws-inventory

Here I am trying out a tool called aws-inventory that attempts to discover created resources within an AWS account. See the aws-inventory homepage for more information. First use the distributions package manager to install Tkinter: […]

No Picture
AWS

Getting Started with Rclone

Rclone is a command line tool used to mount and synchronise files and directories between a Linux workstation and various cloud-based storage provides like Amazon S3, Dropbox, Google Cloud storage, and many more.  In this […]

No Picture
API

Install s3fs on Centos 7

s3fs allows Linux users to mount an S3 bucket via FUSE as if it were like any other file system. Install the EPEL repository. Then install s3fs. Copy public and private keys to ~/.passwd-s3fs. To […]

No Picture
AWS

Delete IAM user

To list users, run the following. Before you can delete a user, you first need to delete any resources they are using such as keys, certificates, login profile, MFA, etc. Contents1 Pre-checks1.1 Access Keys1.2 Signing […]

No Picture
Arch Linux

Installing aws-cli on Arch Linux

You can either install aws-cli from the official repository…. …or aws-cli-git from the AUR. To configure, you’ll need to create a public and private access key. For testing purposes, I created a new one for […]