- Implementing Cloud Design Patterns for AWS(Second Edition)
- Sean Keery Clive Harber Marcus Young
- 77字
- 2021-06-24 15:11:59
Placement groups
To further distribute your load across physical hardware, you can create a placement group. The following resource will cause your instance to be spread across underlying hardware:
resource "aws_placement_group" "web" {
name = "book-pg"
strategy = "spread"
}
Add the following to your instance resources to spread them across underlying hardware:
placement_group = "book-pg"
You could also use the cluster strategy to a create a low-latency instance group in a single AZ.
推薦閱讀
- 每天5分鐘玩轉Kubernetes
- Windows Vista基礎與應用精品教程
- Google系統架構解密:構建安全可靠的系統
- 精解Windows 8
- Windows Server 2012 Hyper-V Cookbook
- 嵌入式應用程序設計綜合教程(微課版)
- Windows Phone 7.5 Data Cookbook
- 奔跑吧 Linux內核(入門篇)
- 嵌入式實時操作系統:RT-Thread設計與實現
- AWS Development Essentials
- 細說Linux基礎知識
- Hands-On UX Design for Developers
- Distributed Computing with Go
- CentOS 6 Linux Server Cookbook
- 完美應用Ubuntu(第2版)