Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Error: "Component arn:aws:ec2:xxxxxxxeast-2:xxxxxxx:instance/i-xxxxxx is grouped in another component" #25

Description

@ar33bm

When deploying into an existing VPC with self-managed Active Directory, with EnableAppInsights set to true, we are getting the following error:

"Component arn:aws:ec2:xxxxxxxeast-2:xxxxxxx:instance/i-xxxxxx is grouped in another component" (Service: ApplicationInsights, Status Code: 400, Request ID: f9d3b316-xxxxxxxxxxxxxxxx)" (RequestToken: ef4e2bee-xxxxxxxxxxxxxxxxxx, HandlerErrorCode: InvalidRequest)

As from the error it is evident that ApplicationInsights service is reporting the above error as it finds a conflict with different component name grouping same resources . It was confirmed that another component name “SQLFCI” was created grouping the resource which should be grouped by “SQLHAClusterInstances-MSSQL” instead .

Also CreateComponent API call was only initiated for “SQLHAClusterInstances-MSSQL” which failed .

Additional Info:

We have launched our self-managed AD by following the following QuickStart: https://aws-quickstart.github.io/quickstart-microsoft-activedirectory/

Deploy scenario 1 (self-managed AD) into a new VPC

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions