Google Cloud Associate Cloud Engineer — Question 24

You have a website hosted on App Engine standard environment. You want 1% of your users to see a new test version of the website. You want to minimize complexity. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B, as using the --splits option allows you to easily control the distribution of traffic between the current and new versions without adding significant complexity. Option A does not allow for traffic splitting, while options C and D introduce unnecessary complications by requiring separate applications and additional routing configurations.