Skip to content

Commit

Permalink
chore(elbv2): Add SecurityHub link to elbv2_ssl_listeners metadata (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
puchy22 authored Aug 19, 2024
1 parent 7aaecba commit 8483486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ResourceType": "AwsElasticLoadBalancingV2LoadBalancer",
"Description": "Check if Elastic Load Balancers have SSL listeners.",
"Risk": "Clear text communication could affect privacy of information in transit.",
"RelatedUrl": "",
"RelatedUrl": "https://docs.aws.amazon.com/securityhub/latest/userguide/elb-controls.html#elb-1",
"Remediation": {
"Code": {
"CLI": "aws elbv2 create-listener --load-balancer-arn <lb_arn> --protocol HTTPS --port 443 --ssl-policy <ssl_policy> --certificates CertificateArn=<certificate_arn>,IsDefault=true",
Expand Down

0 comments on commit 8483486

Please sign in to comment.