Installing aws-cli on Ubuntu 18.04 LTS
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 […]
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 […]
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 […]
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 […]
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 […]
Copyright 2018 © | Pikedom