A DevOps engineer must configure a production deployment pipeline. The AEM environment includes one author instance, two publish instances, and two dispatcher instances. A load balancer and CDN are also leveraged. In combination with load balancing, which step is required to make sure that the site is available during deployment?

Study for the AEM DevOps Engineer Test. Improve your skills with multiple choice questions and detailed explanations. Prepare confidently for your certification exam!

Multiple Choice

A DevOps engineer must configure a production deployment pipeline. The AEM environment includes one author instance, two publish instances, and two dispatcher instances. A load balancer and CDN are also leveraged. In combination with load balancing, which step is required to make sure that the site is available during deployment?

Explanation:
The key idea is keeping the site available while updates are applied by using a rolling deployment strategy across publish instances behind a load balancer. With one author, two publish instances, and dispatchers/CDN in front, you don’t want to update both publish nodes at the same time. By deploying to one publish instance at a time, the load balancer keeps routing traffic to the healthy publish node that hasn’t been updated yet, so there’s always at least one instance serving requests. This minimizes downtime and avoids users hitting a partially updated or unavailable site. Pointing the CDN to the author would route read traffic to the author instance, which is not intended for production serving and could cause instability. Disabling replication during deployment can lead to content not being published to nodes correctly, and clearing the CDN cache after deploying the author doesn’t address availability during the deployment itself—it's about cache freshness, not ensuring continuous access.

The key idea is keeping the site available while updates are applied by using a rolling deployment strategy across publish instances behind a load balancer. With one author, two publish instances, and dispatchers/CDN in front, you don’t want to update both publish nodes at the same time. By deploying to one publish instance at a time, the load balancer keeps routing traffic to the healthy publish node that hasn’t been updated yet, so there’s always at least one instance serving requests. This minimizes downtime and avoids users hitting a partially updated or unavailable site.

Pointing the CDN to the author would route read traffic to the author instance, which is not intended for production serving and could cause instability. Disabling replication during deployment can lead to content not being published to nodes correctly, and clearing the CDN cache after deploying the author doesn’t address availability during the deployment itself—it's about cache freshness, not ensuring continuous access.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy