1 / 11

Multi-Server Cloud Environments

Multi-Server Cloud Environments. How to fight latency and add redundancy. Stop me if this is familiar. <Person a> We need a redundant system. <Person b> The Cloud! I heard that makes it easy! <Person a> Perfect, let’s get IT to make that happen, next order of business...

les
Download Presentation

Multi-Server Cloud Environments

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Multi-Server Cloud Environments How to fight latency and add redundancy

  2. Stop me if this is familiar <Person a> We need a redundant system. <Person b> The Cloud! I heard that makes it easy! <Person a> Perfect, let’s get IT to make that happen, next order of business... … later that week... <IT> $@%$@# this is hard, why doesn’t the cloud make this easy?!

  3. Your first day in the cloud

  4. Complications of Cloud Redundancy • Database Replication and port over • Load Balancing App Servers • Search (SOLR, Sphinx) Scalability and Redundancy • Caching Servers • Shared File Systems

  5. How does the cloud make it easier • Easy to replace damaged “hardware” • Easy to test software changes with temporary servers • Easy to test OS upgrades and switch out • Easy to upgrade “hardware”

  6. How does the cloud make it harder • Hard to predict network proximity • Persistence • Whole Zone Failures

  7. As soon as Nick finds a solution

  8. Amazon RDS • Multi-AZ • Point-In-Time Restore • Automatic Replication • Seamless Hardware Upgrades • Automatic Maintenance and Patches

  9. Elastic Load Balancer • Really simple load balancing • Multi-Server redundant • Actually cheaper than a small instance • Server Monitoring built in • Lightning Fast packet level balancing

  10. CloudSearch • Really fast Search • Automatic vertical and horizontal scaling • Basically all core SOLR features • Many plugin SOLR features too • Easy API

  11. NFS Sucks!

More Related