cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating Amazon Rekognition

NehaTapkir1
Level 3
Hi team, I am trying to configure the ready made object provided by BluePrism which integrates with Amazon Rekognition services. It is asking for 2 input parameters- Access ID and Service Key. Out architect is of opinion that we should not need Access ID and Service Key to access these services from EC2 server which has given this access. Can anyone help me configure this in that scenario.
1 REPLY 1

Hi Neha,

If the EC2 has been granted a role which permits access to Rekognition, then you should be able to access the Rekognition APIs through CLI or SDK inside the EC2 without needing the access keys. CLI/SDK implementation can be easily done using relevant code stages. For the REST API implementation however you will need to pass the Access Keys in the call.