Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Connecting alteryx to aws cloud watch logs

AbdulBalogun
7 - Meteor

Is there a way to somehow connect Alteryx to aws and access watch log data? I'm trying to build a flow that leverages AWS watch logs but not sure how that would work or if that's even possible.

1 REPLY 1
apathetichell
20 - Arcturus

How do you authenticate to AWS? ie - are you already authenticated to your AWS via cli? If so you can run startquery and getquery.

https://docs.aws.amazon.com/cli/latest/reference/logs/start-query.html

 

if not - it's probably easiest to back these up to an s3 and then query via athena.

 

to be clear - this involves a solid amount of AWS and Alteryx know how. You can't just drop a connect in-db, run a query and be done.

Labels
Top Solution Authors