The sample Terraform already attaches AmazonEC2ContainerRegistryReadOnly to the node role, so this
is not needed manually. Below is for reference if your node role lacks the policy.
aws eks list-nodegroups --cluster-name vprofile-eks-cluster --region us-east-1
aws eks describe-nodegroup --cluster-name vprofile-eks-cluster \
--nodegroup-name <ng-name> --region us-east-1 --query "nodegroup.nodeRole" --output text
aws iam attach-role-policy --role-name <node-role> \
--policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly