Create DPH service user IAM policy in AWS
Learn how to create an Identity and Access Management (IAM) policy for the Data Pipeline Hub service user in your AWS account.
- Log in to the AWS Management Console.
- In the search field, search for iam.
- In the drop-down list of items, hover over IAM and select Policies.
- In the Policies page, select Create Policy.
- In the Create policy page, provide the permissions for the policy.
- Service: Select the S3 service.
- Actions: In the Write access level, select PutObject.
- Resources: Select Add ARN and add the bucket name from Create an AWS S3 storage bucket. The object name can be any.
- Select Add.
- Select Next:Tags.
- Select Next:Review.
- In the Review Policy page, provide the policy details.
- Name: Enter a policy name. For example: pm-doc-write.
- Description: Enter a description for the policy.
- Select Create Policy. For more information, see topic Creating IAM policies.