standard
turbot/aws_compliance

Pipeline: Test detect and correct Security Hub disabled in regions

Test the enable Security Hub action for regions that have security hub disabled.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_security_hub_disabled_in_regions

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = aws_compliance.pipeline.test_detect_and_correct_security_hub_disabled_in_regions
}

Params

NameTypeRequiredDescriptionDefault
region
string
YesThe AWS region where the VPC will be created.us-east-2
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default

Outputs

NameDescription
query_output_result_after_remediation
resultResult of action verification.

Tags

folder = Tests