Skip to content

Commit 8fc499a

Browse files
authored
update answer to question 160 from C to A
1 parent b8fd8e9 commit 8fc499a

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
@@ -1990,9 +1990,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
19901990

19911991
### A company wants to containerize an existing three-tier web application and deploy it to Amazon ECS Fargate. The application is using session data to keep track of user activities. Which approach would provide the BEST user experience?
19921992

1993-
- [ ] Provision a Redis cluster in Amazon ElastiCache and save the session data in the cluster.
1993+
- [x] Provision a Redis cluster in Amazon ElastiCache and save the session data in the cluster.
19941994
- [ ] Create a session table in Amazon Redshift and save the session data in the database table.
1995-
- [x] Enable session stickiness in the existing Network Load Balancer and manage the session data in the container.
1995+
- [ ] Enable session stickiness in the existing Network Load Balancer and manage the session data in the container.
19961996
- [ ] Use an Amazon S3 bucket as data store and save the session data in the bucket.
19971997

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

0 commit comments

Comments
 (0)