aws / aws-parallelcluster

AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy and manage HPC clusters in the AWS cloud.

Home Page:https://github.com/aws/aws-parallelcluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pcluster v3.7.2 - how to suppress multiple validators with create-cluster?

keien opened this issue · comments

the --help does not explain a lot about how to use the --suppress-validators flag and I've tried various ways to include more than one validator with no success - this format seems to be what the flag arg explanation is indicating but I still get an error:

"Bad Request: 'type:CustomAmiTagValidator type:AmiOsCompatibleValidator type:MixedSecurityGroupOverwriteValidator' does not match '^(ALL|type:[A-Za-z0-9]+)$' - 'suppress-validators'"

I got it finally - it's space separated but without quotes, i.e.

--suppress-validators type:CustomAmiTagValidator type:AmiOsCompatibleValidator type:MixedSecurityGroupOverwriteValidator