Getting Started with AWS using the AWS CLI
In a previous article I demonstrated how to get started with AWS by creating a public IPv4 VPC and subnet before creating a new EC2 instance. In this article, I’ll demonstrate how the same can […]
In a previous article I demonstrated how to get started with AWS by creating a public IPv4 VPC and subnet before creating a new EC2 instance. In this article, I’ll demonstrate how the same can […]
There are a number of ways to install the AWS command line tools. The below method used to be my preferred one for Ubuntu 18.04 LTS. However a recent update broke my awscli installation using […]
This guide assumes you are using the AWS-CLI. You will need to install this first if you haven’t already. Here the first four columns pull in the tag information. This better allows me to track […]
There are a number of ways to install the AWS command line tools. Below is the method I favour on CentOS: Check that was successful with: You can now remove the files extracted: Configure aws-cli […]
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 […]
Copyright 2018 © | Pikedom