turbot/aws_top_10

Dashboard: AWS Account Security Top 10

Overview

The AWS Security Blog post Top 10 security items to improve in your AWS account" contains tips for improving your cloud security contains helpful tips to help you improve security in your AWS accounts.

In Build a custom benchmark for the top 10 AWS security tips we show one approach to mapping the items from the blog post to Steampipe controls. This benchmark can be used as an example that we encourage you to reuse and remix based on your security requirements.

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-aws-top-10

Start the Powerpipe server:

steampipe service start
powerpipe server

Open http://localhost:9033 in your browser and select AWS Account Security Top 10 dashboard.

You could also snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe benchmark run aws_top_10.benchmark.account_security --share

Benchmark

This dashboard is automatically generated from the following benchmark:

benchmark.account_security

Tags