Join the community today
Register Now

Swiss secure cloud - Exoscale..

Discussion in 'Virtual Private Server (VPS) hosting' started by ModeltogTossen, Mar 16, 2016.

  1. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    9:25 AM
    1.9.12
    10.0.23
    Hi ..

    Anyone known about Exoscale out of Switzerland?

    Thier services are strictly located in Switzerland, and are exclusively operated from there, which means they are not governed by the USA Patriot Act. They say:


    The prices are the same as others providers we look at and also have the same 'packages deals' in sizes.

    I have not yet anything to do with them - but for me, they looks promising.. Check them out here:

    Swiss cloud hosting, full SSD | Exoscale
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,567
    12,136
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,679
    Local Time:
    5:25 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    never heard of them but looks good for European location and like how they have option to add extra storage for each VPS plan. But bandwidth could get very very expensive
    2TB Bandwidth would cost an extra 34 EURO per month !
     
    Last edited: Mar 16, 2016
  3. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    9:25 AM
    1.9.12
    10.0.23
    Yeah - After doing some calculation with the data from my own low traffic modelrailroader site - then I also did conclude that I will never risk to use them because of that. So for now its still german Hetzner (vps only) and a mix of Ovh (dedicated)/Vultr/DO. Besides that I have 2 spare Vexxhost vps.
     
  4. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    9:25 AM
    1.9.12
    10.0.23
    So - After I figured out how I could set some swap disk area in Exoscale vps (Cloud config examples — Cloud-Init 0.7.7 documentation After reading up on this Cloud-Init stuff I ended up with this:

    Code:
    #cloud-config
    manage-resolv-conf: true
    
    resolv_conf:
      nameservers: ['8.8.4.4', '8.8.8.8']
    
    disk_setup:
        ephemeral0:
            table_type: mbr
            layout: [66, [33, 82]]
            overwrite: True
    fs_setup:
        - device: ephemeral0.1
          filesystem: ext4
        - device: ephemeral0.2
          filesystem: swap
    mounts:
        - ["ephemeral0.1", "/"]
        - ["ephemeral0.2", "none", "swap", "sw", "0", "0"]
    
    that I have to configure in my user webinterface at Exoscale before you actually create the vps. Did went well, so I did again one of @eva2000 installers..

    Code:
    curl -O https://centminmod.com/betainstaller7.sh && chmod 0700 betainstaller7.sh && bash betainstaller7.sh
    and got this at the end of compiling, installing etc.

    Code (Text):
    ---------------------------------------------------------------------------
    Total Curl Installer YUM Time: 127.5436 seconds
    Total YUM Time: 52.444285601 seconds
    Total YUM + Source Download Time: 78.4574
    Total Nginx First Time Install Time: 369.3020
    Total PHP First Time Install Time: 806.2616
    Download Zip From Github Time: 7.7611
    Total Time Other eg. source compiles: 344.0198
    Total Centmin Mod Install Time: 1598.0409
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 1733.3456 seconds
    ---------------------------------------------------------------------------
    


    and last - cminfo give this output:

    Code:
     Centmin Mod Quick Info:
    ------------------------------------------------------------------
    Server Location Info
    
      ip: 185.19.28.68
      city:
      region:
      country: CH
    
    Processors physical = 1, cores = 1, virtual = 1, hyperthreading = no
    
          1  2593.748
          1  Intel Xeon E312xx (Sandy Bridge)
          1  4096 KB
    
    System Up Since:       2016-03-16 13:11:33
    System Uptime:         up 41 minutes
    MySQL Server Started   2016-03-16 13:45:40
    MySQL Uptime:          7 min 30 sec
    MySQL Uptime (secs):   450
    Server Type:           kvm
    CentOS Version:        7.2
    Centmin Mod:           1.2.3-eva2000.09.001
    Nginx PageSpeed:       OFF
    Nginx Version:         1.9.12
    PHP-FPM Version:       7.0.4
    MariaDB Version:       10.1.12
    CSF Firewall:          v8.16
    Memcached Server:      1.4.25
    NSD Version:           3.2.18
    Siege Version:         3.1.4
    
    and I have not altered anything - just install vps, yum update before running the CMM installer.

    And that was that - I will delete the vps and request a cancel of the account.