This documentation is a draft for private preview for regions in the AWS European Sovereign Cloud. Documentation content will continue to evolve. Published: December 31, 2025.Disable health check logs for your Application Load Balancer
You can disable health check logs for your load balancer at any time. After you
disable health check logs, your health check logs remain in your S3 bucket until you delete
them. For more information, see Creating, configuring, and working with buckets in the
Amazon S3 User Guide.
- Console
-
To disable health check logs
Open the Amazon EC2 console at
https://eusc-de-east-1.console.amazonaws-eusc.eu/ec2/.
-
In the navigation pane, choose Load Balancers.
-
Select the name of your load balancer to open its details page.
-
On the Attributes tab, choose
Edit.
-
For Monitoring, turn off Health check
logs.
-
Choose Save changes.
- AWS CLI
-
To disable health check logs
Use the modify-load-balancer-attributes command.
aws elbv2 modify-load-balancer-attributes \
--load-balancer-arn load-balancer-arn \
--attributes Key=health_check_logs.s3.enabled,Value=false