standard
turbot/aws_compliance
Get Involved
Version
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_portsUse 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
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| region | string | Yes | AWS Region of the resource(s). | us-east-1 |
| conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | connection.aws.default |
Outputs
| Name | Description |
|---|---|
| test_results | Test results for each step. |
Tags
folder = Tests