For adding S3 as a source in Dvsum application, user needs to acquire AWS access and secret keys. Following are the prerequisites that need to be followed for acquiring AWS access and secret keys.
Add New User (other than using existing user)
Step 1 Select user and click on 'Add user' button
Set User Details
Step 2 Set user name, select AWS access type, set password and click on Permissions button
Set Permissions
Step 3 IAM user with access and secret key having following permissions
-
- S3FullAccess
- AthenaFullACess
- GlueServiceRole
Create Policy (for new user)
Step 4 Select policy, click on create policy button
copy from below:
{ "Version": "2012-10-17", "Statement": [
{ "Effect": "Allow", "Action": [ "s3:GetObject", "s3:PutObject" ], "Resource": [ "arn:aws:s3:::*/*" ] } ] } |
Add Policy
Step 4
Step 4 Once above steps are done, on summary page click on Create user button given below
Step 5 After that step, user will be successfully created. User can view and download CSV file from here
0 Comments