Administrator
- Administrator
- All Products
| URI: | /content/informaticadita-com/en_us/cloud-common-services/administrator/current-version/_advanced-clusters_administrator_current-version_ditamap/setting_up_amazon_web_services/step_7_create_iam_roles/configure_the_trust_relationship_for_the_cluster_operator_role_to_include_t/_jcr_content/header/menupage.nocache.html/informaticadita-com/components/content/menu-hover |
|---|---|
| STATUS: | 404 |
| MESSAGE: | Not Found |
| SERVLET: | org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3dc2f56e |
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "ec2.amazonaws.com" }, "Action": "sts:AssumeRole" }, { "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::{{account-id}}:role/agent_role" }, "Action": "sts:AssumeRole", } ] }
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "ec2.amazonaws.com" }, "Action": "sts:AssumeRole" }, { "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::{{account-id}}:role/agent_role" }, "Action": "sts:AssumeRole", "Condition": { "StringEquals": { "sts:ExternalId": "123" } } } ] }