Bash script to install AWS CLI tools

后端 未结 3 1780
时光取名叫无心
时光取名叫无心 2021-02-13 09:12

I am writing a bash script that will automatically install and configure AWS CLI tools. I am able to install AWS CLI tools but unable to configure it.

My script is some

3条回答
  •  别那么骄傲
    2021-02-13 09:56

    you additionally configure this from the command line which will create the configuration file

    aws configure set aws_access_key_id ABCDEFGHIJKLMNOP
    aws configure set aws_secret_access_key xbdwsdADDS/ssfsfa/afzfASADQASAd
    aws configure set default.region eu-west-1
    

提交回复
热议问题