- Virtualenv (optional)
-
Activate to a virtual environment (skipp this step if you do not use virtualenv)
-
Open Linux terminal and run the following command:
(pcluster-virtenv) [duff]$ pip install --upgrade awscli
- Run the following scripts to set configure settings and create
config
file.
(pcluster-virtenv) [duff]$ pip install --upgrade awscli
(pcluster-virtenv) [duff@]$ aws configure
AWS Access Key ID []: <aws_access_key>
AWS Secret Access Key []: <aws_secret_access_key>
Default region name []: us-east-1
Default output format []: json
(pcluster-virtenv) [duff]$ aws s3 mb s3://duff-parallelcluster
make_bucket: duff-parallelcluster
- Created
config
file will be available at$HOME/.aws/
ls $HOME/.aws/config
Rangsiman Ketkaew - [email protected]