Question 446:
You are in charge of maintaining an Oracle database in RDS. The development team tells you that the database instance needs to communicate with a new S3 bucket. For example, it should be able to save the backup files to S3, and at the same time, it can fetch Oracle Data Pump files from the same bucket when required. To connect the database instance with the particular S3 bucket successfully, which options are the prerequisites? (Select TWO.)
Answer options:
A.Configure an IAM role with a policy that allows to read and write the S3 bucket objects. Associate the role with the RDS instance. B.Create a parameter group that includes the parameter of the IAM S3 service role name. Attach the parameter group with the DB instance. C.Configure a new DB subnet group. Link the DB instance with the subnet group. D.For the new S3 bucket, ensure the Block Public Access settings are turned off. Enable the public access for the S3 bucket or add the S3 endpoint for the bucket. E.Create an option group that includes the S3_INTEGRATION option. Associate the DB instance with the option group.