Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install and use aws cli and setup the user from the .csv file

$ sudo curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
$ sudo unzip awscliv2.zip
$ sudo ./aws/install
aws --version
//the expected result is same as "aws-cli/2.1.33 Python/3.8.8 Linux/5.4.0-70-generic exe/x86_64.ubuntu.20 prompt/off"
//for ubuntu 
$ sudo apt-get update
$ sudo apt-get install awscli -y
$ aws --version
$ aws --version
// for user from downloaded AWS IAM user .csv 
$ aws configure
//to test the connectivity we use
$ aws s3 ls
Comment

PREVIOUS NEXT
Code Example
Shell :: shwo wifi keys netsh wlan 
Shell :: rails scaffold no views 
Shell :: undo popup when deleting files in ubuntu Ubuntu 20.04.4 LTS 
Shell :: Install PNPM in your linux distro 
Shell :: authorized by ssh without password 
Shell :: eslint ignore pattern multiple patterns 
Shell :: show all permission apk 
Shell :: git Ambersafety 
Shell :: ring get environment variables 
Shell :: permissão para usuario executar o docker 
Shell :: fix dns browser linux 
Shell :: uniq only print unique lines 
Shell :: How to init redis in background 
Shell :: git apply 
Shell :: https://physionet.org/files/chf2db/1.0. 
Shell :: how to close firebase emulator hosting 
Shell :: bash "read -p" 
Shell :: upgrade ndoe 
Shell :: Cannot find plugin.xml for plugin @havesource 
Shell :: step by step to insatll jenkins in docker from scratch 
Shell :: kali install ghost newwork command 
Shell :: clamscan version command 
Shell :: bitcoin core download 
Shell :: Keepalived initialization file 
Shell :: vim display the path 
Shell :: how to make copy of branch in git 
Shell :: ADD GITHUB DEPLOY KEY curl 
Shell :: how to install netdata on ubuntu wsl2 
Shell :: virtuaboxl with kubernetes 
Shell :: bcrypt fails during docker compose 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =