Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting

Description

Access Key

Enter the access key for the user who owns the Amazon S3 account in this field.

Secret Key

Enter the secret key for the stated access key in this field.

Region

Enter the name of the Amazon S3 region in this field.

IAM Role Selection

Select how you want IAM role to be selected; Without roleRole from environment, Enter role name manually, Enter role ARN manually, or Inherit from AWS EC2.

  • Role from environment - If you select this option, run either:

Code Block
export AWS_IAM_ROLE=<role name>

or 

Code Block
export AWS_IAM_ROLE=<role ARN>

in the environment, and then restart the EC.

  • Enter role name manually - If you select this option, enter the name in the IAM Role field, and ensure to have 

Code Block
"Action": "iam:GetRole",

defined in your AWS console.

  • Enter role ARN - If you select this option, enter the name in the IAM Role field.

  • Inherit from AWS EC2 - If you select this option, no further actions are required.

Note!

When the Inherit from AWS EC2 option is selected for the Amazon profile to be used with the SNS notification type, ensure that the AWS EC2 instance is configured with sufficient permissions to perform the SNS:Publish action. For more information, see SNS Topic.

...