Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Running AWS CLI directly in alteryx

JohnLight
8 - Asteroid

Has anyone tried to run AWS command line commands in Alteryx? I've been doing it with the run command tool and writing .bat files that have the command, but was curious if anyone knew of an easier, more direct way to do the same thing.

2 REPLIES 2
apathetichell
20 - Arcturus

You can do it in Python (or R) - but you've already handled the authentication to AWS (presumably) on your own system - so Run Command and .bat files would be more straight forward.

JohnLight
8 - Asteroid

Ah okay, understood, thanks!

Labels
Top Solution Authors