
Answer-first summary for fast verification
Answer: Leaving the service running for an extended period of time to allow users to migrate to a replacement service.
The correct answer is **C**. Leaving the service running for an extended period allows users and dependent services to migrate to a replacement service without disruption. This approach minimizes the impact on users and other services. Other options are less ideal: - **A**: While archiving data is important, it's not the primary concern during service retirement. - **B**: Removing a service without impact testing can cause unexpected disruptions. - **D**: Immediate retirement without notice leads to user and service disruptions. Additional best practices include: - Communicating the retirement plan to all stakeholders. - Developing a detailed migration plan with timelines. - Ensuring the replacement service meets all requirements before deployment. - Monitoring the replacement service post-deployment for performance issues. Following these steps ensures a smooth transition and minimizes negative impacts.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is a recommended best practice for managing the retirement process of a service on Google Cloud Platform?
A
Archiving all service data and logs for future reference.
B
Removing the service without testing for any potential impacts on other services in the same architecture.
C
Leaving the service running for an extended period of time to allow users to migrate to a replacement service.
D
Retiring the service immediately without prior notice to minimize costs.
No comments yet.