Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


IBM Bluemix 30-Day Free Trial
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

IBM Bluemix 30-Day Free Trial

bertanbertan Member

IBM Bluemix is really aimed at enterprise developers rather than the typical LET use cases of website, email, backup storage, and VPN. But they are offering a free 30-day trial, so I thought I'd give it a go. Their pricing calculator suggests that anything up to 512 MB is free in perpetuity. I'm not sure if I'm reading that correctly. Can that really be true? Anyway, you can get a free 30-day trial without entering a credit card number.

You go to https://console.ng.bluemix.net to sign up for an account. They call whatever email address you give them your "IBM id." About 10 minutes later, you'll get an email to verify that email address. The message on the website then says you'll get a confirmation email within 24 hours. I didn't receive that second email, but it didn't seem necessary, as I was able to log in within a few minutes.

The services you can try right away are their Cloud Foundry development stacks and their Docker containers. For virtual machines, you have to apply, and then wait another 24 hours for them to manually approve your access to virtual machines.

When you get access to the VM feature, you will see that the site says this feature is still in Beta. The only two sizes available are 2GB with 1 CPU (m1.small) or 3GB with 2 CPUs (m1.medium). I chose the small size with Ubuntu 14.04. Your default user id is ibmcloud. Make sure your upload your SSH public key ("Security Key", "Add Key") before you create the VM, otherwise you'll have no way of getting in to it. Also, leave the box checked that assigns a public IP address to your virtual machine.

Once you SSH in to your machine with the user id ibmcloud, you'll see that you can issue sudo commands without a password. The firewall is UFW, and only port 22 is open by default. I was surprised to see that the CPU (at least at the U.S. South location) is a Core i7 and not a Xeon. Maybe that's because it's aimed at developers rather than production users. Here are the numbers:

$ wget freevps.us/downloads/bench.sh -O - -o /dev/null | bash
CPU model :  Intel Core i7 9xx (Nehalem Class Core i7)
Number of cores : 1
CPU frequency :  2299.996 MHz
Total amount of ram : 1498 MB
Total amount of swap : 2047 MB
System uptime :   13 min,       
Download speed from CacheFly: 70.5MB/s 
Download speed from Coloat, Atlanta GA: 1.52MB/s 
Download speed from Softlayer, Dallas, TX: 90.7MB/s 
Download speed from Linode, Tokyo, JP: 13.9MB/s 
Download speed from i3d.net, Rotterdam, NL: 3.53MB/s
Download speed from Leaseweb, Haarlem, NL: 19.3MB/s 
Download speed from Softlayer, Singapore: 8.68MB/s 
Download speed from Softlayer, Seattle, WA: 40.1MB/s 
Download speed from Softlayer, San Jose, CA: 39.0MB/s 
Download speed from Softlayer, Washington, DC: 56.1MB/s 
I/O speed :  500 MB/s
Thanked by 1deadbeef

Comments

  • deadbeefdeadbeef Member
    edited May 2015

    Edit: My mistake.

  • wychwych Member

    Intel Core i7 9xx (Nehalem Class Core i7)

    Interesting.

  • TarZZ92TarZZ92 Member

    wych said: Interesting.

    that's just a KVM CPU flag, Contabo does the same.

  • London Benchmark. I've blanked the IP. I had no choice for 2GB RAM, only 4GB RAM was available, and 8GB RAM :P.

    root@test:~# wget freevps.us/downloads/bench.sh -O - -o /dev/null | bash
    Benchmark started on Sat Nov 14 19:51:01 UTC 2015
    Full benchmark log: /home/ubuntu/bench.log

    System Info

    Processor : Intel Xeon E312xx (Sandy Bridge)
    CPU Cores : 1
    Frequency : 1999.998 MHz
    Memory : 4033 MB
    Swap : 0 MB
    Uptime : 10 min,

    OS : Ubuntu 14.04.3 LTS
    Arch : i686 (32 Bit)
    Kernel : 3.13.0-68-generic
    Hostname : test

    Speedtest (IPv4 only)

    Your public IPv4 is 15***7

    Location Provider Speed
    CDN Cachefly 118MB/s

    Atlanta, GA, US Coloat 8.27MB/s
    Dallas, TX, US Softlayer 19.2MB/s
    Seattle, WA, US Softlayer 16.4MB/s
    San Jose, CA, US Softlayer 15.5MB/s
    Washington, DC, US Softlayer 30.3MB/s

    Tokyo, Japan Linode 6.97MB/s
    Singapore Softlayer 12.5MB/s

    Rotterdam, Netherlands id3.net 40.9MB/s
    Haarlem, Netherlands Leaseweb 84.1MB/s

    Disk Speed

    I/O (1st run) : 827 MB/s
    I/O (2nd run) : 802 MB/s
    I/O (3rd run) : 820 MB/s
    Average I/O : 816.333 MB/s

Sign In or Register to comment.