S3 integration Oracle RDS adding option to existing option group

0

Hi Gurus,

I currently have an Oracle RDS instance running wih 12.1.0.2.v8 DB engine version running in North Virginia with a custom option group,I read that we can integrate s3 with Oracle RDS by adding option in an option group.

Can i add the option to my existing custom option group or do i need to upgrade the instance to the latest db engine version to use it?

Thanks

sali
preguntada hace 5 años687 visualizaciones
3 Respuestas
1
Respuesta aceptada

There is no version requirement for the new S3_INTEGRATION option. You can simply add this option to your existing group. Additional information is in the documentation at https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-s3-integration.html

AWS
respondido hace 5 años
profile picture
EXPERTO
revisado hace un mes
1

Hi Nagarajan,
I did this activity just today and I could set this option.
Here is what I did:

  1. Go to RDS service console
  2. Select the DB instance for which I want this feature added
  3. In the "Connectivity & security" tab, scrolled down to the bottom. I could see "Manage IAM Roles" section in there.
  4. selected "custom role" rds-s3-integration-role (I created this) and attached.

Hope this helps!

respondido hace 5 años
0

Hi Team,

Based on the documentation at https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-s3-integration.html, i have started working on the Oracle RDS to S3 integration.

But looks this given option (Connectivity & security tab, in the Manage IAM roles section) is not available in AWS Console. I don't find option to add the role to the Oracle DB instance.

Even i have tried to do this via AWS CLI and got the error like

Invalid choice: 'add-role-to-db-instance', maybe you meant:

** add-role-to-db-cluster*

AWS Cli command used:

aws rds add-role-to-db-instance ^
--db-instance-identifier new-scripts-qa-db ^
--feature-name S3_INTEGRATION ^
--role-arn arn:aws:iam::<acct #>:role/rds-s3-role

Kindly help me to resolve this issue.

respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas