Vatsal Rahul
Vatsal Rahul

Reputation: 367

Is there any way to copy the entire EBS & root volume data to S3 bucket?

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

Upvotes: 0

Views: 216

Answers (1)

jarmod
jarmod

Reputation: 78613

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.

Upvotes: 2

Related Questions