Amazon S3 Security Essentials: Protect Your Data with These Key Practices

The Amazon Simple Storage Service, or S3, is a powerful serverless object storage solution that offers exceptional scalability, availability, security, and performance. According to the official description, it enables users across all sectors to securely store any volume of data for various applications. To enhance cost-efficiency, security, and compliance, S3 provides a wide range of configuration options tailored to meet diverse business needs. Continue reading “Amazon S3 Security Essentials: Protect Your Data with These Key Practices”

Elasticsearch Backup and Restore in Production

ES backup and restore using AWS S3

We were fortunate enough to get an opportunity to do an Elasticsearch cluster snapshot and restore on a production highly active cluster. The indices we needed to restore were around 2 – 3 TB in size.

Our task was to take a snapshot from an old cluster (v 6.4.2) which had several huge indices and restore a few of them to a new cluster (v7.9.2). This endeavour was supposed to bring the load down from the old cluster.  

Continue reading “Elasticsearch Backup and Restore in Production”