Posted by alex in Insights
When I first was working with an Amazon Web Services instance at EC2 I was getting frustrated trying to use SecureCRT to connect to the AWS instance. When you configure an instance you are required to configure an Amazon EC2 key pair which will allow you to connect to your instances via SSH. The problem is once you receive the key pair via download it will not work with SecureCRT so you need to convert it to a public key to work. I did a lot of searching and didn’t find much but the below worked for me.
Read the rest of this entry »
Tags:
amazon web services,
AWS,
cygwin,
ec2,
instances,
key pair,
keys,
Linux,
management console,
secureCRT,
SSH,
ssh2,
windows
2 Comments »
I recently installed PostgreSQL on an Amazon Web Services CentOS instance however when I first attempted to start Postgres I received an error that I had never seen before. The pgstartup.log file located in /var/lib/pgsql contained the below data.
Read the rest of this entry »
Tags:
5432,
amazon web services,
AWS,
CentOS,
ec2,
error,
fatal,
image,
Linux,
localhost,
pgstartup.log,
postgres,
PostgreSQL,
start,
warning
No Comments »
When attempting to install rubygems on a fresh Amazon Web Services EC2 instance I received the below error. Ruby had been installed by default on the instance and I was installing rubygems manually. The below error was received when attempting to run the setup.rb script with ruby.
Read the rest of this entry »
Tags:
amazon web services,
AWS,
ec2,
error,
install,
LoadError,
rdoc,
Ruby,
ruby-libs,
rubygems,
setup,
setup.rb
No Comments »