Elastic Load Balancer is a service provided by Amazon Web Services that automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses. ELBs are essential for ensuring high availability, fault tolerance, and scalability of applications hosted in the cloud. Here’s a detailed overview of what an ELB means Read More …
Tag: ec2
Notes – AWS Systems Manager Session Manager
Session Manager is a fully managed AWS Systems Manager tool. With Session Manager, you can manage EC2 instances, edge devices, on-premises servers, and VMs. You can use either an interactive one-click browser-based shell or the AWS Command Line Interface. Session Manager provides secure node management without the need to open inbound ports, maintain bastion hosts, Read More …