Stefano Vozza
Stefano Vozza
That IAM role in the message is not referring to the OpenSearch service role, we don't do any checks in the UI for that and the CloudFormation stacks would not...
The image doesn't appear to have come through, you might have to add it through the GitHub WebUI.
Ah okay, so it looks like there's something going wrong with the discovery process and it can't tell if the IAM role is deployed or not. Can you do me...
Interesting. Can you follow these steps to see why the tasks are failing to launch: - Sign in to the [Amazon Elastic Container Service console](https://console.aws.amazon.com/ecs/home). - Select the cluster named...
I've only seen this error when the solution has been deployed to an existing VPC that does not allow requests to route to to ECR. Has the solution been deployed...
For the solution to work correctly the discovery process needs to be able to route to all these APIs as documented here: https://docs.aws.amazon.com/solutions/latest/workload-discovery-on-aws/aws-apis.html. I'm assuming you don't have a NAT...
You need public NAT Gateways if you don't want to use VPC endpoints for all the services in the document I linked too. All Amazon SDK calls go to the...
Can you spin up an EC2 instance in one of the private subnet of your VPC and make sure that you can route to the ECR API. That way you...
So you're still seeing this error in ECS: `ResourceInitializationError: unable to pull secrets or registry auth: The task cannot pull registry auth from Amazon ECR: There is a connection issue...
If it's a permission issue there should be errors in CloudTrail for some APIs. This is just a guess but maybe there's an SCP that disallows the `passRole` command here:...