0

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

Vatsal Rahul
  • 347
  • 1
  • 4
  • 19

1 Answers1

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