書名: 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.
推薦閱讀
- Linux運維之道(第3版)
- 全屋互聯:智能家居系統開發指南
- Linux系統架構與運維實戰
- 大學計算機應用基礎實踐教程(Windows 7+Office 2013)
- 無蘋果不生活 OS X Mountain Lion隨身寶典
- vSphere Virtual Machine Management
- 精通Linux內核開發
- Installing and Configuring Windows 10:70-698 Exam Guide
- 深入理解eBPF與可觀測性
- jQuery UI Cookbook
- Django Project Blueprints
- 跟老男孩學Linux運維:Shell編程實戰
- 鴻蒙入門:HarmonyOS應用開發
- Learning IBM Watson Analytics
- OpenSolaris紅寶書