Verus is an open-source automated program verifier for Rust that uses formal mathematical specifications and mechanically checks code correctness for all possible inputs. Unlike traditional testing, Verus constructs mathematical proofs that code matches its specification, with developers providing high-level guidance while the tool handles low-level proof steps. Amazon uses Verus to verify critical Rust infrastructure including the Nitro Isolation Engine and serverless computing components.