Home » Cloud Infrastructure
June 27, 2023
By
Mark Otto
Relationship graphs in Steampipe are helpful visualizations to provide quick context of your cloud environments which highlight important information about your resources. In our last posts we showed how the open source Steampipe tool can be used to query AWS with SQL with the Steampipe…
May 4, 2023
By
Mark Otto
AWS CloudFormation is an Infrastructure as Code (IaC) service that allows you to model your cloud resources in template files that can be authored or generated in a variety of languages. You can manage stacks that deploy those resources via the AWS Management Console, the…
April 5, 2023
By
Mark Otto
Amazon Elastic Kubernetes Service (Amazon EKS) is well known in the Kubernetes community. But few realize that AWS engineers are closely involved and contributing upstream to Kubernetes and to many more cloud native open source projects. In the past year alone, AWS contributed significantly to…
January 20, 2023
By
Mark Otto
In this post I will show you how to add a manual approval to AWS Cloud Development Kit (CDK) Pipelines to confirm security changes before deployment. With this solution, when a developer commits a change, CDK pipeline identifies an IAM permissions change, pauses execution, and…