Skip to content

Tag: amazon-web-services

Amazon AWS EC2 Key Pair Denied

I have scoured the Internet for answers and had little luck. All I have been trying to do is connect to my AWS EC2 Linux server via SSH. The.pem file is on my computer, but it has not been accepted. I have tried several FTP clients, including FileZilla and the native Terminal on my Mac. In FileZilla, my error…

Bash script to install AWS CLI tools

I am writing a bash script that will automatically install and configure AWS CLI tools. I am able to install AWS CLI tools but unable to configure it. My script is something like this: I wish to do the configuration using this script too. I wish that I can provide these credentials via script so that it preve…

Installing ‘lxml’ in Amazon EC2

I am having trouble installing lxml in Amazon EC2. I am having a Linux instance. I entered the following command. Right now, it is not working. It just generate the following error. What is wrong here? How can I install this? Update I used pip install –upgrade setuptools. Now I am getting the below. Ans…