

# Moving on-premises Oracle Database dump files to AWS
<a name="moving-dump-files"></a>

The following options describes the ways to move the on-premises Oracle Database dump files to an AWS source technology stack during a migration:
+ Use Amazon S3 to transfer Oracle database dump files, targeting Amazon RDS or Amazon EC2.
+ Use a database link to transmit Oracle Database dump files to Amazon RDS or Amazon EC2.
+ Move Oracle Database dump files to Amazon EFS.

## Prerequisites
<a name="prerequisites"></a>
+ A virtual private cloud (VPC)
+ An AWS Identity and Access Management (IAM) role with permissions to access the on-premises data source and the target data source (for more information, see the [AWS documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html))
+ AWS Command Line Interface (AWS CLI) configured by using the IAM role, with connectivity between the on-premises database and the AWS environment
+ An [S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html) that can access the on-premises data source (for Amazon S3 security guidelines, see the [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/security-best-practices.html))
+ An IAM role for Amazon S3 integration with Amazon RDS (for more information, see the [AWS documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-s3-integration.html))
+ Amazon EFS
+ A source Oracle Database server
+ An Amazon RDS for Oracle instance
+ An EC2 instance
+ A database link with validated connectivity from the on-premises data source to the Amazon EC2 or Amazon RDS for Oracle instance