Hi, DevOps fans Here’s a short but practical article on how to set up a maintenance page in AWS using CloudFront, ALB, and Terraform. I’ll assume you already know your way around Terraform, and understand the basics of Application Load Balancer and CloudFront. So let’s skip the “what is ALB” and dive into the real stuff! Also known as a “Service Works Page” or “Downtime Page”, a maintenance page...
How to deploy web application at AWS Fargate using terraform – Part 1
Hi, and welcome to detailed tutorial at how to deploy web application at AWS Fargate using terraform. Current tutorial assume that you already know and have several basic things/conceptions: You have active AWS account You have basic knowledge about next AWS components: VPC, network, route table, security group, Route 53, Target Group (TG), Application Load Balancer (ALB) You have installed...
AWS Fargate DevOps: Autoscaling with Terraform at practice
Udemy Coupon: JUNEFARGATESALES – active 02.06.2025-02.07.2025; in case coupons are already expired, please check that page regularly – new one will appear soon ENROLL AT AWS Fargate course Web application traffic is mostly not stable. Promotions, advertising campaigns, night/day hours – all that cause fluctuations at loading. Managing these unpredictable fluctuations can be a challenge. The...
How to secure web application with AWS WAF and CloudWatch
Udemy Coupon: CYBERJUNESALES – active 02.06.2025-02.07.2025; in case coupons are already expired, please check that page regularly – new one will appear soon ENROLL AT Cyber Security course Hi, my name is Sergii and I am glad to represent my course “DevSecOps: How to secure web application with AWS WAF and CloudWatch”. The course stars from creating a small API application, built with...
AWS devops: ElasticSearch at AWS with terraform and ansible
Udemy Coupon: DEVOPSSALESJUNE – active 02.06.2025-02.07.2025 in case coupons are already expired, please check that page regularly – new one will appear soon; ENROLL AT AWS devops course Are you interested in docker orchestration? Would you like to uncover deep insights and pitfalls of AWS? Do you want to see the real power of Terraform and Ansible at real commercial examples? Or maybe you...
Redis TIPS and TRICKS – how to Debug memory usage
Hi, Recently I’ve met a problem with REDIS memory usage at AWS ElastiCache service. It appeared that after some release, that happened 2 weeks ago, memory usage started to grow gradually like a snail. As result our memory monitoring caught the problem rather late. Here is the screen for AWS CloudWatch how it looked. While analyzing release by itself, I found a lot of changes related with...