Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

aws cli

*Install the AWS CLI version 2 on Linux *

- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- sudo ./aws/install
- aws --version
aws configure
Comment

aws cli

aws cognito-idp admin-initiate-auth 
--user-pool-id [USER_POOL_ID] 
--client-id [CLIENT_ID] 
--auth-flow ADMIN_NO_SRP_AUTH 
--auth-parameters USERNAME=[USERNAME],PASSWORD=[PASSWORD]
Comment

PREVIOUS NEXT
Code Example
Shell :: create ssh key for github 
Shell :: git overwrite remote files 
Shell :: install git bash windows 10 
Shell :: linux create link to folder 
Shell :: windows git ssh key add 
Shell :: vim remove all commented lines 
Shell :: connectify alternative for linux 
Shell :: add changes from different branch 
Shell :: screenshot to clipboard ubuntu 20 
Shell :: powershell new item 
Shell :: git id 
Shell :: how to delete all pods in kubernetes 
Shell :: putty ubuntu 
Shell :: install tree in centos 7 
Shell :: multiline comment in bash 
Shell :: git clone with different name 
Shell :: installing node in ubuntu 
Shell :: docker all logs at once 
Shell :: print in bash 
Shell :: install astropy anaconda 
Shell :: apache install 
Shell :: start of .sh file 
Shell :: -u flag in git command 
Shell :: limit image size on github 
Shell :: ERROR: No matching distribution found for torch.fx 
Shell :: setup linux and chrome docker 
Shell :: change default branch on git 
Shell :: umask examples 
Shell :: sed until first match 
Shell :: How to install vscode on centos 8 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =