Integrating Aurora with other Amazon services - Amazon Aurora
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Integrating Aurora with other Amazon services

Integrate Amazon Aurora with other Amazon services so that you can extend your Aurora DB cluster to use additional capabilities in the Amazon Cloud.

Integrating Amazon services with Amazon Aurora MySQL

Amazon Aurora MySQL integrates with other Amazon services so that you can extend your Aurora MySQL DB cluster to use additional capabilities in the Amazon Cloud. Your Aurora MySQL DB cluster can use Amazon services to do the following:

  • Synchronously or asynchronously invoke an Amazon Lambda function using the native functions lambda_sync or lambda_async. Or, asynchronously invoke an Amazon Lambda function using the mysql.lambda_async procedure.

  • Load data from text or XML files stored in an Amazon S3 bucket into your DB cluster using the LOAD DATA FROM S3 or LOAD XML FROM S3 command.

  • Save data to text files stored in an Amazon S3 bucket from your DB cluster using the SELECT INTO OUTFILE S3 command.

  • Automatically add or remove Aurora Replicas with Application Auto Scaling. For more information, see Using Amazon Aurora Auto Scaling with Aurora Replicas.

For more information about integrating Aurora MySQL with other Amazon services, see Integrating Amazon Aurora MySQL with other Amazon services.

Integrating Amazon services with Amazon Aurora PostgreSQL

Amazon Aurora PostgreSQL integrates with other Amazon services so that you can extend your Aurora PostgreSQL DB cluster to use additional capabilities in the Amazon Cloud. Your Aurora PostgreSQL DB cluster can use Amazon services to do the following:

For more information about integrating Aurora PostgreSQL with other Amazon services, see Integrating Amazon Aurora PostgreSQL with other Amazon services.