standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Test detect and correct VPC Security Groups allowing ingress to port 3389 - revoke security group rule
Test the Revoke security group rule action for VPC Default Security Group Allowing Ingress to port 3389.
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_port_3389
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_port_3389 }
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | connection.aws.default |
region | string | Yes | AWS Region of the resource(s). | us-east-1 |
cidr_block | string | Yes | The IPv4 network range for the VPC, in CIDR notation (e.g., 10.0.0.0/16). | 10.0.0.0/24 |
Outputs
Name | Description |
---|---|
security_group_id | Security group ID from the transform step |
query_output_result_after_remediation | |
result | Result of action verification. |
Tags
folder = Tests