Servicenow AWS S3 integration

rokasg
Tera Contributor

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

1 ACCEPTED SOLUTION

awessel
Kilo Guru

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.


View solution in original post

13 REPLIES 13

awessel
Kilo Guru

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.


rokasg
Tera Contributor

Thanks Adam, good point regarding the Orchestration pack.


So Ill make the outbound REST and use the S3 as an endpoint.



Kind regards


RG


Were you able to implement this? If you can you post the details how to call the API and how you are parsing data?

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?