-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathawscli_wpkdkf.txt
More file actions
36 lines (22 loc) · 1.02 KB
/
awscli_wpkdkf.txt
File metadata and controls
36 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
https://docs.aws.amazon.com/cli/latest/index.html >>>>>>>>>>>>>
https://boto3.amazonaws.com/v1/documentation/api/latest/index.html?id=docs_gateway >>> Boto3 refrence
https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/examples-ec2-instances.html
aws <command> <subcommand> [options and parameters]
sudo pip install awscli
sudo pip install --upgrade awscli
sudo pip uninstall awscli
aws --version
Bundle installation
==============================================================
$ curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
$ unzip awscli-bundle.zip
$ ./awscli-bundle/install -b ~/bin/aws
=================================================
AWS CLI library:
https://docs.aws.amazon.com/cli/latest/index.html
===============================================================
https://s3.amazonaws.com/aws-cli/AWSCLISetup.exe
pip3 install awscli
pip3 install --user --upgrade awscli
aws ec2 create-key-pair --key-name MyKeyPair
appwiz.cpl