Benchmark: Security
Description
The security pillar focuses on protecting information and systems. Key topics include confidentiality and integrity of data, managing user permissions, and establishing controls to detect security events.
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 Security.
Run this benchmark in your terminal:
powerpipe benchmark run aws_well_architected.benchmark.well_architected_framework_security
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_well_architected.benchmark.well_architected_framework_security --share
Benchmarks
- SEC01 How do you securely operate your workload?
- SEC02 How do you manage identities for people and machines?
- SEC03 How do you manage permissions for people and machines?
- SEC04 How do you detect and investigate security events?
- SEC05 How do you protect your network resources?
- SEC06 How do you protect your compute resources?
- SEC08 How do you protect your data at rest?
- SEC09 How do you protect your data in transit?
- SEC10 How do you anticipate, respond to, and recover from incidents?
- SEC11 How do you incorporate and validate the security properties of applications throughout the design, development, and deployment lifecycle?