How to load data from Okta to S3 Glue
Learn how to use Airbyte to synchronize your Okta data into S3 Glue within minutes.


Building your pipeline or Using Airbyte
Airbyte is the only open source solution empowering data teams to meet all their growing custom business demands in the new AI era.
- Inconsistent and inaccurate data
- Laborious and expensive
- Brittle and inflexible
- Reliable and accurate
- Extensible and scalable for all your needs
- Deployed and governed your way
Start syncing with Airbyte in 3 easy steps within 10 minutes



Take a virtual tour
Demo video of Airbyte Cloud
Demo video of AI Connector Builder
Setup Complexities simplified!
Simple & Easy to use Interface
Airbyte is built to get out of your way. Our clean, modern interface walks you through setup, so you can go from zero to sync in minutes—without deep technical expertise.
Guided Tour: Assisting you in building connections
Whether you’re setting up your first connection or managing complex syncs, Airbyte’s UI and documentation help you move with confidence. No guesswork. Just clarity.
Airbyte AI Assistant that will act as your sidekick in building your data pipelines in Minutes
Airbyte’s built-in assistant helps you choose sources, set destinations, and configure syncs quickly. It’s like having a data engineer on call—without the overhead.
What sets Airbyte Apart
Modern GenAI Workflows
Move Large Volumes, Fast
An Extensible Open-Source Standard
Full Control & Security
Fully Featured & Integrated
Enterprise Support with SLAs
What our users say

Raman Singh
Predictable, straightforward pricing model that simplified budgeting and significantly reduced overall spend

Chase Zieman

“Airbyte helped us accelerate our progress by years, compared to our competitors. We don’t need to worry about connectors and focus on creating value for our users instead of building infrastructure. That’s priceless. The time and energy saved allows us to disrupt and grow faster.”

Rupak Patel
"With Airbyte, we could just push a few buttons, allow API access, and bring all the data into Google BigQuery. By blending all the different marketing data sources, we can gain valuable insights."
How to Sync to Manually
Start by logging into your Okta Admin Console. Navigate to the Security section and create an API token. This token will be used to authenticate API requests to Okta. Ensure you securely store the token as it will be used in subsequent steps to access your Okta data.
Determine which Okta API endpoints you need to call to extract the desired data. This could include endpoints for users, groups, events, etc. Refer to the Okta API documentation for endpoint details and the structure of the data returned.
Develop a script using a programming language such as Python to make HTTP requests to the Okta API endpoints identified in step 2. Use the API token created in step 1 for authentication. Parse the returned JSON data to extract the necessary information and format it as needed.
Modify your script to store the extracted and formatted data in a local file. This could be a CSV, JSON, or any other structured format. Ensure the data is correctly formatted and ready for upload to Amazon S3.
Log into the AWS Management Console and create a new S3 bucket where you will store the Okta data. Configure the bucket permissions to ensure only authorized users and services can access it. Note the bucket name and region for use in the next step.
Use the AWS SDK or AWS CLI within your script to upload the local data file to the S3 bucket you created. Ensure your AWS credentials are configured properly to allow access to the S3 bucket. Verify the upload by checking the S3 bucket for the presence of your data file.
To make the data available for analysis, use AWS Glue to catalog the data in your S3 bucket. Create a Glue Crawler to automatically infer the schema and catalog the data. Once the crawler is complete, the data will be available in the AWS Glue Data Catalog, and you can access it using AWS services like Athena, Redshift, or EMR.
By following these steps, you can efficiently move data from Okta to AWS S3/Glue without relying on third-party connectors or integrations.