AWS DevOps & Developer Productivity Blog
Category: Uncategorized
Under the Hood: AWS CodeDeploy and Auto Scaling Integration
Under the Hood: AWS CodeDeploy and Auto Scaling Integration AWS CodeDeploy is a service that automates application deployments to your fleet of servers. Auto Scaling is a service that lets you dynamically scale your fleet based on load. Although these services are standalone, you can use them together for hands-free deployments! Whenever new Amazon EC2 […]
Now Available: Videos and Slide Decks from AWS OpsWorks Breakout Sessions at re:Invent 2015
Want to review an AWS OpsWorks session you attended at this year’s re:Invent or experience OpsWorks for the first time? Check out these re:Invent videos and slide decks. DVO301 – AWS OpsWorks Under the Hood This session is a deep dive into the OpsWorks lifecycle event framework and Chef 12 integration. It also explains OpsWorks […]
AWS OpsWorks at re:Invent 2015
re:Invent 2015 is right around the corner. Here’s an overview of the AWS OpsWorks breakout sessions and bootcamp. DVO301 – AWS OpsWorks Under the Hood AWS OpsWorks helps you deploy and operate applications of all shapes and sizes. With OpsWorks, you can create your application stack with layers that define the building blocks of your […]
How to Package Cookbook Dependencies Locally with Berkshelf
When AWS OpsWorks added support for Chef 11.10, OpsWorks introduced built-in support for Berkshelf, a dependency manager for Chef cookbooks. Enabling Berkshelf installs it on instances managed by OpsWorks so that it resolves cookbook dependencies on the instances as specified in a Berksfile. Despite the benefits, using Berkshelf with OpsWorks this way does have some […]
Manage agent updates on AWS OpsWorks-managed instances
Until today, AWS OpsWorks customers have had no choice about whether and when to receive updates for the agent and the built-in cookbook. Beginning today, you can select whether you receive such updates and, if you do, when the updates will occur. On the Add Stack page, in the OpsWorks Agent Version field, choose Manual […]
Using CodeDeploy Environment Variables
Using CodeDeploy Environment Variables AWS CodeDeploy AWS CodeDeploy is an AWS service that can help customers deploy their applications quickly and reliably to Amazon EC2 instances or on-premises servers. To learn more about the service, visit the AWS CodeDeploy home page or see the AWS CodeDeploy documentation. When you use AWS CodeDeploy, your deployment goes […]
Monitor Website Latency using CloudWatch Logs CLI Plugin
With CloudWatch Logs, you can monitor your systems and applications in near real-time using your existing log files in just a few quick steps. The CloudWatch Logs console and agent can also help you quickly generate CloudWatch Metrics, CloudWatch Alarms, and invoke CloudWatch Actions based on log events. In this post we’ll demonstrate how to […]
Getting Started with CloudWatch Logs
Amazon CloudWatch Logs lets you monitor your applications and systems for operational issues in near real-time using your existing log files. You can get started in just minutes using the Amazon CloudWatch Logs agent for Amazon Linux, CentOs, Redhat Linux and Ubuntu. In this blog post, we’ll show you how easy it is to get […]
Using New T2 Instances With an Existing Elastic Beanstalk App
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. Earlier this week Amazon announced the availability of T2 instances for EC2. T2 instances are a new low-cost, general purpose type that are designed to […]
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 […]