Skip to content

Commit a4cda09

Browse files
Improve: minor typos
1 parent 965f25a commit a4cda09

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
495495
- [ ] Improve the performance of S3 PUT operations.
496496
- [ ] Improve the latency of deployments performed by AWS CodeDeploy.
497497
- [x] Improve latency and throughput for read-heavy application workloads.
498-
- [ ] Reduce the time required to merge AWS CodeCommit branchesImprove performance of compute-intensive applications.
498+
- [ ] Reduce the time required to merge AWS CodeCommit branches.
499499
- [x] Improve performance of compute-intensive applications.
500500

501501
**[⬆ Back to Top](#table-of-contents)**
@@ -661,7 +661,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
661661
- [ ] Reserve a static external IP address and assign it to an HTTP(S) load balancing service's forwarding rule. Clients should use this IP address to connect to the service.
662662
- [ ] Reserve a static external IP address and assign it to an HTTP(S) load balancing service's forwarding rule. Then, define an A record in Cloud DNS.
663663
- [ ] Clients should use the name of the A record to connect to the service.
664-
- [x] Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal/.Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[API_NAME]/[API_VERSION]/.
664+
- [x] Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal/.
665665
- [ ] Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[API_NAME]/[API_VERSION]/.
666666

667667
**[⬆ Back to Top](#table-of-contents)**
@@ -698,7 +698,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
698698
- [x] Package the application code into a .zip file, and upload, then deploy the packaged application from the AWS Management Console.
699699
- [ ] Package the application code into a .tar file, create a new application version from the AWS Management Console, then update the environment by using AWS CLI.
700700
- [ ] Package the application code into a .tar file, and upload and deploy the packaged application from the AWS Management Console.
701-
- [x] Package the application code into a .zip file, create a new application version from the packaged application by using AWS CLI, then update the environment by using AWS CLIPackage the application code into a .zip file, create a new application version from the AWS Management Console, then rebuild the environment by using AWS CLI.
701+
- [x] Package the application code into a .zip file, create a new application version from the packaged application by using AWS CLI, then update the environment by using AWS CLI.
702702
- [ ] Package the application code into a .zip file, create a new application version from the AWS Management Console, then rebuild the environment by using AWS CLI.
703703

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

10151015
- [ ] Encrypt the game data with individual user keys.
10161016
- [x] Restrict access to specific items based on certain primary key values.
1017-
- [ ] Stage data in SQS queues to inject metadata before accessing DynamoD.
1017+
- [ ] Stage data in SQS queues to inject metadata before accessing DynamoDB.
10181018
- [ ] Read records from DynamoDB and discard irrelevant data client-side.
10191019

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

25862586
### Which of the following platforms are supported by Elastic Beanstalk? (Choose TWO)
25872587

2588-
- [x] Apache Tomcat
2589-
- [x] .NET
2590-
- [ ] IBM Websphere
2591-
- [ ] Oracle JBoss
2592-
- [ ] Jetty
2588+
- [x] Apache Tomcat.
2589+
- [x] .NET.
2590+
- [ ] IBM Websphere.
2591+
- [ ] Oracle JBoss.
2592+
- [ ] Jetty.
25932593

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

@@ -2646,7 +2646,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
26462646
- [ ] Be used to launch EC2 Instances in any AWS region.
26472647
- [ ] Only be used to launch EC2 instances in the same country as the AMI is stored.
26482648
- [x] Only be used to launch EC2 instances in the same AWS region as the AMI is stored.
2649-
- [ ] Only be used to launch EC2 instances in the same AWS availability zone as the AMI is stored
2649+
- [ ] Only be used to launch EC2 instances in the same AWS availability zone as the AMI is stored.
26502650

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

@@ -3861,7 +3861,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
38613861
- [ ] Amazon Cognito.
38623862
- [ ] Amazon Kinesis.
38633863
- [x] Amazon SNS.
3864-
- [ ] Amazon ElastiCache
3864+
- [ ] Amazon ElastiCache.
38653865

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

0 commit comments

Comments
 (0)