I would like to make an IAM user which was access to the AWS Lightsail CreateInstances API, but only if they make a request where bundleId
is nano_2_0
.
I am aware of condition keys in AWS, but according to the documentation on that, only tag-related condition keys are available.
However, I was hoping that a more generic version of a condition key was available or something similar, which would allow for the above scenario - perhaps a condition key that would work for any API call.
Is that possible in any way, perhaps with small modifications?
0 Answers