cyber Security Assessments within DevSecOps The processes are tedious to review, like finding a particular needle in haystacks of documents spread throughout a system lifecycle.
aws Featured lsvpc: Command Line Listing For Your AWS VPCs lsvpc is a command line utility written in Go that makes concurrent requests to more than a dozen EC2 SDK methods, stitching together the information it receives into a terse, hierarchical structure.
aws Featured Simplifying AWS Security Group Management with Terraform and CSV AWS Security Groups act as a virtual firewall for your instance to control inbound and outbound traffic. When you have a large number of rules, managing them can become complex and error-prone. This blog post introduces a method to simplify this process using Terraform and CSV files.
aws AWS SSM Parameter Setting Strategy in Terraform We use AWS SSM parameters to store specifics of our deployed infrastructure, and to share those specifics between terraform projects deployed in an environment.
IAC Add .gitattributes To Your IaC Repos Adding a .gitattributes file to your git repo can easily let WIndows and other users collaborate without newline problems.
terraform Using Terraform locals to minimize repetition Locals tags can be used to minimize code repetition in terraform.