A solutions architect wants to use the following JSON text as an identity-based policy to grant specific permissions: ```json { "Statement": [ { "Action": [ "ssm:ListDocuments", "ssm:GetDocument" ], "Effect": "Allow", "Resource": "*", "Sid": "" } ], "Version": "2012-10-17" } ``` Which IAM principals can the solutions architect attach this policy to? (Choose two.) | AWS Certified Solutions Architect - Associate Quiz - LeetQuiz