CloudWorks—This is how we use it, Part 2: setup
Ready? Let's start
Before we dive in, this article focuses on AWS S3 connection.
If you are leveraging Azure Blob, more details can be found here.
If you are leveraging Google GCP, more details can be found here.
Step 1. AWS S3 Authentication—Access Key ID and Secret Key
- Log in to https://console.aws.amazon.com using your credentials.
- Go to My Security Credentials & Access keys (access key ID and secret access key).
- Click Create New Access Key.
- Download and secure the key file that contains Access Key Id & Secret Access Key.
Step 2. Authenticate in CloudWorks
Learn more about creating a new connection.
Step 3. Run your integrations
Step 4. Schedule an integration
Guidelines
For detailed guidelines about CloudWorks, scroll at the end of this page.
Contributing authors: Pavan Marpaka, Scott Smith, and Christophe Keomanivong.
Comments
-
@annejulie great article
I do have a question in regards to AWS Access keys. Generating user-level access keys is always prohibited as it poses a great security risk. A lot of organizations' IT teams don't allow this. Is there a way anaplan can retrieve temporary access keys?
0 -
Anaplan or CloudWorks doesn't have the ability to retrieve temporary access keys. Perhaps, you can use AWS API to do this. Once you do this, you can use CloudWorks API end point "patch a connection" to update AWS S3 credentials via a script (ex: python). CloudWorks API will help automate updating connection details. Here's the link to CloudWorks API and end point to "patch a connection". Hope this helps!!!
1 -
Hi @annejulie & @pmarpaka
Is there any level of encryption that takes place when Cloudworks fetches the file and uploads into a list/module. I understand that it doesnt support integration if the source file itself is encrypted. I just wanted to understand whether Cloudworks does some kind of encryption to the file during load for secure data transfer.
Thanks
0