CloudQuery is joining env zero! We're moving from data to decisions.

Read the Announcement ❯

Read the Announcement ❯

Back to source plugin

Sync data from AWS to S3

CloudQuery is the simple, fast data integration platform that can fetch your data from AWS APIs and load it into S3
AWS
S3

Trusted by

https://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/fastly.02omz5p9lvtyr.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/zendesk.027w5kx_8-h6k.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/infosys.0mmlgzf5~t~wp.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/auroralabs.00r3kh6y35n6q.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/palo_alto_networks.0ygzqa30pwx-3.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/instructure.03q82u-s_.07x.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/ridgeline.0jor28_0sc-i6.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/fastly.02omz5p9lvtyr.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/zendesk.027w5kx_8-h6k.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/infosys.0mmlgzf5~t~wp.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/auroralabs.00r3kh6y35n6q.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/palo_alto_networks.0ygzqa30pwx-3.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/instructure.03q82u-s_.07x.svghttps://cdn.cloudquery.io/hub/qaqkhwy3g/_next/static/media/ridgeline.0jor28_0sc-i6.svg
Enterprise ReadyCustomize & ExtendEnterprise Ready
Enterprise Ready
Customize & Extend
Query Assets with SQL

Non-invasive account access for better security and efficiency.

Import data with CloudQuery SDKs and build your own plugins.

Query cloud assets and security with a simple SQL-based UI.

Step by step guide for how to export data from AWS to S3

MacOS Setup

Step 1: Install CloudQuery

To install CloudQuery, run the following command in your terminal:

brew install cloudquery/tap/cloudquery

Step 2: Log in to CloudQuery CLI

Next, log in to the CloudQuery CLI. If you have't already, you can sign up for a free account as part of this step:

cloudquery login

Step 3: Create a Configuration File

Next, run the following command to initialize a sync configuration file for AWS to S3:

cloudquery init --source=aws --destination=s3

This will generate a config file named aws_to_s3.yaml. Follow the instructions to fill out the necessary fields to authenticate against your own environment.

Step 4: Run a Sync

cloudquery sync aws_to_s3.yaml

This will start syncing data from the AWS API to your S3 environment! 🚀

See the CloudQuery documentation for more deployment guides, options and further tips.

FAQs

What is CloudQuery?
CloudQuery is the operating platform for modern cloud infrastructure. It gives platform engineering and cloud operations teams a single control plane for cloud visibility, SQL-based policies, and intelligent automation across their entire cloud estate.
Why does CloudQuery require login?
Logging in allows CloudQuery to authenticate your access to the CloudQuery Hub and monitor usage for billing purposes. Data synced with CloudQuery remains private to your environment and is not shared with our servers or any third parties.
What data does CloudQuery have access to?
CloudQuery accesses only the metadata and configurations of your cloud resources that you specify without touching sensitive data or workloads.
How is CloudQuery priced?
CloudQuery offers flexible pricing based on the number of cloud accounts and usage. Visit our pricing page for detailed plans.
Is there a free version of CloudQuery?
Yes, CloudQuery offers a free plan that includes basic features, perfect for smaller teams or personal use. More details can be found on our pricing page.
How do I sync AWS to PostgreSQL using the CloudQuery CLI?
Follow the AWS to PostgreSQL getting started guide for a complete walkthrough: credential setup, generating a sync configuration with cloudquery init, running the sync, and querying your data in PostgreSQL.
What permissions does the AWS integration require to run?
To sync your data to S3 the CloudQuery AWS integration only requires read permissions. The integration will never need to make any changes to your AWS setup, and we recommend that you only grant read permissions.
How will my data be kept secure?
CloudQuery does not have access to any of the data you sync from AWS. We only collect only metadata about usage for billing purposes. The CloudQuery CLI will only have access to the data that you grant it permission to access. You will always be in control of the data that is being synced from AWS to S3 and will have the ability to revoke permissions at any time.
How do I set up AWS in CloudQuery Platform?
CloudQuery Platform provides a guided onboarding wizard that automates IAM role setup via CloudFormation, plus a manual setup option for custom IAM policies. See the AWS integration setup guide for step-by-step instructions, including verification queries and troubleshooting.
Which permissions do I need to grant in S3 in order to sync from AWS?
The CloudQuery integration only requires PutObject permissions to sync to the S3 destination and we recommend that you grant only these permissions to CloudQuery in order to keep your setup as secure as possible. CloudQuery does not require access to your S3 cloud configuration settings, only permission to add objects to your S3 buckets.
Can CloudQuery read from my credentials and config S3 files?
Yes, if you want CloudQuery to use these credentials, then the files need to be located in the .aws directory of your home folder. The two files are almost identical in format but if there is a conflict, CloudQuery will prioritise the credential information that it reads from the credentials file over those found in config.
What formats can CloudQuery load from AWS to an S3 destination?
CloudQuery can load information in your choice of csv, parquet or json. This is specified in the format field.