Benchmark: Reliability
Description
The reliability pillar focuses on workloads performing their intended functions and how to recover quickly from failure to meet demands. Key topics include distributed system design, recovery planning, and adapting to changing requirements.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-aws-well-architected
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select Reliability.
Run this benchmark in your terminal:
powerpipe benchmark run aws_well_architected.benchmark.well_architected_framework_reliability
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_well_architected.benchmark.well_architected_framework_reliability --share
Benchmarks
- REL01 How do you manage service quotas and constraints?
- REL02 How do you plan your network topology?
- REL06 How do you monitor workload resources?
- REL07 How do you design your workload to adapt to changes in demand?
- REL08 How do you implement change?
- REL09 How do you back up data?