Hi, I’m getting an error trying to create an elast...
# aws
g
Hi, I’m getting an error trying to create an elastic search cluster with pulumi (golang).
Copy code
Diagnostics:
[ yments/ci-telemetry/datastores ]   aws:iam:ServiceLinkedRole (insights-ci-es-dev-linked-role):
[ yments/ci-telemetry/datastores ]     error: Error creating service-linked role with name <http://es.amazonaws.com|es.amazonaws.com>: InvalidInput: Service role name AWSServiceRoleForAmazonElasticsearchService has been taken in this account, please try a different suffix.
[ yments/ci-telemetry/datastores ]     	status code: 400, request id: a5add6a6-3215-463a-80d8-19509d7d0e21
If I try a
CustomSuffix
in the DomainArgs struct, I’m told suffixs aren’t support with ES. can I only have 1 cluster per account?