how to check which Amazon OpenSearch Service Domains connected to my dynamoDB tables or vice versa

0

I have create Opensearch-service using @searchable of GraphQL

type Student @model @searchable {
 name: String
 dateOfBirth: AWSDate
 email: AWSEmail
 examsCompleted: Int
}

I have created the 3-4 time and now I can see 4 domains in my open search , I got bill of 30$ for this. I want to stop 3 out the 4 doamins. How can I detect which opensearch is for which appsync schema? my open search doamins are looking like amplify-opense-1dcv885ftfznp this.

Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande