- type :
m1.large - IAM Role :
identity - ami : any base AMI
- EBS optimized : enabled
- Size : 50GB
- IOPS : 500
create mount point
mkdir /data
edit /etc/fstab (in this example the volume is identified as /dev/xvdj1)
/dev/xvdj1 /data ext3 defaults 0 2
mount /data
- install chef
- populate
/etc/chef/node.json
If it's a master, update the slaves /etc/chef/node.json to reflect the new master IP
CHANGE MASTER TO MASTER_HOST = '1.2.3.4', MASTER_USER = 'replication-user-name', MASTER_PASSWORD = 'replication-password';