packer

12
@diego_pacheco Software Architect | Agile Coach

Upload: diego-pacheco

Post on 22-Jul-2015

128 views

Category:

Technology


9 download

TRANSCRIPT

@diego_pachecoSoftware Architect | Agile Coach

Packer

Packer don’t replcace Automation Engines

Image Bake

Support

Immutable Infrastructure

V 1.0 V 1.1

V 1.2V 1.3

Installing on AWS linux Ubuntu

~$ wget https://dl.bintray.com/mitchellh/packer/packer_0.7.5_linux_amd64.zip

~$ chmod +x packer_0.7.5_linux_amd64.zip~$ mkdir packer~$ cd packer~$ unzip packer_0.7.5_linux_amd64.zip -d .~$./packer

Build Image

template-packer.json

~$ ./packer validate template-packer.json

~$ ./packer build \-var 'aws_access_key=KEY' \-var 'aws_secret_key=SECRET' \template-packer.json

Build Image

Provisioning

template-packer.json

~$ ./packer build \-var 'aws_access_key=KEY' \-var 'aws_secret_key=SECRET' \template-packer.json

AWS

https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#Images:sort=name

@diego_pachecoSoftware Architect | Agile Coach

Obrigado!Thank You!