1. Download the AWS CLI MSI installer (AWSCLI64.msi) for Windows (64-bit) from https://s3.amazonaws.com/aws-cli/AWSCLI64.msi
2. Execute the default installation AWSCLI64.msi
3. Download python (python-3.4.1.amd64.msi) )from http://python.org/download
4. From windows command line, execute these commands
> set PATH=%PATH%;C:\Python34
> python --help
> python -m pip install -U pip --proxy [user:password]@proxyserver:proxyport
> pip --help
> aws help
> aws --version
5. Configure AWS
> aws configure
AWS Access Key ID [None]: enter-your-access-key-id-here
AWS Secret Access Key [None]: enter-your-secret-access-key-here
Default region name [None]: us-east-1
Default output format [None]:
2. Execute the default installation AWSCLI64.msi
3. Download python (python-3.4.1.amd64.msi) )from http://python.org/download
4. From windows command line, execute these commands
> set PATH=%PATH%;C:\Python34
> python --help
> python -m pip install -U pip --proxy [user:password]@proxyserver:proxyport
> pip --help
> aws help
> aws --version
5. Configure AWS
> aws configure
AWS Access Key ID [None]: enter-your-access-key-id-here
AWS Secret Access Key [None]: enter-your-secret-access-key-here
Default region name [None]: us-east-1
Default output format [None]:
No comments:
Post a Comment