Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I was under the impression AWS ElasticSearch service comes with automated snapshots/backups. That's what I find in the documentation. It suggests they happen once a day and are stored on s3 but I do not see any backups in any of my s3 buckets. How do you get access to the automated snapshots?

It probably doesn't matter but I used the following template to create my elasticsearch domain explicitly indicating I want automated backups.

CloudFormation

"SnapshotOptions": {

    "AutomatedSnapshotStartHour": "0"

}

1 Answer

0 votes
by (44.4k points)

There is documentation provided by AWS to restore snapshots:

Snapshot-restore

Also, you can check elactic.co's documentation on Snapshots and Restoring:

Snapshots and Restore 

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...