- Implementing Cloud Design Patterns for AWS(Second Edition)
- Sean Keery Clive Harber Marcus Young
- 69字
- 2021-06-24 15:11:55
Ephemeral
Cloud resources are meant to be short-lived. That is why the default disk for AWS is the ephemeral type. Once the instance it was attached to is deleted, so is the disk. Do not use this type for any data that you want to persist. Persistence practices will be investigated in Chapter 10, Databases – Identifying Which Type Fits Your Needs, of this book.
推薦閱讀
- Linux設備驅動開發詳解(第2版)
- Modern Web Testing with TestCafe
- 玩到極致 iPhone 4S完全攻略
- Windows Phone 7.5 Data Cookbook
- 混沌工程:復雜系統韌性實現之道
- 嵌入式操作系統(Linux篇)(微課版)
- Docker+Kubernetes應用開發與快速上云
- Microsoft Operations Management Suite Cookbook
- Windows 7案例教程
- Application Development in iOS 7
- Ceph分布式存儲實戰
- Mastering Reactive JavaScript
- 一學就會:Windows Vista應用完全自學手冊
- Social Data Visualization with HTML5 and JavaScript
- Linux基礎使用與案例