Cloud Computing on Ulitzer
This time AWS has does it right. The Relational Database Servers in AWS
called “RDS” are the “Real Thing”.
I just transferred over my whole Drupal DB in a few moments to an RDS
Instance. Is was very simple.
Let me show you the one line command solution:
(Warning Linux command comes next!)
$ mysqldump –add-drop-table –databases Comments EdwardMGoldberg NOC
myCloudWatcher_drupal wikidb | mysql -h
mycloudwatcher.xxx.us-east-1.rds.amazonaws.com -u TheCloudWatcher
-pXxXxXxXxXx4
(all password info is fake)
Let me break down this command into the parts:
mysqldump:
This is the LINUX command line database dump program. I just used the default
connection (defined in my.cnf) and dumped a few tables I wanted. I added the
drop table option so I can upda... (more)
Today, AWS Amazon RDS (Relational Database Servers in the AWS Cloud) are a
new Beta and needs to be used as a “peek at that the future” for the IT
staff and CTO. Developers need to wrap their minds around Relational
Database as a service. The time has come for this to be a real SaaS.
The “Big Table” was easy to “pu pu” and say “It does not fit the
model”. RDS is the “real thing” a tran... (more)
RightScale gets a cash infusion of $13M
This is great news for the Cloud Computing Community. The team at
RightScale has added many tools to Open Source. The right_aws Ruby tools
are just one example of the contribution RightScale makes to the community.
I look forward to this new $13M added to the Cloud Computing kitty adding
many more tools. Keep the software coming!
“”RightScale Blo... (more)
SPLUNK> just added Partner templates and Scripts (RightScrips) to the
http://RightScale.com service.
This is a great pair to have on your team. These two players add depth of
monitoring to your Deployments. RightScale takes the low level server
meterics very nicely and SPLUNK> watches all of the application logs for you.
Now with this pair set up on every server in every Cloud Deployment... (more)
When you get a new car you look into the glove box and find a small book that
explains the day to day operation of the car. The same is true for your
laptop.
What happened to the users guide for the AWS EC2 Servers?
First of all AWS calls them instances and gives them strange names like
i-12345678 that are not very easy to remember. So to start off most users
are lost just finding the ... (more)