To limit your App Engine standard environment application to 5 instances with the given configuration, which code snippet should you add to your `app.yaml` file? Current configuration: ```yaml service: production instance_class: B1 ``` | Google Professional Cloud Developer Quiz - LeetQuiz