AWS cli : HTTP Client raised and unhandled exception
The article discusses resolving an AWS CLI error “HTTP Client raised and unhandled exception”. It provides instructions to solve this issue.
The article discusses resolving an AWS CLI error “HTTP Client raised and unhandled exception”. It provides instructions to solve this issue.
After configuring AWS SES service with Postfix, you may have found error in logs – SASL authentication failed . The error will not allow you to send email from server by using AWS SES service.
In this post, we will learn command to attach security groups to existing instance with AWS cli. Working with command line is always fun. We can use the command in our scripts which also help us to do automation work. Requirement : 1. AWS cli must be installed on system 2. Access and secret keys…
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…
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….
Be carefull while using phpinfo script in EC2 beanstalk Currently I tried some EC2 beanstalk instances in AWS. While working I found that in php environment setting there was a parameter for Database username and password. For easy go I set the parameter with mysql Database username and password. After doing this I created a…
How to mount s3 bucket in linux EC2 instance Learn how to mount s3 bucket in linux EC2 instance. Tested in : EC2 and EC2-beanstalk instances If you have not created a s3 bucket kindly go through with EC2 documentation.The documentation is very clear and easy to understand .This is the link how to create…