Integrating Aurora with other AWS services
Integrate Amazon Aurora with other AWS services so that you can extend your Aurora DB cluster to use additional capabilities in the AWS Cloud.
Topics
Integrating AWS services with Amazon Aurora MySQL
Amazon Aurora MySQL integrates with other AWS services so that you can extend your Aurora MySQL DB cluster to use additional capabilities in the AWS Cloud. Your Aurora MySQL DB cluster can use AWS services to do the following:
-
Synchronously or asynchronously invoke an AWS Lambda function using the native functions
lambda_sync
orlambda_async
. Or, asynchronously invoke an AWS Lambda function using themysql.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
orLOAD 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 Amazon Aurora Auto Scaling with Aurora Replicas.
For more information about integrating Aurora MySQL with other AWS services, see Integrating Amazon Aurora MySQL with other AWS services.
Integrating AWS services with Amazon Aurora PostgreSQL
Amazon Aurora PostgreSQL integrates with other AWS services so that you can extend your Aurora PostgreSQL DB cluster to use additional capabilities in the AWS Cloud. Your Aurora PostgreSQL DB cluster can use AWS services to do the following:
-
Quickly collect, view, and assess performance on your relational database workloads with Performance Insights.
-
Automatically add or remove Aurora Replicas with Aurora Auto Scaling. For more information, see Amazon Aurora Auto Scaling with Aurora Replicas.
For more information about integrating Aurora PostgreSQL with other AWS services, see Integrating Amazon Aurora PostgreSQL with other AWS services.