If the Agent is deployed on an EC2 Instance or has access to AWS credentials in the default AWS toolchain that can be used instead.
provisioning.yaml
aws:- name:my-aws-connectionversion:1tags: [tag1,tag2]configuration:# Way to authenticate against AWS.Credentials Chain or Access KeyauthMode:value:# Access key ID of an AWS IAM account.accessKeyId:value:# Secret access key of an AWS IAM account.secretAccessKey:value:# AWS region to connect to. If not provided, this is deferred to client # configuration.region:value:# Specifies the session token value that is required if you are using temporary # security credentials that you retrieved directly from AWS STS operations.sessionToken:value: