Skip to content
Advertisement

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 is

Unable to boot after shrinking an Amazon EBS volume

I have followed several links on Google and on this forums to reduce EBS Volumes on Amazon AWS, including these links too: http://wiki.jokeru.ro/shrink-amazon-ebs-root-volume and http://www.lantean.co/shrinking-ebs-volume/ I have a 254 GB EBS Volume which needs to be resized to 150 GB. Here are the steps what I did: Create a new instance with 8 GB volume /dev/xvde (base OS) Mount 254

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 prevents manual entry.

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. Answer You are upgrading system wide

Advertisement