Category

Backup

Disaster Recovery in The Cloud: AWS EBS Snapshot in a Single Click

cloud backupIn my journey through the cloud I often come across great new initiatives. The interesting fact is that although the cloud is a pure revolution terms such as SLA, TCO and ROI remain valid, new methodologies and techniques are presented to support them in the cloud.

How-to Estimate Your AWS EBS Volume’s Snapshot Costs - Part 2

EBS Snapshot costs feature imageIn part one I described the AWS EBS snapshot mechanism. In this part I will drill deeper on how to calculate the EBS snapshot cost. I  will show how to be able to do a rough estimation or even to perform an accurate cost analysis using monitoring tools.

Rough estimation

In order to estimate how large your EBS snapshots will be, you need to know how much your volumes are changing. One way would be to guesstimate,we can use a simple thumb rule that is often used in- backup planning: A typical data volume of a production server changes about 3% a day. Let’s try and calculate the cost. Assuming a 1TB EBS volume, that is 70% full at first. We take snapshots and keep them for 30 days. So, the first full will be taking 700GB (70% of 1TB). For the incremental snapshots we can multiply 30 (days) by 30GB (3% of 1TB) and we reach 900GB. Add them together and we reach about 1.6TB of total snapshot storage. AWS compresses the snapshots when they are stored in S3.

5 Challenges for an AWS EC2 Backup Solution

When you keep important business data in your EC2 servers, you need a backup and disaster recovery (DR) solution like you would for any server. For operational backup, the most efficient and effective approach in EC2 is to use EBS snapshots. These are the parallel of hardware snapshots in a traditional data center.In this post we will discuss the challenges you encounter when you use EBS snapshots.

Getting Started with Amazon Glacier: Part 2

Get Started with Amazon Galcier Part 2In part 1 of this three part series, we introduced Amazon Glacier as an extremely low-cost cloud storage service that provides secure, durable, and flexible storage for data backup and archival. Amazon Glacier allows you to store your data reliably for as little as $0.01 per gigabyte per month. It helps you to retain your data for future analysis or reference so you can focus more on business than operating and maintaining storage infrastructure.

Expert Guide: Amazon EBS Consistent Snapshoting

The following describes my personal case on how I maintained snapshots of my AWS EBS. The following requirements guided me with the scripts and tools I decided to use:

  1. Open source scripts and solutions within budget.
  2. Incremental snapshots maintain controlled and cost efficient growth
  3. Manage all volume’s snapshots for several AWS accounts from one central server.
  4. Advanced snapshot rotation mechanism and configuration options.

5 Things Toxic to DB Scalability Over the Cloud

Scalability is about application, architecture and infrastructure design, and careful management of server components.

If you’re using MySQL checkout 5 ways to boost MySQL scalability in the cloud-

  • Object Relational Mappers
  • Synchronous, Serial, Coupled or Locking Processes
  • Having No Metrics
  • One Copy of Your Database
  • Lack of Feature Flags

Getting Started with EC2 Cloud Resources Backup

The cloud definitely marks a new era. Not only can we manage our resources in a flexible way and with no capital investment, but we can also enjoy the state-of-the-art infrastructure of large cloud providers, like AWS cloud. Specifically, when we use EC2 to compute endless resources, we know that in terms of the durability of our virtual servers, power supply, and storage, we can trust AWS to have the best of the best.

Disaster Recovery on AWS Cloud by Emind Systems

DR on AWS 1_ dilbertIn case of a disaster we would like to make sure that our applications are still up and running, while taking advantage of our failover hosting/cloud provider. The Disaster Recovery (DR) architecture is driven by the criticality of applications and data. The decision regarding what to back up and deploy eventually translates into ongoing costs that can be extremely significant. Every IT organization has its own high level policy guidelines. These policies are eventually translated into the policy deployed for each of the different applications the enterprise runs. The CIO and its team need to make sure they define both the high level policies and the actual budget that can be spent for DR matters.

Leveraging Amazon Cloud for Disaster Recovery (DR)

The policies for Disaster Recovery (DR) in an enterprise are driven by the criticality of applications and data. As the public cloud has gained in credibility, more and more IT teams are taking advantage of the failover public cloud provider as a way of addressing DR and ensuring business continuity.

On the following presentation Lahav Savir, architect and CEO of Emind Systems, gives an introduction to Disaster Recovery and presents his insights based on Emind’s best practices.

How to Archive/Restore AWS S3 Objects to/from Amazon Glacier Archive

Hitchhiker's Guide to The Cloud

Newvem's eBook for Cloud Operations