Skip to content

Commit e8c1b72

Browse files
Fix: question35 correct answer (issue #14)
1 parent 8bdc13f commit e8c1b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,9 +809,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
809809
### An application running on EC2 instances is storing data in an S3 bucket. Security policy mandates that all data must be encrypted in transit. How can the Developer ensure that all traffic to the S3 bucket is encrypted?
810810

811811
- [ ] Install certificates on the EC2 instances.
812-
- [ ] Create a bucket policy that allows traffic where SecureTransport is true.
812+
- [x] Create a bucket policy that allows traffic where SecureTransport is true.
813813
- [ ] Create an HTTPS redirect on the EC2 instances.
814-
- [x] Create a bucket policy that denies traffic where SecureTransport is false.
814+
- [ ] Create a bucket policy that denies traffic where SecureTransport is false.
815815

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

0 commit comments

Comments
 (0)