Skip to content

Commit 66dfa07

Browse files
Merge pull request #39 from boldrack/main
Refute question #121 Should be D not C
2 parents ee4c6bf + 8fc499a commit 66dfa07

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

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

16451645
- [ ] Use server-side encryption with Amazon S3-managed keys.
16461646
- [ ] Use server-side encryption with AWS KMS-managed keys.
1647-
- [x] Use client-side encryption with customer master keys.
1648-
- [ ] Use server-side encryption with customer-provided keys.
1647+
- [ ] Use client-side encryption with customer master keys.
1648+
- [x] Use server-side encryption with customer-provided keys.
16491649

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

@@ -1660,9 +1660,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
16601660

16611661
### A development team wants to run their container workloads on Amazon ECS. Each application container needs to share data with another container to collect logs and metrics. What should the developer team do to meet these requirements?
16621662

1663-
- [x] Create two pod specifications. Make one to include the application container and the other to include the other container. Link the two pods together.
1663+
- [ ] Create two pod specifications. Make one to include the application container and the other to include the other container. Link the two pods together.
16641664
- [ ] Create two task definitions. Make one to include the application container and the other to include the other container. Mount a shared volume between the two tasks.
1665-
- [ ] Create one task definition. Specify both containers in the definition. Mount a shared volume between those two containers.
1665+
- [x] Create one task definition. Specify both containers in the definition. Mount a shared volume between those two containers.
16661666
- [ ] Create a single pod specification. Include both containers in the specification. Mount a persistent volume to both containers.
16671667

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

17281728
![Question 130](images/question130.jpg)
17291729

1730-
- [ ] Add an `Export` declaration to the `Outputs` section of the original template and use `ImportValue` in other templates.
1730+
- [x] Add an `Export` declaration to the `Outputs` section of the original template and use `ImportValue` in other templates.
17311731
- [ ] Add `Exported: true` to the `Content.Bucket` in the original template and use `ImportResource` in other templates.
1732-
- [x] Create a custom AWS CloudFormation resource that gets the bucket name from the `ContentBucket` resource of the first stack.
1732+
- [ ] Create a custom AWS CloudFormation resource that gets the bucket name from the `ContentBucket` resource of the first stack.
17331733
- [ ] Use `Fn::Include` to include the existing template in other templates and use the `ContentBucket` resource directly.
17341734

17351735
**[⬆ Back to Top](#table-of-contents)**
@@ -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)