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年前515ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ