Open Pierozi opened 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 :
AMI
EC2
This deployment script can be done with PHP script, with Hoa\Console and AWS SDK.
PHP
Hoa\Console
AWS SDK
I like your proposal with Hoa\Console and the AWS SDK because it is easily installable and testable.
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 :
AMI
builder to have an image ready to use and already provisionedEC2
instance based onAMI
.This deployment script can be done with
PHP
script, withHoa\Console
andAWS SDK
.