Skip to content

Commit dc496d6

Browse files
Merge pull request #37 from boldrack/main
update some typo including "firehouse" to "firehose"
2 parents c1fc711 + 7ffd0e9 commit dc496d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
11601160

11611161
- [ ] Amazon SNS with fanout to an SQS queue for each application.
11621162
- [ ] Amazon SNS with fanout to an SQS FIFO (first-in, first-out) queue for each application.
1163-
- [ ] Amazon Kinesis Firehouse.
1163+
- [ ] Amazon Kinesis Firehose.
11641164
- [x] Amazon Kinesis Streams.
11651165

11661166
**[⬆ Back to Top](#table-of-contents)**
@@ -1249,7 +1249,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
12491249

12501250
### An organization must store thousands of sensitive audio and video files in an Amazon S3 bucket. Organizational security policies require that all data written to this bucket be encrypted. How can compliance with this policy be ensured?
12511251

1252-
- [ ] Use AWS Lambda to send notifications to the security team if unencrypted objects are pun in the bucket.
1252+
- [ ] Use AWS Lambda to send notifications to the security team if unencrypted objects are put in the bucket.
12531253
- [x] Configure an Amazon S3 bucket policy to prevent the upload of objects that do not contain the x-amz­-server-side-encryption header.
12541254
- [ ] Create an Amazon CloudWatch event rule to verify that all objects stored in the Amazon S3 bucket are encrypted.
12551255
- [ ] Configure an Amazon S3 bucket policy to prevent the upload of objects that contain the x-amz-server­side-encryption header.
@@ -3609,7 +3609,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
36093609

36103610
- [ ] Use Amazon Glue to perform frequent ETL updates from the Accounts database to the Payments database.
36113611
- [ ] Use Amazon ElastiCache in Payments, with the cache updated by triggers in the Accounts database.
3612-
- [ ] Use Amazon Kinesis Data Firehouse to deliver all changes from the Accounts database to the Payments database.
3612+
- [ ] Use Amazon Kinesis Data Firehose to deliver all changes from the Accounts database to the Payments database.
36133613
- [x] Use Amazon DynamoDB Streams to deliver all changes from the Accounts database to the Payments database.
36143614

36153615
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)