AUSTRALIA BASED

Building Resilient Cloud Systems.

Specializing in AWS architecture, Terraform automation, and scaling AI-driven applications across Sydney and Melbourne.

resource "aws_instance" "app" {
  ami           = "ami-0c55b159cbfafe1f0"
  instance_type = "t4g.xlarge"
  
  tags = {
    Name = "SRE-Node-Sydney"
    Env  = "Production"
  }
}