Skip to content

Commit a4113e3

Browse files
authored
Merge pull request #1119 from himaatluri/patch-1
Update cross-account-access.adoc
2 parents a0456dc + 6f81136 commit a4113e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

latest/ug/manage-access/aws-access/cross-account-access.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In this example, Account B creates an IAM policy with the permissions to give to
4444
[source,json,subs="verbatim,attributes"]
4545
----
4646
{
47-
"Version": "2012-10-17",&TCX5-2025-waiver;{tcx5-waiver}
47+
"Version": "2012-10-17",{tcx5-waiver}
4848
"Statement": [
4949
{
5050
"Effect": "Allow",
@@ -63,7 +63,7 @@ Account A creates a role with a trust policy that gets credentials from the iden
6363
[source,json,subs="verbatim,attributes"]
6464
----
6565
{
66-
"Version": "2012-10-17",&TCX5-2025-waiver;{tcx5-waiver}
66+
"Version": "2012-10-17",{tcx5-waiver}
6767
"Statement": [
6868
{
6969
"Effect": "Allow",
@@ -81,7 +81,7 @@ Account A attaches a policy to that role with the following permissions to assum
8181
[source,json,subs="verbatim,attributes"]
8282
----
8383
{
84-
"Version": "2012-10-17",&TCX5-2025-waiver;{tcx5-waiver}
84+
"Version": "2012-10-17",{tcx5-waiver}
8585
"Statement": [
8686
{
8787
"Effect": "Allow",
@@ -107,4 +107,4 @@ role_arn={arn-aws}iam::111122223333:role/account-a-role
107107
108108
To specify chained profiles for other {aws} SDKs, consult the documentation for the SDK that you're using. For more information, see link:developer/tools/[Tools to Build on {aws},type="marketing"].
109109
110-
====
110+
====

0 commit comments

Comments
 (0)