Kategorien
Tutorials

Virtuelle Maschinen für Amazon EC2 mit dem VMBuilder erstellen

Dieses Tutorial beschreibt wie ein offizielles Amazon EC2 Image mit dem VMBuilder deployed wird.

Installation


Installation auf Karmic Koala (9.10) und späteren Versionen

Für alle Ubuntu Versionen ab Karmic Koala (9.10) sind fertige Pakete vorhanden.

apt-get install python-vm-builder-ec2

Installation auf früheren Versionen

Für frühere Versionen müssen die notwendigen Tools installiert werden, um den VMBuilder zu erstellen und diesen zu nutzen.

sudo apt-get install bzr cdbs python-all-dev python-epydoc 
  kvm debootstrap parted kpartx ubuntu-keyring             
  dpkg-dev python-boto python-cheetah ec2-ami-tools        
  devscripts build-essential

Laden der EC2-Änderungen die an dem VMBuilder ggf. vorgenommen wurden.

sbzr branch lp:~zulcss/vmbuilder/vmbuilder-intrepid-ec2

Laden der EC2 Skripte die für die Konfiguration während des ersten Starts und der ersten Benutzeranmeldung für das Image benötigt werden.

bzr branch lp:~zulcss/ec2-scripts/trunk zulcss-ec2-scripts

Erstellen des VMBuilder Package.

(cd vmbuilder-chuck; debuild -uc -us)

Installation der Debs.

sudo dpkg -i                
  python-vm-builder_*.deb   
  python-vm-builder-ec2*.deb

Erstellen einer virtuellen Maschine


Mit dem folgenden Befehl wird automatisch ein Image erstellt, ge-bundled und hochgeladen.

sudo vmbuilder xen ubuntu --suite={hardy,intrepid,karmic} --ec2 
  --ec2-cert=                  
  --ec2-key=                    
  --ec2-access-key=                     
  --ec2-secret-key=                     
  --ec2-user=                             
  --ec2-bucket=                        
  --ec2-prefix=                                
  --ec2-version="Beschreibung des EC2 Image"              
  --firstboot=/usr/share/doc/python-vm-builder-ec2/examples/ec2-firstboot.sh            
  --part=/usr/share/doc/python-vm-builder-ec2/examples/ec2-< arch >-part-file.txt         
  --debug

Beim Einsatz eines früheren Ubuntu Release müssen die Skripte unter /usr/share/doc/python-vm-builder-ec2/examples mit den Skripten von zulcss-ec2-scripts (siehe oben) ersetzt werden.

Quelle

Von Rene Buest

Rene Buest is Gartner Analyst covering Infrastructure Services & Digital Operations. Prior to that he was Director of Technology Research at Arago, Senior Analyst and Cloud Practice Lead at Crisp Research, Principal Analyst at New Age Disruption and member of the worldwide Gigaom Research Analyst Network. Rene is considered as top cloud computing analyst in Germany and one of the worldwide top analysts in this area. In addition, he is one of the world’s top cloud computing influencers and belongs to the top 100 cloud computing experts on Twitter and Google+. Since the mid-90s he is focused on the strategic use of information technology in businesses and the IT impact on our society as well as disruptive technologies.

Rene Buest is the author of numerous professional technology articles. He regularly writes for well-known IT publications like Computerwoche, CIO Magazin, LANline as well as Silicon.de and is cited in German and international media – including New York Times, Forbes Magazin, Handelsblatt, Frankfurter Allgemeine Zeitung, Wirtschaftswoche, Computerwoche, CIO, Manager Magazin and Harvard Business Manager. Furthermore Rene Buest is speaker and participant of experts rounds. He is founder of CloudUser.de and writes about cloud computing, IT infrastructure, technologies, management and strategies. He holds a diploma in computer engineering from the Hochschule Bremen (Dipl.-Informatiker (FH)) as well as a M.Sc. in IT-Management and Information Systems from the FHDW Paderborn.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert