This is the first in a series of brief how-to tutorials. The series will cover some of the most used features of our cloud. We hope you find them useful in getting from A to B with your cloud computing at CloudSigma. CloudSigma offers two approaches to server creation – a quick and simple creation process and a detailed, flexible …
Automatically Inject SSH Keys into your Cloud Servers Using This Simple Bash Script
You can use bash to automate many things for your cloud servers. At CloudSigma we use bash scripts with many of our library images to automate useful features. In this post we share with you how you can use bash to import SSH keys automatically on boot-up of your cloud servers. You can achieve this by combining bash scripts with …
An introduction to server provisioning with CloudInit
This month we announced a very exciting partnership with Canonical, the makers of Ubuntu. Above all, the main element in this partnership is the introduction of full CloudInit support between the CloudSigma cloud and Ubuntu. An introduction to CloudInit If you’re not familiar with CloudInit, it is the industry standard for bootstrapping cloud servers. To clarify, if you are using …
Spice up your servers with Salt
In recent times, the automation tool Salt has gained a lot of attention. In fact, Salt, along with Ansible, are seen by many as refreshing alternatives to the more established automation tools Puppet and Chef. Recently, a new tool was added to the Salt stack named salt-ssh, which enables you to manage servers without having to install any tools on …
Simplifying maintenance with fabric and pycloudsigma
When you’re working with a cloud infrastructure, it’s pretty common that you need to perform the same task on all your servers. Perhaps you need deploy a hotfix, or simply just check what kernel version your servers are running. The traditional sysadmin way of doing this was to simply write a for-loop in shell-script which fires off the execution of …
- Page 2 of 2
- 1
- 2