AWS DevOps & Developer Productivity Blog
Quick-Launch Your Elastic Beanstalk Application in Three Clicks
Today’s guest post is from Jebran Syed, a developer on the Elastic Beanstalk team. AWS Elastic Beanstalk has a new feature that allows users to quickly deploy a new application with just a few clicks. You can now create a hyperlink that includes applicationName and solutionStackName parameters in the URL and Elastic Beanstalk will do […]
Three Easy Steps to Enable Cross-Zone Load Balancing in Elastic Beanstalk
You can enable Cross-Zone Load Balancing for your Elastic Beanstalk Environment in 3 quick steps: Create a directory named .ebextensions at the top level of your application source bundle Add a file named elb_cross_zone.config with the following content: Resources: AWSEBLoadBalancer: Type: AWS::ElasticLoadBalancing::LoadBalancer Properties: CrossZone: True Bundle and deploy your application. You can refer to the […]
Introducing the ‘Develop, Deploy, and Manage for Scale with Elastic Beanstalk and CloudFormation’ Series
Next Monday (April 7 2014) we’re launching a 5-part blog and Office Hours series we’re calling “Develop, Deploy, and Manage for Scale with Elastic Beanstalk and CloudFormation”. In this 5-part series we’ll cover best-practices and practical tips & tricks for developing, deploying, and managing a web application with an eye for application performance and operational […]
Deploying MongoDB with OpsWorks
AWS OpsWorks is an application management service that makes it easy to deploy and operate applications of all shapes and sizes. OpsWorks uses Chef to install and configure software on Amazon EC2 instances and lets you automate any task that can be scripted. In this blog post, we will show a step-by-step example for how […]
Six Steps to Deploy Ghost to AWS Elastic Beanstalk
Today’s post comes from Sebastien, Technical Trainer for AWS. Based in Luxembourg, he helps our customers and partners gain proficiency with AWS services and solutions. You can follow him on Twitter @sebsto. Ghost is a new and popular blogging platform based on Node.js. An open source application, Ghost aims to bring fun and creativity back to blogging. […]
Deploy, Manage, and Scale Your Apps with OpsWorks and Elastic Beanstalk
Chris Barclay and I will be talking about deploying, managing, and scaling your applications with OpsWorks and Elastic Beanstalk in a breakout session at the AWS Summit in San Francisco next week. We’ll also be at the booth to answer your CloudFormation, OpsWorks, and Elastic Beanstalk questions. For more information about the Summit, and to […]
AWS CloudFormation supports AWS OpsWorks
Today we launched the ability for AWS CloudFormation to provision and update AWS OpsWorks resources such as stacks, layers and applications. You can include both OpsWorks and other AWS resources such as Amazon VPC, Elastic Load Balancing or Amazon RDS in a single CloudFormation template. This makes it easy to document, version control, and share […]
Using OpsWorks to Configure EC2 instances
A key OpsWorks benefit is the ability to perform actions on EC2 instances in an automated and predictable manner, such as installing software, configuring RAID arrays, and managing users. Whereas in the past you might have run commands on your instance via SSH, you can now perform these tasks by using predefined scripts (called recipes) […]
CloudFormation Adds Redshift Support
Earlier this morning CloudFormation launched support for Redshift resources and extended existing support for Elastic Beanstalk resources. Amazon Redshift – You can now model a Redshift cluster configuration in a CloudFormation template file and have CloudFormation launch the cluster with a few clicks or CLI commands. The template enables you to version control, replicate, or share your […]
CloudFormation Office Hours: New Features, Building a VPC, and Live Q&A
We’re back next week with CloudFormation Office Hours at 9:00a.m. PST on Thursday, February 13th. Sign up or learn more at http://bit.ly/awsoh3_bg. We’ll walk through the basics of building and managing an Amazon VPC with CloudFormation. Additionally we’ll look at top forum items, and – of course – answer your questions, live! Help Build the Agenda You […]