HTTP Client raised and unhandled exception

HTTP Client raised and unhandled exception

Recently we encountered the error on our aws cli with following error message. We have updated our systems and seems other things were working fine. Error: An HTTP Client raised and unhandled exception: __init__() got an unexpected keyword argument ‘ssl context’ To solve the above problem,we decided to remove the aws cli which we installed … Read more

Exam Tips : AWS Certified Solutions Architect – Associate

On January-2016, I have passed the “AWS Certified Solutions Architect – Associate” exam. I have been working in AWS Cloud Computing since more than 4 years. Currently, in market there is high demand of AWS Cloud Professional. Being certified in AWS exams give extra edge in your professional career. Now after doing RHCE , I … Read more

Create and Remove AWS EC2 key pair by using command line

When we launch a new EC2 instance in AWS Cloud , to access the server we need the ssh keys. In EC2 instances password are not set , we have to use ssh key to get access whereas keys are based on public–key cryptography. Here, we are quickly going through with creating/removing/listing the ssh keys … Read more

How to set Name of EC2 instance by aws cli

Today, we are sharing a quick tip on AWS cloud computing. We will learn how to set Name of EC2 instance by aws cli. This task you can also do through AWS console dashboard but as a System Administrator it is good practice to use command line. At present AWS is top Cloud Computing provider. … Read more