standard
turbot/aws_compliance

Pipeline: Test detect and correct VPCs without flow logs

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

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_vpcs_without_flow_logs

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

Params

NameTypeRequiredDescriptionDefault
region
string
YesThe AWS region where the VPC will be created.us-east-1
cidr_block
string
YesThe IPv4 network range for the VPC, in CIDR notation (e.g., 10.0.0.0/24).10.0.0.0/24
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default

Outputs

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

Tags

folder = Tests