The step authenticates with AWS using an OIDC token or access key.
This step authenticates with Amazon Web Services (AWS) using an OpenID Connect (OIDC) token or an access key.
For OIDC based authentication it retrieves an identity token from Bitrise, assumes the specified AWS role using the token, and generates temporary AWS credentials.
The access key details can be created on the AWS Management Console under IAM roles.
The generated AWS credentials are then set as environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_SESSION_TOKEN) for use in subsequent steps.