Oracle Cloud Infrastructure 2019 Developer Associate — Question 25
You are implementing Oracle Cloud Infrastructure (OCI) FastConnect to access OCI public access points (e.g. "" object storage). You want other internet traffic from your on-premises environment to use your existing connection with your ISP.
What is the correct way to establish OCI FastConnect to access these OCI public end points?
Answer options
- A. Configure private peering on your FastConnect link. Redistribute BGP routes learned into your existing routing table and advertise a default from your network infrastructure to OCI.
- B. Configure private peering on your FastConnect link with a static route that points to OCI object storage service.
- C. Configure public peering on your FastConnect link with a static route that points to OCI object storage service.
- D. Configure public peering on your FastConnect link. Redistribute BGP routes learned into your existing routing table and advertise a specific route for your network infrastructure to OCI.
Correct answer: A
Explanation
The correct answer is A because configuring private peering and redistributing BGP routes allows you to maintain other internet traffic through your ISP while providing access to OCI public endpoints. Options B and C are incorrect as they don't involve redistributing BGP routes, which is essential for maintaining existing traffic routes. Option D is also incorrect because it uses public peering instead of private peering, which is not suitable for accessing OCI public access points while keeping other traffic on the ISP connection.