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
API

Using Supernova

There are four ways to interact with the Rackspace cloud API to manage your services.  They are: Rackspace CLI Nova CLI Supernova CLI Curl Supernova is essentially a wrapper to Nova, but unlike Nova, supports […]

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 […]