Correct Answer: The SSL certificates used by the API implementation to expose HTTPS endpoints
*****************************************
>> The assignment of each HTTP request to a particular CloudHub worker is taken care by Anypoint
Platform itself. We need not manage it explicitly in the API implementation and in fact we CANNOT
manage it in the API implementation.
>> The logging configuration that enables log entries to be visible in Runtime Manager is ALWAYS
managed in the API implementation and NOT just for SLB. So this is not something we do
EXCLUSIVELY when using SLB.
>> We DO NOT manage the number of DNS entries allocated to the API implementation inside the
code. Anypoint Platform takes care of this.
It is the SSL certificates used by the API implementation to expose HTTPS endpoints that is to be
managed EXCLUSIVELY by the API implementation. Anypoint Platform does NOT do this when using
SLBs.