Skip to content

Commit 081f2e1

Browse files
authored
Changed Ingestion Account Number (#26)
Changed From 682510182675 To 371834676912
1 parent 3f2c1b3 commit 081f2e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hdk/cl/examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The output of this command includes two identifiers that refer to your AFI:
119119

120120
#### Method 2: During F1 preview and before AWS EC2 CLI action `create-fpga-image` is available
121121

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).
123123
A sample policy is shown below.
124124

125125
{
@@ -129,7 +129,7 @@ A sample policy is shown below.
129129
"Sid": "Bucket level permissions",
130130
"Effect": "Allow",
131131
"Principal": {
132-
"AWS": "arn:aws:iam::682510182675:root"
132+
"AWS": "arn:aws:iam::371834676912:root"
133133
},
134134
"Action": [
135135
"s3:ListBucket"
@@ -140,7 +140,7 @@ A sample policy is shown below.
140140
"Sid": "Object read permissions",
141141
"Effect": "Allow",
142142
"Principal": {
143-
"AWS": "arn:aws:iam::682510182675:root"
143+
"AWS": "arn:aws:iam::371834676912:root"
144144
},
145145
"Action": [
146146
"s3:GetObject"
@@ -151,7 +151,7 @@ A sample policy is shown below.
151151
"Sid": "Folder write permissions",
152152
"Effect": "Allow",
153153
"Principal": {
154-
"AWS": "arn:aws:iam::682510182675:root"
154+
"AWS": "arn:aws:iam::371834676912:root"
155155
},
156156
"Action": [
157157
"s3:PutObject"

0 commit comments

Comments
 (0)