II.
LibraryProcess overview
Reference · livelib-process:software-architecture--iac-review
iac-review overview
Infrastructure as Code Review - Comprehensive IaC validation ensuring best practices, security compliance, cost optimization, maintainability, and operational excellence across Terraform, CloudFormation, Pulumi, Ansible, and other IaC tools.
Attributes
displayName
iac-review
description
Infrastructure as Code Review - Comprehensive IaC validation ensuring best practices,
security compliance, cost optimization, maintainability, and operational excellence across Terraform,
CloudFormation, Pulumi, Ansible, and other IaC tools.
libraryPath
library/specializations/software-architecture/iac-review.js
specialization
software-architecture
references
- - Terraform Best Practices: https://www.terraform-best-practices.com/ - AWS Well-Architected Framework: https://aws.amazon.com/architecture/well-architected/ - Azure Architecture Framework: https://learn.microsoft.com/en-us/azure/architecture/framework/ - Google Cloud Architecture Framework: https://cloud.google.com/architecture/framework - Infrastructure as Code Patterns: https://infrastructure-as-code.com/patterns/ - NIST Cybersecurity Framework: https://www.nist.gov/cyberframework
example
const result = await orchestrate('specializations/software-architecture/iac-review', {
projectName: 'Production Infrastructure',
iacTool: 'terraform',
iacPath: './infrastructure',
cloudProvider: 'aws',
reviewScope: 'comprehensive',
constraints: {
budget: 10000,
securityCompliance: 'SOC2',
highAvailability: true
}
});
usesAgents
- iac-specialist
- security-architect
- compliance-specialist
- finops-specialist
- technical-writer
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:software-architecture·Specialization
lib_covers_topic1
- topic:infrastructure-as-code·TopicInfrastructure as Code
lib_implements_workflow1
- workflow:change-management·Workflow
lib_involves_role2
- role:architect·RoleArchitect
- role:platform-engineer·Role
lib_requires_skill_area2
- skill-area:terraform-infrastructure·SkillAreaTerraform Infrastructure as Code
- skill-area:configuration-management·SkillAreaConfiguration Management
uses_agent3
- lib-agent:software-architecture--iac-specialist·LibraryAgentiac-specialist
- lib-agent:software-architecture--security-architect·LibraryAgentsecurity-architect
- lib-agent:software-architecture--technical-writer·LibraryAgenttechnical-writer
Incoming edges
None.