Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.77 KB

README.md

File metadata and controls

62 lines (41 loc) · 2.77 KB
sidebar_position
3

InfraSec Practice

Infrastructure and security engineering (InfraSec) is the practice of building secure, robust systems that are foundational to having reliable applications and services. While infrastructure as code is a core area for this practice, it also involves system design, incident response, and a number of other fields.

Theory

Practice

  • AWS — Our primary cloud provider.
  • Terraform — Our primary infrastructure as code (IaC) tool.
  • CI/CD at Truss — Guiding stars for building CI/CD, the Truss way.
  • Ansible — For when we have to build non-container based images (e.g., AMIs).

Education recommendations

Things to help you level up your skills.

Useful Repo Templates

To get you up and running faster, we have created a few template repos. Please feel free to submit PRs and help us stay up to date!

Tutorials

AWS

  • Setting Up Your AWS User — How to set up your AWS user in the Truss internal infrastructure. You will need the assistance of someone with administrative privileges in our AWS organization to help you.
  • Your First Lambda Function — A guide to deploying your first AWS Lambda Function with Go and Terraform.

CI/CD

Security

Other topics