Amazon Profile
The Amazon Profile is a generic profile used for setting up Amazon S3 credentials and properties that can be used by various other profiles or agents. Currently, the profile can be used with the File System Profile, with Notifications of SNS Topic type, and supports External References.Â
Configuration
When selecting Amazon S3 as a file system, you will see two tabs; General and S3.
Amazon profile - General tab
General Tab
The following settings are available in the General tab in the File System profile (see screenshot above):
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 role, Role from environment, Enter role name manually, Enter role ARN manually, or Inherit from AWS EC2.
export AWS_IAM_ROLE=<role name> or export AWS_IAM_ROLE=<role ARN> in the environment, and then restart the EC.
"Action": "iam:GetRole", defined in your AWS console.
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. |
S3 Tab
In the S3 tab, you can configure the S3 bucket and properties for the Amazon S3 client.Â
Amazon profile - Advanced tab
Setting | Description |
---|---|
Bucket | Enter the name of the Amazon S3 bucket in this field. |
Advanced Properties | Configure what property to use. For information on how to configure the properties for the Amazon S3 File System client, please refer to https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl. |
The contents of the buttons in the button bar may change depending on which configuration type has been opened. The Amazon Profile uses the standard menu items and buttons that are visible for all configurations, and these are described in Common Configuration Buttons. The Amazon Profile profile uses the standard menu items and buttons that are visible for all configurations.
The Edit button is specific to the Amazon profile configurations.
Item | Description |
---|---|
External References | Select this menu item to enable the use of External References in the Amazon profile. This can be used to configure the following fields:
For further information, see Using External Reference in Agent Profile Fields and External Reference Profile. |