Bash script to install AWS CLI tools

后端 未结 3 2219
再見小時候
再見小時候 2021-02-13 08:53

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:40

    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
    

提交回复
热议问题