Skip to content

Commit

Permalink
Update aws.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mriusero committed Oct 9, 2024
1 parent 65fd020 commit 4b1d68e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:

env:
AWS_REGION: eu-west-3 # set this to your preferred AWS region, e.g. us-west-1
ECR_REPOSITORY: mlops # set this to your Amazon ECR repository name
ECS_SERVICE: mlops_service # set this to your Amazon ECS service name
ECS_CLUSTER: MLOpsCluster # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION: mlops_catboost # set this to the path to your Amazon ECS task definition
ECR_REPOSITORY: gen-ai-quantum-insight # set this to your Amazon ECR repository name
ECS_SERVICE: GEN_AI_Service # set this to your Amazon ECS service name
ECS_CLUSTER: GenAI_Cluster # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION: Gen_AI_Task # set this to the path to your Amazon ECS task definition
# file, e.g. .aws/task-definition.json
CONTAINER_NAME: mlop_catboost # set this to the name of the container in the
CONTAINER_NAME: Gen_AI_Quantum_Insight # set this to the name of the container in the
# containerDefinitions section of your task definition

permissions:
Expand Down

0 comments on commit 4b1d68e

Please sign in to comment.