standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Test EC2 classic load balancer without connection draining enabled
Test the detect_and_correct_ec2_classic_load_balancers_without_connection_draining_enabled pipeline.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_ec2_classic_load_balancers_without_connection_draining_enabled_enable_connection_draining
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_ec2_classic_load_balancers_without_connection_draining_enabled_enable_connection_draining }
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 |
elb_name | string | Yes | ELB Name | flowpipe-test |
availability_zones | list(string) | Yes | availability_zones |
|
listeners | list(map(any)) | Yes | A list of listener configurations. Each listener configuration should include 'Protocol', 'LoadBalancerPort', 'InstanceProtocol', and 'InstancePort'. |
|
Outputs
Name | Description |
---|---|
test_results | Test results for each step. |
Tags
folder = Tests