Standard Devz Processes / InfraSec
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 — my primary cloud provider.
- Terraform — my primary infrastructure as code (IaC) tool.
- Ansible — For when I have to build non-container based images (e.g., AMIs).
Tutorials
AWS
- Setting Up Your AWS User — How to set up your AWS user in the I internal infrastructure. You will need the assistance of someone with administrative privileges in my AWS organization to help you.
- Your First Lambda Function — A guide to deploying your first AWS Lambda Function with Go and Terraform.