How to manage backup of each service in AWS Batch

0

There is a requirement to implement a backup that manages Aurora, S3, EFS, and ECR in AWS Batch in a certain project. How should I implement it in AWS Batch after considering the backup method and restore method of each service? Please tell me how to implement it.

已提问 2 年前511 查看次数
1 回答
0

AWS Batch is service to run the batch computing workloads. You just need to create docker image of your script and can run a job on batch job. that job will execute the code as mentioned in your docker image and get finish once done.

So to use AWS Batch for backup, you need to write custom script which can take backup and create docker image of that script. later you can submit job in AWS Batch to execute that script.

Looking at the query, it seems you would like have backup of other services like Aurora, S3, EFS, and ECR. It seems AWS Backup https://docs.aws.amazon.com/prescriptive-guidance/latest/backup-recovery/aws-backup.html might fit for your use case.

AWS
支持工程师
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则