Skip to content

Commit d9f52ba

Browse files
committed
added tags to AI pod workshop to comply with AWS policies
1 parent 0fb454b commit d9f52ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/ninja-workshops/14-cisco-ai-pods/3-deploy-openshift-cluster.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ rosa create cluster \
4444
--subnet-ids $SUBNET_IDS \
4545
--compute-machine-type $AWS_INSTANCE_TYPE \
4646
--replicas 2 \
47-
--region $AWS_REGION
47+
--region $AWS_REGION \
48+
--tags "splunkit_environment_type:non-prd,splunkit_data_classification:private"
4849
```
4950

5051
> Note that we've specified the `g5.2xlarge` instance type, which includes NVIDIA

0 commit comments

Comments
 (0)