Amazon Web Services (AWS) Activities are now in Public Preview

Can you please try to also enable the nuget.org feed (if disabled) and reopen the project before running the debug?

2 Likes

This worked well after enabling the nuget.org. thanks a lot

Can anyone help me again? I’m trying the Get Bucket activity but returned with this error.
image

I am also facing same issue, did you find any solution for this?

@andreioros @manaspandey any idea when Get Bucket can fail with Unable to reach credentials server?

@marj0sa , @RKumar , could you please answer below:

  1. where is workflow running? On some EC2 machine?
  2. Is the issue only with the specific activity Get Bucket?

It is running on an EC2 machine and I have only tried it on Get Bucket activity

Could you please confirm that EC2 is having the IAM role assigned and same IAM role is provided in the AWS scope activity

We tried out and found that the AWS user need the permissions to perform actions listed below to use AWSGetBucket and AWSUploadSingleObject activities.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "s3:ListAllMyBuckets",
            "Resource": "*"
        },
        {
            "Effect": "Allow",
            "Action": [
                "s3:ListBucket",
                "s3:GetBucketLocation",
                "s3:ListBucketVersions",
                "s3:GetBucketAcl"
            ],
            "Resource": [
                "arn:aws:s3:::YOUR-BUCKET-NAME"
            ]
        },
        {
            "Effect": "Allow",
            "Action": [
                "s3:PutObject",
                "s3:GetObject",
                "s3:GetObjectVersion",
                "s3:GetObjectTagging",
                "s3:DeleteObject",
                "s3:DeleteObjectVersion"
            ],
            "Resource": [
                "arn:aws:s3:::YOUR-BUCKET-NAME/*"
            ]
        }
    ]
}

Hi,

I am facing issue while moving files to aws bucket folders.

I can move files form “Testing” Folder to Destination Path but, I cannot move files from source to destination Path.

Testing Path- s3://life-casesensitive-data-testing/Testing/
Source Path- s3://life-casesensitive-data-testing//Life/Fgen Life/
Destination Path- s3://life-casesensitive-data-testing//Automation/InboundCalls/2021/26-10-2021/

Error Screenshot.

image

I’m facing the below issue while using get bucket aws activity, did anyone faced this issue before?

Parameters i’m passing in AWS scope are AccesskeyID, Secretkey and AWS region.

image

@abhirpa the issue seems to be an AWS throttling one - you’re making too many requests and they are being throttled. From the AWS docs - Error Responses - Amazon Simple Storage Service

image

Not sure why there are too many requests since i’m not retrying, any idea why this is happening?

For Each Object in Bucket: Failed to get s3 object: A version-id marker cannot be empty.
Error: A version-id marker cannot be empty.

getting this error after downloading few files form S3 bucket, an idea?

we’re looking into this issue / edge case
if there is a fix, we’ll release a patch for the AWS pack

Thank you for the update.

Any update on the IAM role issue?

I want to download the latest file (based on creation date) from AWS S3. Can anyone help with this?

HI,

I’m facing this issue while using IAM role to download files from s3 bucket

Hii, Try to install UiPath.AmazonWebServices.Activities Package from Official As per the comment But Could not find UiPath.AmazonWebServices.Activities package.
Plase check attached Screen


Shot