I am working on a task to store the entire logs of an instance in a cheaper way both from root volume and EBS storage , so creating an ami or snapshot is not cheap then i came to know that we can store our volume data into S3 but i haven't found anything in the documentation
Asked
Active
Viewed 163 times
0
-
If you merely want to store the logs, then why do you wish to copy the entire disk volume? – John Rotenstein Sep 23 '19 at 19:52
1 Answers
2
If you prefer to simply save log files in S3, then you could use the awscli to sync those files into S3. There's also a CloudWatch Logs agent that can collect and persist them to CloudWatch.

jarmod
- 71,565
- 16
- 115
- 122