Continuous Delivery 101 [DevOps Series]

This is the first part of many items in our DevOps 101 blog series. We’re going to break down the what, why, and the how of modern DevOps practices. Today, we’re starting with Continuous Delivery.

Remoting into EC2s with SSM Session Manager

Simple Systems Manager (SSM) in AWS has a feature called Session Manager, which allows you to remote into EC2 instances on Windows and Linux command line through the browser

OUR FIRST DRIVE OF AWS CHATBOT

AWS recently announced ChatBot integration with Chime and Slack… let’s see how easy it is to set up and get running.

Automating DMS Endpoint S3 Target with a CloudFormation Custom Resource

Whether you are establishing an AWS Data Lake, or migrating services to the cloud, the AWS Database Migration Service (DMS) should be a tool in your toolkit. DMS is a relatively straight forward service to configure and supported by AWS Cloudformation, however there is a specific pattern that requires a customised process. Enter CloudFormation Lambda backed Custom Resources which we can leverage to automate these processes and continue to reap the benefits of deployed resources via CloudFormation

Getting Started with AWS CodeCommit

Cevo uses federated access to our AWS accounts via the Google SAML based Single Sign On (SSO) – we want to start using AWS CodeCommit to store our version controlled codebases – how well will git play with this combination of tools?