Skip to content

Commit bba31bc

Browse files
fix: question35 correct answer
1 parent fb50337 commit bba31bc

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
@@ -851,9 +851,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
851851
### 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?
852852

853853
- [ ] Install certificates on the EC2 instances.
854-
- [x] Create a bucket policy that allows traffic where `SecureTransport` is `true`.
854+
- [ ] Create a bucket policy that allows traffic where `SecureTransport` is `true`.
855855
- [ ] Create an HTTPS redirect on the EC2 instances.
856-
- [ ] Create a bucket policy that denies traffic where `SecureTransport` is `false`.
856+
- [x] Create a bucket policy that denies traffic where `SecureTransport` is `false`.
857857

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

0 commit comments

Comments
 (0)