agent: |
sWOXWg7XXtYgx3vVATExAdding credentials for AWS Environment
Adding credentials for AWS Environment
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
While adding AWS credentials, use conn_type as ssh and overload username and password as:
username: <aws_access_key>
password: <aws_secret_key>
Note:
- After the command is run, its going to ask for password which is aws_secret_key.
- While you type password/secret_key, it will be invisible.
inputs
outputs
sh vlt.sh credentials add <cred_label> --role <rolename> --username <aws_access_key> --conn-type ssh
copied