Top Stories by Edward M. Goldberg
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. You
have one place to search the indexed logs for all of your servers and control
all of the Deployments in any location from one place.
I will be doing a Webinar talking with Michael Wilde of SPLUNK> for one
hour. We will explain all about these products and show you live how to set
up a set of servers with RightScale + SPLUNK> .
This event is by invatation only so use this link to get a “seat”:
https://www2.gotomeeting.com/register/280094898
If you missed the last few Webinar a... (more)
To make files work properly with CloudFront you need to set the Meta-Data and
permissions on each file in the source bucket with great care. I use
CloudBerry to upload and check all of the files in my Buckets on S3.
This new tools makes keeping your file all correct with just a few clicks.
Take a peek at:
http://cloudberrylab.com/
And read the background information on the BLOG:
http://blog.cloudberrylab.com/
Good work guys at Cloud Berry Labs!!!
... (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 transactional Relational Database
with all the bells and …
IMHO, we need to start looking at this new model by placing non-mission
critical Backup Systems for Fail Over in RDS. The cost of transfer... (more)
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:
my... (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 server they just Launched (like a boat?).
This document covers the basics. How to use a new server (read instance)
you booted up (Launched) in AWS EC2.
After you read this document you will know ... (more)