standard
turbot/aws_compliance

Pipeline: Test detect & correct VPC network ACLs allowing ingress to remote server administration ports - delete network ACL entry

Test the Delete network ACL entry action for VPC network ACLs allowing ingress to remote server administration ports.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_vpc_network_acls_allowing_ingress_to_remote_server_administration_ports

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

Params

NameTypeRequiredDescriptionDefault
region
string
YesAWS Region of the resource(s).us-east-1
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default

Outputs

NameDescription
test_resultsTest results for each step.

Tags

folder = Tests