Azure

How to Connect Azure Linux Virtual Machine Serial Console

The Linux Administrators will love this features . When we started moving to cloud applications we started modernized to adapt for cloud . We got so many features ,easy access , fast ,salable etc when compare with on-premises. But what will happen really when some issue with OS and due to some error server got hang etc. Ultimately the fundamental…

Continue Reading

AWS

How to configure ELB in AWS

Elastic Load Balancing – ELB Elastic Load Balancing automatically distributes traffic across multiple targets – Amazon EC2 instances, containers and IP addresses – in a single Availability Zone or multiple Availability Zones. Amazon offers 3 types of Load Balancer: 1.Classic Load Balancer2.Application Load Balancer3.Network Load Balancer Now lets see how to configure classic load balancer and how to configure Classic…

Continue Reading

AWS

Amazon Glacier in 5 min

What is Amazon Glacier? Amazon Glacier is an extremely low-cost storage service that provides secure, durable, and flexible storage for data backup and archival.Remember its not a direct backup tool , its a storage service for Backup & Archive.It is managed service from Amazon,so need to worry about capacity planning . You can store unlimited data with low price $0.004 per…

Continue Reading

AWS

ssh_exchange_identification: read: Connection reset by peer aws

There is lot of possibilities for this type of error . You can try below steps one by one. As a first step check what is really going on while establishing ssh connection. Ex: 1.ssh -v -i /home/cent/keys/my-key.ppk user@192.168.1.2 2. Check the public and private keys are proper ,correct pair , also check the permission of the keys.3.IP of the…

Continue Reading