Skip to content

Instantly share code, notes, and snippets.

@mattray
Created March 15, 2018 22:14
Show Gist options
  • Save mattray/220756c98013182fc993e4ce1b42454a to your computer and use it in GitHub Desktop.
Save mattray/220756c98013182fc993e4ce1b42454a to your computer and use it in GitHub Desktop.
$ /opt/inspec/bin/inspec exec aws-demo
Profile: InSpec Profile (aws-demo)
Version: 0.2.0
Target: local://
↺ bjcpublic-check: Check My public S3 bucket
↺ Resource Aws_s3_bucket is not supported on platform mac_os_x/17.4.0.
↺ bjcadmins-check: Check My private S3 bucket
↺ Resource Aws_s3_bucket is not supported on platform mac_os_x/17.4.0.
↺ all-open-check: Check My all open security group.
↺ Resource Aws_security_group is not supported on platform mac_os_x/17.4.0.
↺ Validate SGs on VPC: Ensure expected security groups all exist.
↺ Resource Aws_security_groups is not supported on platform mac_os_x/17.4.0.
↺ workstation-check: Check the bjc workstation
↺ Resource Aws_ec2_instance is not supported on platform mac_os_x/17.4.0.
↺ user-check: Check My IAM user
↺ Resource Aws_iam_user is not supported on platform mac_os_x/17.4.0.
Profile Summary: 0 successful controls, 0 control failures, 6 controls skipped
Test Summary: 0 successful, 0 failures, 6 skipped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment