Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Cloud Computing.. me like.

  1. #1
    Join Date
    May 2010
    Location
    Japan
    Posts
    2,473

    Default Cloud Computing.. me like.

    Well, "Cloud Computing" ain't anything new. The concept goes back to when computers first came out and people shared or leased time/usage on those huge mainframe dinosaurs. It's just that with present day systems the concept can be used on a much larger scale with great efficiency.

    So I switched my company from colocating our servers and other equipment (similar to dedicated servers except we own the servers) to Amazon AWS Cloud Services. So far so good. Plenty of OS varieties to choose from. Plenty of configuration flexibility. We can basically build a virtual server that lives in the "cloud" and configure the "hardware" and software anyway we want. And we can get new servers up and running in just minutes. Only problem I see so far is the data storage. There are 3 options:
    1. S3 (like a large HD you can creae in space and use for storage)
    2. EBS (virtual volumes you can create and attach to the server as a block device for storage) EBS is like a RAID volume. So data is safe. "Disk faailure" won't mess you up. You can make em as big as you want. Problem is, EBS volumes are accessed via some other place, like network attached storage. So data xfr is slow to and from EBS volumes.
    3. Runtime storage. This is the best if you want to run a DB. It is the the size of the raw server images that Amazon provides. So it only comes in 3 sizes... Micro, Macro and large. micro is like 600MB, Macro is like 200GB and LArge is like 1.2 TB. It is like a HD attached to your server locally, not over the network. The runtime storage or HD is like RAM. Problem is, if your virtual server crashes or goes down the storage disappears, just like RAM. The solution is to take snap-shots of your server and volumes then use those snap shots to recover from a server crash. Snapshots can be stored in S3 or EBS as seperate volumes.

    So far, loving the Amazon AWS Cloud Services.

    Thanks to Boleslav for the Afro Samurai Signature series.
    I have made a few video guides that may help you.
    Please read the link below.
    My Evony Videos

  2. #2
    Join Date
    Jul 2010
    Location
    \_(ツ)_/
    Posts
    4,768

    Default

    what happens if the server goes down?

  3. #3
    Join Date
    Nov 2009
    Location
    New York
    Posts
    6,839

    Default

    What happen if the cloud rains?
    Reality scripted TV.
    Chasing fifteen minutes of fame.
    Fight over fuel.
    Violence in school.
    The youth are as confused as I am.

  4. #4
    Join Date
    Jul 2010
    Location
    Canada EH?
    Posts
    5

    Default

    How do you start a thread? Please private message me!

  5. #5
    Join Date
    May 2009
    Posts
    8,887

    Default

    Japanpimp, you have three weighty questions to answer here. Don't let us down.

  6. #6

    Default

    Well, at least you admitted you are late to the party this time, japanimp.

    Before I clicked on this thread I was really expecting something like "OMG guys! I just got gmail and you can store SO MUCH STUFF THERE."

  7. #7
    Join Date
    Apr 2010
    Location
    By the Sea.
    Posts
    447

    Default

    Seriously.. I expected sheep to somehow be involved.. I guess all I can do is make a comment of gratitude for sharing? ...

    ^^Look Ma, Voulkos' first siggy done outside of MS Paint!!

  8. #8
    Join Date
    May 2010
    Location
    Japan
    Posts
    2,473

    Default

    Quote Originally Posted by *jdm* View Post
    what happens if the server goes down?
    If the server goes down I can simply make a new server based on the last saved snapshot of my old server. Or I can make 500 servers based on the snapshot of a single server. It takes about 3 minutes to make a new server and get it up and running based on a saved snapshot. Or I can use a load balancing service they provide and have multiple servers working together so if one fails sites still get served and DB's still talk.

    Quote Originally Posted by Revoltion View Post
    What happen if the cloud rains?
    If it rains the little computer elves that live in the Amazon Cloud get a much needed shower. Showers are rare. So they usually stink, bad.

    Quote Originally Posted by OldFlame19 View Post
    How do you start a thread? Please private message me!
    *Turns poster around and swiftly kicks poster in the rear*

    Quote Originally Posted by Boleslav View Post
    Japanpimp, you have three weighty questions to answer here. Don't let us down.
    ...in progress.

    Quote Originally Posted by Voulkos View Post
    Seriously.. I expected sheep to somehow be involved.. I guess all I can do is make a comment of gratitude for sharing? ...
    Sheep are indeed invloved. They help the little elves tend for things in the background. The sheep usually smell better than the elves.

    Thanks to Boleslav for the Afro Samurai Signature series.
    I have made a few video guides that may help you.
    Please read the link below.
    My Evony Videos

  9. #9
    Join Date
    May 2010
    Location
    Japan
    Posts
    2,473

    Default

    Just got this email from Amazon. Looks like Amazon is making life easier for customers who need quick DB access.

    Dear Amazon Web Services Customer,

    We are excited to announce the public beta launch of Amazon ElastiCache, a new web service that makes it easy to deploy, operate, and scale an in-memory cache in the cloud. The service improves the performance of web applications by allowing you to retrieve information from a fast, managed, in-memory caching system, instead of relying entirely on slower disk-based databases. ......

    Here is a video:
    http://aws.amazon.com/elasticache/

    Thanks to Boleslav for the Afro Samurai Signature series.
    I have made a few video guides that may help you.
    Please read the link below.
    My Evony Videos

  10. #10
    Join Date
    Jul 2011
    Location
    Ohio, USA
    Posts
    65

    Default

    Can you give some kind of cost comparison between cloud, dedicated server and shared web hosting?
    Integrity doesn't need a rule book.
    Rule #1 clearly states, "Don't confuse Newpy!"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •