I am having cloudberry backup client, using which I need to backup some data. Consider the data to be backed up is 100 GB on a daily basis. I have 2 different use cases, to understand the number of requests and data transfer amount between the client app and S3. As data transfer IN is free from AWS side, I don't think backing up will be an issue, but restoring 100 GB would be charged, whenever done (correct me if I am wrong). Now, the use cases are:
- Backup scheduled daily for 100 GB single file
- Backup scheduled daily for 10 files each of 100 MB
Though I can get the pricing from AWS pricing page, I am trying to understand what would be my cost in this case (backing up to cloud).I would prefer to understand if pricing differs for file based, block based, image based backups etc. Any help would really be appreciated.