Skip to main content
Filter by
Sorted by
Tagged with
0 votes
3 answers
117 views

As a part of centralized logging into a different AWS account, I will need to send the S3 Server Logs to a different AWS account that is used for Centralized Logging for all the AWS accounts in our ...
user182944's user avatar
  • 8,105
0 votes
1 answer
300 views

I am using AWS DataSync to copy an S3 bucket from one region to another in the same account. For a few of my buckets, the DataSync task execution is failing with the error "Cannot allocate memory&...
Samkit Jain's user avatar
  • 1,748
0 votes
1 answer
2k views

I'm getting this error when I run a DataSync task: Transfer and verification completed. There were some errors in your task execution. See a list of affected files in CloudWatch logs. If no files are ...
Yazeed Sabri's user avatar
0 votes
1 answer
559 views

I'm currently following the AWS official documentation tutorial for transferring a large volume of data between two S3 buckets, which can be found at this link: https://docs.aws.amazon.com/datasync/...
DamDam's user avatar
  • 189
0 votes
1 answer
1k views

We have a requirement to create a state machine which includes to datasync tasks followed by each other. These datasync tasks are already created and now I want to execute it using step functions one ...
PPK's user avatar
  • 57
0 votes
0 answers
405 views

I'm trying to create a DataSync agent. When I use the console with the same parameters, it works fine and very quickly (a few seconds). However, if I want to create it by using the lambda function, ...
Ktos's user avatar
  • 75
1 vote
1 answer
671 views

I use AWS DataSync service to sync two buckets A and B The DataSync defined to check integrity during transfer and copy only new data to another bucket (B). I have lambda function that defined to ...
Ziv M's user avatar
  • 417
-1 votes
1 answer
286 views

We want to sync all data from a us-east-1 bucket to us-west-2 bucket. However, we have intelligent tiering enabled. The us-east-1 bucket has thousands of objects where a large portion of them can be ...
TechNewbie's user avatar
0 votes
1 answer
1k views

I'm trying to sync local S3 object storage to AWS S3 using AWS DataSync. I configured agent and it shows as online in AWS DataSync dashboard under Agents tab. This is screen of local datasync agent: ...
Alexandre Begijanovi's user avatar
0 votes
1 answer
4k views

I have a S3 bucket in Account A and i want to replicate it to S3 bucket in Account B. I need the whole process along with security measures explained in detail. Starting from how to setup the whole ...
Landerson's user avatar
0 votes
1 answer
1k views

!! i Am new to go !! I Am using the datasync API to start a task execution , that works with no issues. I Am struggling with the returned error struct, i want to acces individual elements but i can't ...
Joseph's user avatar
  • 348
1 vote
0 answers
118 views

I have my hadoop sandbox set up on a Virtual Machine on Azure Cloud. I would like to install aws data sync agent on my hadoop sandbox so that I can create a task for data copy from my Hadoop cluster ...
pri's user avatar
  • 23
1 vote
1 answer
4k views

I am trying to sync two S3 buckets in different accounts. I have successfully configured the locations and created a task. However, when I run the task I get a Unable to connect to S3 endpoint error. ...
Utibeabasi Umanah's user avatar
0 votes
1 answer
1k views

My Python version is 3.9 and I am writing a AWS lambda function using boto3 In addition to assigning all admin access and s3full and datasync full roles, I also created a trust relationship but still ...
vaquar khan's user avatar
  • 11.5k
1 vote
1 answer
2k views

I have two MYSQL RDS Instance in Ohio and Mumbai region. Both RDS instance should sync each other. Does AWS have any services to enable sync between RDS Database? else should we configure to achieve? ...
Lakshminarayanan S's user avatar
2 votes
1 answer
3k views

I am experiencing the error "InvalidRequestException: Invalid request made for describing ENI" when executing AWS DataSync task from Fargate/Lambda. What could be the cause of this?
Jiji's user avatar
  • 1,462
0 votes
1 answer
1k views

We are using a Postgres RDS instance (db.t3.2xlarge with around 2TB data). We have a multi-tenancy application so for all organizations who sign up in our product, we are creating a separate schema ...
Kapil Rupavatiya's user avatar
2 votes
1 answer
5k views

I have a workflow which moves 700gb in files from an ftp server to an on-prem server for python script processing. i would like to migrate this process to a AWS s3 bucket for lambda to process. i ...
phill's user avatar
  • 14k
1 vote
2 answers
901 views

I am wondering if there is any AWS service to migrate existing data from ali cloud OSS to Aws S3 bucket. Here is a service in Ali Cloud which migrates from S3 to OSS. I need opposite https://www....
Sheharyar Naseem's user avatar
0 votes
1 answer
369 views

I need to copy all contents of an S3 bucket to another S3 bucket. Planning to use s3 sync. aws s3 sync s3://sourcebucket s3://destinationbucket After this process, is there any way to verify if all ...
Sreeragh A R's user avatar
  • 3,041