1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is Elastic/Scalable storage?
Cloud Elastic (or Scalable) Storage is defined by its ability to change size automatically to fit your needs.
What are the characteristics of Elastic/Scalable storage?
The storage space automatically expands as you add files and shrinks if you delete them. You never have to guess how much space you need in advance.
Your data isn't sitting on one specific hard drive labeled with your name. It is spread across a massive "pool" of thousands of drives shared by many customers. The system allocates space from this pool instantly when you need it.
What are the Cost advantages?
Pay-As-You-Go: You only pay for the storage you use. If you delete half your data, your bill goes down immediately.
What are the Cost disadvantages?
Bill Shock: Because it grows automatically, a sudden spike in traffic or a bug in your code could create a massive, unexpected bill overnight.
What are the Capacity advantages?
Infinite Space: You never hit a "Disk Full" error. The system automatically adds more space in the background as you upload files.
What are the Capacity disadvantages?
Lazy Management: Because space is unlimited, teams often become "digital hoarders" and forget to delete old, useless files, eventually bloating costs.
What are the Performance advantages?
Handles Spikes: If your website goes viral, elastic storage adds resources instantly so your site doesn't crash under the pressure.
What are the Performance disadvantages?
Warm-up Latency: Sometimes, "stretching" takes a few seconds. Users might experience a slight delay (latency) while the system adds new resources.
What are the Management advantages?
Hands-Off: You don't need to manually buy and install new hard drives when you run out of space. The software handles it.
What are the Management disadvantages?
Complexity: Setting up "auto-scaling" rules requires technical skill. If you configure it wrong, it might not scale when you need it to.