LTLaurynas Tumosainawsforhumans.hashnode.dev·Feb 28, 2024 · 2 min readUnderstanding ALB access logsWhy Do We Need ALB Access Logs? The first question that arises is, "Why do I need ALB access logs? Do they provide any additional information?" Well, perhaps the somewhat disheartening news is that even if you don't see an immediate need for ALB logs...00
LTLaurynas Tumosainawsforhumans.hashnode.dev·Feb 22, 2023 · 3 min readHow to Empty Large S3 Buckets using S3 Lifecycle PoliciesAWS S3 provides basically unlimited storage. Unfortunately, this storage doesn't come free. So If you don't clean up your s3 buckets you'll be paying a massive AWS bill just to store stuff you don't need. If you want to delete an s3 bucket completely...00
LTLaurynas Tumosainawsforhumans.hashnode.dev·Feb 22, 2023 · 2 min readQuerying AWS ALB Access Logs using AthenaIntroduction to AWS ALB Access Logs AWS Application Load Balancer (ALB) is a managed service that helps you distribute incoming traffic to multiple targets, such as EC2 instances, containers, or Kubernetes pods. ALB generates access logs that provide...00
LTLaurynas Tumosainawsforhumans.hashnode.dev·Jul 16, 2022 · 3 min readMoving my blog from Hugo to HashnodeRecently I realized that I haven't posted anything to my blog for almost 7 months Is not that I didn't have any ideas or topics to write about. It's just that my setup with hugo static website made writing more complicated than it shoul've been. I ...00
LTLaurynas Tumosainawsforhumans.hashnode.dev·Nov 2, 2021 · 3 min readCloudfront: Adding HTTP security headers with Cloudfront Response Headers PoliciesEnter a new era with Cloudfront Response Headers Policies As of today Cloudfront Response Headers Policies are generally available in AWS. Looking through the launch blog Let's try to add a new Reponse Headers Policy to a Cloudfront Distribution: A...00