Why? Because I want these users to be able to create resources at will on my AWS account, but only be able to see and use the resources created by their own group.
I know it's possible to restrict the seeing / using / managing part per group by resource tag using policies, but I also want them to be able to create instances with the appropriated tag automatically, so that they don't accidentally or maliciously leave the tag out or specify another group's tag.
Is this possible? If so, how? Otherwise, what's the closest alternative I have?
(Related question I made before: How to allow IAM groups to create, see, and manage their own instances and nothing else?)