Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Adding the EFS_INTEGRATION option

Focus mode
Adding the EFS_INTEGRATION option - Amazon Relational Database Service

To integrate Amazon RDS for Oracle with Amazon EFS, your DB instance must be associated with an option group that includes the EFS_INTEGRATION option.

Multiple Oracle DB instances that belong to the same option group share the same EFS file system. Different DB instances can access the same data, but access can be divided by using different Oracle directories. For more information see Transferring files between RDS for Oracle and an Amazon EFS file system.

To configure an option group for Amazon EFS integration
  1. Create a new option group or identify an existing option group to which you can add the EFS_INTEGRATION option.

    For information about creating an option group, see Creating an option group.

  2. Add the EFS_INTEGRATION option to the option group. You need to specify the EFS_ID file system ID and set the USE_IAM_ROLE flag.

    For more information, see Adding an option to an option group.

  3. Associate the option group with your DB instance in either of the following ways:

Console

To configure an option group for Amazon EFS integration
  1. Create a new option group or identify an existing option group to which you can add the EFS_INTEGRATION option.

    For information about creating an option group, see Creating an option group.

  2. Add the EFS_INTEGRATION option to the option group. You need to specify the EFS_ID file system ID and set the USE_IAM_ROLE flag.

    For more information, see Adding an option to an option group.

  3. Associate the option group with your DB instance in either of the following ways:

To configure an option group for EFS integration
  1. Create a new option group or identify an existing option group to which you can add the EFS_INTEGRATION option.

    For information about creating an option group, see Creating an option group.

  2. Add the EFS_INTEGRATION option to the option group.

    For example, the following AWS CLI command adds the EFS_INTEGRATION option to an option group named myoptiongroup.

    Example

    For Linux, macOS, or Unix:

    aws rds add-option-to-option-group \ --option-group-name myoptiongroup \ --options "OptionName=EFS_INTEGRATION,OptionSettings=\ [{Name=EFS_ID,Value=fs-1234567890abcdef0},{Name=USE_IAM_ROLE,Value=TRUE}]"

    For Windows:

    aws rds add-option-to-option-group ^ --option-group-name myoptiongroup ^ --options "OptionName=EFS_INTEGRATION,OptionSettings=^ [{Name=EFS_ID,Value=fs-1234567890abcdef0},{Name=USE_IAM_ROLE,Value=TRUE}]"
  3. Associate the option group with your DB instance in either of the following ways:

To configure an option group for EFS integration
  1. Create a new option group or identify an existing option group to which you can add the EFS_INTEGRATION option.

    For information about creating an option group, see Creating an option group.

  2. Add the EFS_INTEGRATION option to the option group.

    For example, the following AWS CLI command adds the EFS_INTEGRATION option to an option group named myoptiongroup.

    Example

    For Linux, macOS, or Unix:

    aws rds add-option-to-option-group \ --option-group-name myoptiongroup \ --options "OptionName=EFS_INTEGRATION,OptionSettings=\ [{Name=EFS_ID,Value=fs-1234567890abcdef0},{Name=USE_IAM_ROLE,Value=TRUE}]"

    For Windows:

    aws rds add-option-to-option-group ^ --option-group-name myoptiongroup ^ --options "OptionName=EFS_INTEGRATION,OptionSettings=^ [{Name=EFS_ID,Value=fs-1234567890abcdef0},{Name=USE_IAM_ROLE,Value=TRUE}]"
  3. Associate the option group with your DB instance in either of the following ways:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.