Which two actions must you undertake when configuring the networking to provide network connectivity for a MySQL HeatWave DB System instance?
A . Service Gateway for Oracle Services:
Ensures the HeatWave DB System can access Oracle Services like Object Storage without using the public internet.
Essential for tasks such as patching and backups.
C . Ingress security rules:
Allows necessary traffic to reach the HeatWave DB System.
Typically, rules will permit MySQL port (3306) and any application-specific ports.
Configured using VCN security lists or NSGs.
Why the other options are incorrect:
B . Public subnet deployment: Exposes the database to the internet, which is a security risk.
D . Dynamic routing gateway: Not mandatory unless inter-VCN connectivity is specifically required.
E . Blocking egress entirely: Restricting all outbound traffic can prevent necessary updates and communication with Oracle services.
Oracle MySQL HeatWave Documentation: Network Configuration Guidelines
Currently there are no comments in this discussion, be the first to comment!