standard
turbot/aws_compliance

Pipeline: Test detect and correct VPC Security Group allowing ingress to remote server administrator ports IPv4

Test the Revoke security group rule action for VPC Security Group rules Allowing Ingress to remote server administrator ports IPv4.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_vpc_security_groups_allowing_ingress_to_remote_server_administrator_ports_ipv4

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

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
cidr_block
string
YesThe IPv4 network range for the VPC, in CIDR notation (e.g., 10.0.0.0/16).10.0.0.0/24

Outputs

NameDescription
query_output_result_after_remediation
resultResult of action verification.

Tags

folder = Tests