Reputation: 55
I have a web app deployed to an ec2 instance. It uses the DefaultAWSCredentialsProviderChain and works from local PC however, it is getting an error when it is connecting to kinesisvideo from the ec2 instance.
I have assigned the IAM role AmazonKinesisVideoStreamsFullAccess to the ec2 instance but still get the following error: com.amazonaws.SdkClientException: Unable to execute HTTP request: Connect to kinesisvideo.[region].amazonaws.com:443 [kinesisvideo.[region].amazonaws.com/[some random ip here each try]] failed: connect timed out
I am limiting the IP and security groups for the ec2 instance so maybe I have to add a rule there?
Upvotes: 0
Views: 228