S3 Source Configuration on AWS

 

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

x.jpg

Set User Details

Step 2  Set user name, select AWS access type, set password and click on Permissions button

mceclip1.png

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 
mceclip6.png

mceclip7.png

copy from below: 

{

    "Version": "2012-10-17",

    "Statement": [

       

{

            "Effect": "Allow",

            "Action": [

                "s3:GetObject",

                "s3:PutObject"

            ],

            "Resource": [

                "arn:aws:s3:::*/*"

            ]

        }

    ]

}

 

Add Policy 

Step 4  
mceclip4.png

 

Step 4 Once above steps are done, on summary page click on Create user button given below 

mceclip3.png

Step 5 After that step, user will be successfully created. User can view and download CSV file from here

mceclip8.png

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk