What should a solutions architect do to ensure the system can automatically scale for the increased traffic?
(Choose two.)
Configure storage Auto Scaling on the RDS for Oracle instance.
Migrate the database to Amazon Aurora to use Auto Scaling storage.
Configure an alarm on the RDS for Oracle instance for low free storage space.
Configure the Auto Scaling group to use the average CPU as the scaling metric.
Configure the Auto Scaling group to use the average free memory as the scaling metric.
Explanations:
Enables automatic storage scaling for the RDS instance, accommodating increased data needs.
Migrating to Aurora is unnecessary and complex; RDS for Oracle already supports storage scaling.
While useful for monitoring, an alarm alone does not scale storage or compute resources.
Configuring average CPU as a scaling metric enables the Auto Scaling group to adjust instances based on load.
Free memory is less commonly used as a primary scaling metric and does not directly address load increases.