standard
turbot/aws_compliance

Pipeline: Test detect and correct S3 buckets without SSL enforcement

Test the enforce SSL action for S3 buckets.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_s3_buckets_without_ssl_enforcement_enforce_ssl

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_s3_buckets_without_ssl_enforcement_enforce_ssl
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default
region
string
YesAWS Region of the resource(s).us-east-1
bucket
string
YesThe name of the bucket.flowpipe-test-e90d3744-1672-72c8-73f7-34086f3b4906

Outputs

NameDescription
result_enforce_sslResult of enable SSL action verification.

Tags

folder = Tests