PHP and Git Deployment for AWS Elastic Beanstalk |
Written by Kay Ewbank | |||
Thursday, 22 March 2012 | |||
Amazon’s AWS Elastic Beanstalk now supports a PHP runtime and Git deployment letting users manage both Java and PHP applications with load balancing and managing server instances. As we reported when it was first launched, Elastic Beanstalk provides a solution to the problem of deploying applications in Amazon’s AWS cloud. The launch version of Elastic Beanstalk could only be used to deploy and manage Java applications in AWS, but this new release provides the same options for PHP apps. Electric Beanstalk removes the difficulty of working out the best way to deploy your app in terms of aspects such as load balancing and allocating the app to server instances. You’re also freed from the need to configure the operating system or even making sure the environment has everything you need. The new release makes use of AWS services such as Amazon EC2, Amazon S3, Elastic Load Balancing, Auto Scaling, and Amazon Simple Notification Service, and lets you run either Java or PHP apps. In addition, you can now set up your Git repositories to directly deploy any changes to your apps to the version in the AWS Elastic Beanstalk environment. To deploy a PHP app all you have to do is:
After this you simply use the app as provided by ECS. This is a much easier procedure than constructing the same infrastructure using the different ECS services. Anyone who has tried to implement an ECS system knows that there are a great many decisions to be made that influence both performance and cost. Elastic Beanstalk makes these decisions for you. In particular, it:
Of course you might well be suspicious that what is being optimized is Amazon's profit rather than your app's performance, but you can always manual tune the system yourself after you discover how it works in practice. While there is no additional charge for using Electric Beanstalk you do still pay for each of the AWS resources you use. More InformationRelated ArticlesAmazon Beanstalk - just runs your app
Comments
or email your comment to: comments@i-programmer.info
To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.
|
|||
Last Updated ( Thursday, 22 March 2012 ) |