Categories: Technology

Amazon Elastic Block Store (EBS)

EBS is another great service from Amazon. The company continues to innovate. Werner had talked about this service in the past but now it’s available. Well done Amazon! The Amazon Web Services Blog has more.

I found the pricing model interesting. While traffic from EC2 to S3 is free (unless you cross the Atlantic within Amazon‘s infrastructure), your IOs against EBS will cost you (in millions of requests). I guess algorithms/applications will have to calculate the convenience and features of EBS against just using S3 at no cost (in terms of IO). Also, there is an interesting balance that developers will have to strike between maintaining things in memory in EC2 (paying for time) for their distributing computing algorithms (communication between EC2 instances is free) and doing taking advantage of the persistent, fault tolerance-related features of EBS (paying for IO requests).

Amazon‘s execution on Cloud Computing is brilliant!

Recent Posts

The Beginning of CVOYA

There’s a unique energy that comes with starting something new — a blend of excitement,…

3 weeks ago

Enhancements in Graph Model: Dynamic Entities & Full-Text Search

As I continued work on BrainExpanded and its MCP service, I came to realize that…

4 months ago

GraphModel: A .NET Abstraction for Graphs

Just over a month ago, I published "Playing with graphs and Neo4j". Back then, it…

5 months ago

Playing with graphs and neo4j

After my initial implementation of some BrainExpanded-related ideas on top of dgraph using its GraphQL…

6 months ago

A Graph Model DSL

Say hello to the Graph Model Domain Specific Language (GMDSL), created with the help of…

6 months ago

BrainExpanded – Web app and Data Sources

As I wrote in previous posts, the manual recording of memories for BrainExpanded is just…

7 months ago