- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 05:45 AM
Dear community,
I have a bunch of files in S3 buckets on the AWS, could someone please explain what would be the most convinient way to pull that data into servicenow?
Many thanks
Kind regards
RG
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 07:03 AM
It appears that there is a REST API for AWS S3. Your best option is likely to make use of that using ServiceNow's Outbound REST Message functionality.
It appears that the AWS Orchestration Pack is more geared for AWS EC2 and not S3 so I don't believe that's going to be a viable option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 07:03 AM
It appears that there is a REST API for AWS S3. Your best option is likely to make use of that using ServiceNow's Outbound REST Message functionality.
It appears that the AWS Orchestration Pack is more geared for AWS EC2 and not S3 so I don't believe that's going to be a viable option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 07:51 AM
Thanks Adam, good point regarding the Orchestration pack.
So Ill make the outbound REST and use the S3 as an endpoint.
Kind regards
RG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2018 04:13 PM
Were you able to implement this? If you can you post the details how to call the API and how you are parsing data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2018 06:34 AM
Hi Awessel,
We are trying to integrate aws with servicenow using Rest APIs. we are stuck in defining the http headers on REST. Could you please tell us what factors should be considered for http headers?