Authored by chunhua.zhang

add

... ... @@ -45,12 +45,12 @@ Server:
```
AWS CLI
```aidl
如果您已经有 pip 和支持的 Python 版本,则可以使用以下命令安装 AWS CLI:
```bash
#如果您已经有 pip 和支持的 Python 版本,则可以使用以下命令安装 AWS CLI:
$ pip install awscli --upgrade --user
[root@VM_102_17_centos ~]# aws --version
aws-cli/1.16.81 Python/2.7.15 Linux/3.10.0-123.el7.x86_64 botocore/1.12.71
需要使用AWS账户来认证后即可使用
#需要使用AWS账户来认证后即可使用
$ aws configure
```
NODE
... ...