Shraddha SuryawanshiforMastering Terraformterraform-handson-projects.hashnode.dev·Sep 24, 2024Cont. Various ALB Routing Types of Listeners with CodeApplication Load Balancer (ALB) listener rules are essential for routing traffic to appropriate targets based on conditions such as path, headers, IP, and host. These rules provide fine-grained control over how traffic is handled. Below, I’ll walk th...Discussalblisterner
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023How to delete Ansible host entries from hosts file using AnsibleIn #Ansible we run an #Ansible play against a target hosts group, the #Ansible play will be executed on each remote host that is part of that particular target group. Lets say we want to pass the host details dynamically to host file and every time w...Discussansible
Hari Krishna Anemharikrishna.hashnode.dev·Jan 18, 2022JavaScript: How to get the URL parts from a URLconst url = new URL('http://example.com:12345/blog/foo/bar?startIndex=1&pageSize=10'); const { protocol, hostname, port, pathname, search } = url; console.log('protocol =>', protocol); console.log('hostname =>', hostname); console.log('port =>', por...Discuss·61 readsurl