how to connect to aws instance through rest message

Servicenow10
Kilo Guru

version- madrid

hi 

 

I am trying start my aws ec2 instance from servicenow.....for that i have created one maintain item formwith fields instance id and action which i want to perform on that id (start/stop).without using plugin how to send these inputs to aws through rest message and the user which will be the mediator (iam user in aws) how can i use that in servicenow.

 

find_real_file.png

1 ACCEPTED SOLUTION

asifnoor
Kilo Patron

Hi,

I assume this is addressed with the help of powershell that i provided here. If yes, kindly mark the comment as a correct answer and helpful.

https://community.servicenow.com/community?id=community_question&sys_id=24c894e9db2ac0d0414eeeb5ca96...

View solution in original post

4 REPLIES 4

Harsh Vardhan
Giga Patron

do you have your AWS API end point url ? if not refer the below link. 

 

https://aws.amazon.com/getting-started/projects/build-serverless-web-app-lambda-apigateway-s3-dynamo...

 

once you will done with it , try to use that url in your rest message and test it if you are able to connect it or not. once the connection will done you can do the further work by using GET, POST etc method.

Servicenow10
Kilo Guru

still on the same page can anyone please help

asifnoor
Kilo Patron

Hi,

I assume this is addressed with the help of powershell that i provided here. If yes, kindly mark the comment as a correct answer and helpful.

https://community.servicenow.com/community?id=community_question&sys_id=24c894e9db2ac0d0414eeeb5ca96...