standard
turbot/aws_compliance

Pipeline: Test detect and correct VPC Default Security Group allowing ingress egress - revoke security group rule

Test the Revoke security group rule action for VPC Default Security Group Allowing Ingress Egress.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_vpc_default_security_groups_allowing_ingress_egress_revoke_security_group_rule

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

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

Outputs

NameDescription
security_group_idSecurity group ID from the transform step
query_output_result_after_remediation
resultResult of action verification.

Tags

folder = Tests