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 年前檢視次數 510 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南