ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
ECS Deploy: Fix resource prefix issue
@Ayush8923 arbeitet bereits daran.
Seit 04.9.2026.
- Vorherrschende Sprache
- Python
- Sterne
- 18
- Forks
- 10
- Ø Merge
- 2 T. 20 Std.
- Gemergte PRs (30 T.)
- 14
Beschreibung
Is your feature request related to a problem?
There is a mismatch in the AWS_RESOURCE_PREFIX and cluster-name during the staging ECS deploy workflow, causing failures and ambiguity due to multiple clusters.
Describe the solution you'd like
- Correct the
AWS_RESOURCE_PREFIXand cluster-name secrets to target the appropriate staging ECS cluster. - Verify that the deploy to staging ECS is successful.
Original issue
Context
During KMS v2 staging ECS validation, the deploy workflow failed on an AWS_RESOURCE_PREFIX / cluster-name mismatch — the workflow was targeting platform-staging names rather than the correct staging ECS cluster names.
There are two clusters (AI-platform-staging and kaapi-staging) with different DBs and secrets, which contributed to the ambiguity.
Acceptance Criteria
- Correct the
AWS_RESOURCE_PREFIX/ cluster-name secrets so the deploy workflow targets the correct staging ECS cluster. - Verify a clean deploy to staging ECS.
Owner: Prashant · This week
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.