Hi Team,
Just want to know whether we can change the parameters in config.yml file.
Instead of hardcoding IAM User AWS Secret Key or Access Key , can we use IAM Role . Or this mandatory to use IAM user parameters
aws:
Credentials can be hardcoded or set in environment variables
access_key_id: XXXXXXXXXXXX
secret_access_key: XXXXXXXXXX
Any suggestion will be helpful.