|
| 1 | +# Integrating with services on AWS |
| 2 | + |
| 3 | +Cube Cloud works with numerious services available on |
| 4 | +[Amazon Web Services](https://aws.amazon.com) (AWS). |
| 5 | +This page provides a non-exhaustive lists of these services. |
| 6 | + |
| 7 | +<InfoBox> |
| 8 | + |
| 9 | +[Contact us](https://cube.dev/contact) if you have questions about Cube Cloud integration with a particular service. |
| 10 | + |
| 11 | +</InfoBox> |
| 12 | + |
| 13 | +## Data sources |
| 14 | + |
| 15 | +Cube Cloud integrates with the following [data sources](/product/configuration/data-sources): |
| 16 | + |
| 17 | +- [Amazon Redshift](/product/configuration/data-sources/aws-redshift) |
| 18 | +- [Amazon Athena](/product/configuration/data-sources/aws-athena) |
| 19 | +- [Postgres](/product/configuration/data-sources/postgres), [Microsoft SQL Server](/product/configuration/data-sources/ms-sql), [MySQL](/product/configuration/data-sources/mysql), and [Oracle](/product/configuration/data-sources/oracle) on [Amazon RDS](https://aws.amazon.com/rds/) |
| 20 | +- [Hive / SparkSQL](/product/configuration/data-sources/hive), [Presto](/product/configuration/data-sources/presto), and [Trino](/product/configuration/data-sources/trino) on [Amazon EMR](https://aws.amazon.com/emr/) |
| 21 | +- [Elasticsearch](/product/configuration/data-sources/elasticsearch) on [Amazon OpenSearch Service](https://aws.amazon.com/opensearch-service/) |
| 22 | +- [Parquet, CSV, and JSON files](/product/configuration/data-sources/duckdb) on [Amazon S3](https://aws.amazon.com/s3/) |
| 23 | + |
| 24 | +## Data visualization tools |
| 25 | + |
| 26 | +Cube Cloud integrates with the following [data visualization tools](/product/configuration/visualization-tools): |
| 27 | + |
| 28 | +- [Amazon QuickSight](https://aws.amazon.com/quicksight/) via [SQL API](/product/apis-integrations/sql-api) |
| 29 | + |
| 30 | +## Storage |
| 31 | + |
| 32 | +[Amazon S3](https://aws.amazon.com/s3/) can be used as storage for [export buckets](/product/caching/using-pre-aggregations#export-bucket) and [pre-aggregations](/product/caching/using-pre-aggregations). |
| 33 | + |
| 34 | +## Compute |
| 35 | + |
| 36 | +[Amazon EC2](https://aws.amazon.com/ec2/) can be used as compute for [deployments](/product/deployment/cloud/deployments). |
| 37 | + |
| 38 | +## Authentication |
| 39 | + |
| 40 | +[Amazon Cognito](https://aws.amazon.com/pm/cognito/) can be used for [authentication of API requests](/guides/recipes/auth/aws-cognito). |
| 41 | + |
| 42 | +## Monitoring |
| 43 | + |
| 44 | +[Amazon CloudWatch](https://aws.amazon.com/cloudwatch/) and [Amazon S3](https://aws.amazon.com/s3/) can be used as destinations for [monitoring integrations](/product/monitoring/integrations). |
| 45 | + |
| 46 | +## Networking |
| 47 | + |
| 48 | +[Amazon VPC](https://aws.amazon.com/vpc/) can be used for [secure networking](/product/deployment/cloud/vpc/aws). |
0 commit comments