View Blog Post

DevOps on AWS Radio: Automating AWS Workspaces (Episode 12)

In this episode, Paul Duvall and Brian Jakovich cover recent DevOps on AWS news and speak with Jim Rohrer from Stelligent about automating the provisioning of AWS Workspace environments using AWS CodePipeline, AWS CodeBuild, and Chef. Here are the show notes: DevOps on AWS News AWS re:Invent 2017 Using AWS Step Functions State Machines to Handle Workflow-Driven AWS CodePipeline Actions AWS Read more…

View Blog Post

Lambda Backed Custom CloudFormation Resources

re:Invent is just around the corner (next week!), which means a bunch of new services and features will be announced, and they probably won’t have CloudFormation support for a few weeks. As the biggest CloudFormation fanboy of all time, this is probably the most difficult time of the year for me, as I want to use all the new goodies but feel kinda icky not Read more…

View Blog Post

Using the $Latest Amazon Lex Alias

Imagine if an organization could construct chatbots with refined common dialect preparing and no operational overhead. Amazon Lex can be described as a fully managed service for building conversational interfaces into application using voice and text. Lex is integrated with AWS Lambda, a service that allows code to run without the provisioning or managing of servers. Lambda enables companies to write and run logic for your chatbot using serverless compute. The implication of bots into the conversation gives operations teams Read more…

View Blog Post

Stelligent Sessions at re:Invent 2017!

The annual Amazon Web Services conference, re:Invent took place in Las Vegas, Nevada. With over 40,000 attendees this year re:Invent 2017 was the biggest yet. With the sheer volume of activities and sessions that went on throughout the week, it was tricky to know where to invest your time. Stelligensia presented four sessions with various Read more…

View Blog Post

Performance Testing In a Continuous Delivery Pipeline

Everyone talks about unit and functional tests when adopting Devops practices, but how do you know if one of your changes has introduced a major performance degradation? Performance testing is the missing link to having a truly Continuously Deliverable pipeline. In this blog post, you will see how performance tests can be integrated into your Continuous Delivery Read more…

View Blog Post

Enforcing Compliance with AWS Organizations

You have a large organization with several development teams that work on various software projects that support your business. A year ago, you brought in a consultant that told you to use multiple AWS accounts because there were benefits to be gained. For example, using multiple accounts we can contain the damage from a possible Read more…

View Blog Post

Stelligent is an APN Launch Partner for the AWS Management Tools Addition to the AWS Service Delivery Program

Stelligent, an AWS Partner Network (APN) Advanced Consulting Partner specializing exclusively in DevOps Automation on the Amazon Web Services (AWS) Cloud, announce that it is a launch partner for four additional services in the AWS Service Delivery Program: AWS CloudFormation, AWS CloudTrail, AWS Config, and Amazon EC2 Systems Manager. This means that Stelligent has demonstrated a successful track record Read more…

View Blog Post

Introduction to NixOS

NixOS, and declarative immutable systems, are a great fit for CI/CD pipelines.  With the entire system in code, ensuring and auditing reproducible environments becomes easy.  Applications can also be “nixified,” so both system and application are fully declarative and in version control. The NixOS system is mounted read-only, which makes for a good fit in Read more…