hoaproject / Infrastructure

Everything related to the infrastructure of Hoa.
http://hoa-project.net/
4 stars 2 forks source link

Deployment on AWS #3

Open Pierozi opened 8 years ago

Pierozi commented 8 years ago

We have recently choose to go with Amazon hosting solution. In the Infrastructure as a code solution, we will need be able to deploy our Servers easily.

Important to remind the Workflow :

  1. Packer used to build our own distrib
  2. Packer provision our build with Services scripted
  3. Packer run AMI builder to have an image ready to use and already provisioned
  4. Use deployment scripts to run a new EC2 instance based on AMI.

This deployment script can be done with PHP script, with Hoa\Console and AWS SDK.

Hywan commented 8 years ago

I like your proposal with Hoa\Console and the AWS SDK because it is easily installable and testable.