All Questions
Tagged with aws-datasync python
3 questions
0
votes
0
answers
371
views
Task timed out when creating DataSync agent through boto3 in aws lambda
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, ...
0
votes
1
answer
372
views
How to set schedule of DataSync Task to "Not Scheduled" from AWS Lambda?
The boto3 documentation seems to provide information on how to set the scheduling on a DataSync Task.
From the boto3 doc (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/...
1
vote
3
answers
4k
views
AWS DataSync Lambda Automation
I am automating AWS Datasync task execution for EFS-EFS across different regions. I have written a lambda code in python and want to start the execution of datasync task through CloudWatch event cron ...