You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the instructions in installation.md up to the Create IAM Policy step. Unfortunately I get the following error:
~/torchserve-eks$ aws iam create-policy --policy-name eks_ami_policy \
--policy-document file://eks_ami_policy.json
>
An error occurred (MalformedPolicyDocument) when calling the CreatePolicy operation: The policy failed legacy parsing
Looking at the eks_ami_policy.json generated by pt_serve_util.sh, it appears to match the template exactly. So I'm not sure how it is that has failed legacy parsing.
The text was updated successfully, but these errors were encountered:
Hi there,
I've followed the instructions in
installation.md
up to theCreate IAM Policy
step. Unfortunately I get the following error:The error seems to suggest the
eks_ami_policy.json
(templated here: https://github.com/aws-samples/torchserve-eks/blob/master/template/eks_ami_policy.json) generated bypt_serve_util.sh
is faulty.Looking at the
eks_ami_policy.json
generated bypt_serve_util.sh
, it appears to match the template exactly. So I'm not sure how it is that has failed legacy parsing.The text was updated successfully, but these errors were encountered: