Available for projects
Alejandro Vega Senior DevOps Engineer
Cloud Architect & DevOps Engineer. Transformo requisitos complejos en infraestructuras AWS eficientes y seguras. Especialista en Terraform, Kubernetes y automatización.
deploy.tf
module "cloud_infrastructure" {
source = "./modules/aws-architecture"
environment = "production"
region = "eu-south-2"
# High Availability & Scalability
min_size = 2
max_size = 10
security_level = "strict"
}
v0.12.0