Do Cloud Better.

Prepare your DevOps Culture to Withstand the Digital Experience Onslaught

Posted by Justin Donohoo on Jun 23, 2020 2:48:20 PM

Read More

Tags: DevOps, APM, Tools, Webinar, AppDynamics, Cloud

Install the AWS CodeDeploy service with CloudFormation

Posted by Jaaromy Zierse on Oct 22, 2018 4:08:02 PM

When creating an AWS EC2 instance, there is a User Data section where you can include scripts that will be run immediately upon instance creation. I was attempting to use AWS CloudFormation to define the infrastructure of my current project and ran into the issue of how to include the User Data section in the CloudFormation JSON definition.

Read More

Tags: AWS, CloudFormation, DevOps

How do I deploy my Docker stuff??

Posted by Dan Taylor on May 29, 2018 8:35:00 AM

Docker Deployment

DevOps is harder than it sounds

If you're like me, when you learned about containers, you got SUPER excited. There is something about wrapping up your code in a nice little package where it has everything it needs to run in a happy little space where it's nice and warm. BUT; how'm I supposed to get my happy warm little container out into the real world where it can actually do some good? This is harder question to answer.

Read More

Tags: AWS, DevOps, Docker

Iterate on CloudFormation Development with CodePipeline

Posted by Dan Taylor on May 17, 2018 12:03:03 PM
There is no need to continuously upload your template via the console, you guys

Infrastructure as code is amazing.  The fact that we can build entire environments using CODE is nothing short of miraculous.  But tell me if this has ever happened to you:

Read More

Tags: AWS, CloudFormation, DevOps