You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hdk/cl/examples/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ The output of this command includes two identifiers that refer to your AFI:
119
119
120
120
#### Method 2: During F1 preview and before AWS EC2 CLI action `create-fpga-image` is available
121
121
122
-
Add a policy to the created S3 bucket granting [read/write permissions](http://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example2.html) to our team's account (Account ID: 682510182675).
122
+
Add a policy to the created S3 bucket granting [read/write permissions](http://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example2.html) to our team's account (Account ID: 371834676912).
123
123
A sample policy is shown below.
124
124
125
125
{
@@ -129,7 +129,7 @@ A sample policy is shown below.
129
129
"Sid": "Bucket level permissions",
130
130
"Effect": "Allow",
131
131
"Principal": {
132
-
"AWS": "arn:aws:iam::682510182675:root"
132
+
"AWS": "arn:aws:iam::371834676912:root"
133
133
},
134
134
"Action": [
135
135
"s3:ListBucket"
@@ -140,7 +140,7 @@ A sample policy is shown below.
140
140
"Sid": "Object read permissions",
141
141
"Effect": "Allow",
142
142
"Principal": {
143
-
"AWS": "arn:aws:iam::682510182675:root"
143
+
"AWS": "arn:aws:iam::371834676912:root"
144
144
},
145
145
"Action": [
146
146
"s3:GetObject"
@@ -151,7 +151,7 @@ A sample policy is shown below.
0 commit comments