You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team,
I have being trying to connect orders services to aws sqs.As suggested in the README
I updated
RETAIL_ORDERS_MESSAGING_PROVIDER=sqs
RETAIL_ORDERS_MESSAGING_SQS_TOPIC = hfnlife-orders-sqs-dev. (This is the queue which is already created in aws sqs)
Now after setting up this config when i try to run docker-compose its not able to connect to sqs.I dont see any errors not anything related to sqs in logs.
I did connection and permission test as well from the ec2 instance to sqs.I am using role and gave full permission to access sqs via aws cli i can connect to aws sqs.Which mean there is no issues with permission and role
I am not sure how orders application is trying to make connection to sqs,Does it use the role which is assigned to ec2 instance.
Please if possible if there is any docs which could state the guidelines on how orders application we can connect to sqs.
The text was updated successfully, but these errors were encountered:
Hello Team,
I have being trying to connect orders services to aws sqs.As suggested in the README
I updated
RETAIL_ORDERS_MESSAGING_PROVIDER=sqs
RETAIL_ORDERS_MESSAGING_SQS_TOPIC = hfnlife-orders-sqs-dev. (This is the queue which is already created in aws sqs)
Now after setting up this config when i try to run docker-compose its not able to connect to sqs.I dont see any errors not anything related to sqs in logs.
I did connection and permission test as well from the ec2 instance to sqs.I am using role and gave full permission to access sqs via aws cli i can connect to aws sqs.Which mean there is no issues with permission and role
I am not sure how orders application is trying to make connection to sqs,Does it use the role which is assigned to ec2 instance.
Please if possible if there is any docs which could state the guidelines on how orders application we can connect to sqs.
The text was updated successfully, but these errors were encountered: