https://pulumi.com logo
Title
b

bland-pharmacist-96854

01/17/2023, 3:32 PM
Do you know with what package I can do this?
aws emr-containers update-role-trust-policy --cluster-name eksworkshop-eksctl --namespace spark --role-name EMRContainers-JobExecutionRole
I mean,
emr-containers update-role-trust-policy
https://docs.aws.amazon.com/cli/latest/reference/emr-containers/update-role-trust-policy.html Looks like that I'll need to do it manually playing with
aws.iam.Role
Still fighting this... I managed to get all the info except
<BASE36_ENCODED_ROLE_NAME>
I don't know how aws cli does that encoding 🤔