diff --git a/README.md b/README.md
index a5328e0..0f2ac37 100644
--- a/README.md
+++ b/README.md
@@ -532,9 +532,9 @@ To prepare at best for the exam you should start with an overview of the concept
> Which AWS based disaster recovery strategy will give you the best RTO?
-A) Deploy the Oracle database and the JBoss app server on EC2. Restore the RMAN Oracle backups from
+A) Deploy the Oracle database and the JBoss app server on EC2. Restore the RMAN Oracle backups from
Amazon S3. Generate an EBS volume of static content from the Storage Gateway and attach it to the
-JBoss EC2 server.
+JBoss EC2 server.
B) Deploy the Oracle database on RDS. Deploy the JBoss app server on EC2. Restore the RMAN Oracle
backups from Amazon Glacier. Generate an EBS volume of static content from the Storage Gateway and
attach it to the JBoss EC2 server.
@@ -552,7 +552,7 @@ event of this kind of failure?
A) Take 15-minute DB backups stored in Amazon Glacier, with transaction logs stored in Amazon S3 every
5 minutes.
B) Use synchronous database master-slave replication between two Availability Zones.
-C) Take hourly DB backups to Amazon S3, with transaction logs stored in S3 every 5 minutes.
+C) Take hourly DB backups to Amazon S3, with transaction logs stored in S3 every 5 minutes.
D) Take hourly DB backups to an Amazon EC2 instance store volume, with transaction logs stored in
Amazon S3 every 5 minutes.
@@ -567,9 +567,9 @@ A) Provide the JavaScript client with temporary credentials from the Security To
Vending Machine (TVM) on an EC2 instance to provide signed credentials mapped to an Amazon Identity
and Access Management (IAM) user allowing DynamoDB puts and S3 gets. You serve your mobile
application out of an S3 bucket enabled as a web site. Your client updates DynamoDB.
-B) Register the application with a Web Identity Provider like Amazon, Google, or Facebook, create an IAM
+B) Register the application with a Web Identity Provider like Amazon, Google, or Facebook, create an IAM
role for that provider, and set up permissions for the IAM role to allow S3 gets and DynamoDB puts. You
-serve your mobile application out of an S3 bucket enabled as a web site. Your client updates DynamoDB.
+serve your mobile application out of an S3 bucket enabled as a web site. Your client updates DynamoDB.
C) Provide the JavaScript client with temporary credentials from the Security Token Service using a Token
Vending Machine (TVM) to provide signed credentials mapped to an IAM user allowing DynamoDB puts.
You serve your mobile application out of Apache EC2 instances that are load-balanced and autoscaled.
@@ -600,9 +600,9 @@ encryption.
C) Use Elastic Load Balancing to distribute traffic to a set of web servers, configure the load balancer to
perform TCP load balancing, use an AWS CloudHSM to perform the SSL transactions, and write your
web server logs to a private Amazon S3 bucket using Amazon S3 server-side encryption.
-D) Use Elastic Load Balancing to distribute traffic to a set of web servers. Configure the load balancer to
+D) Use Elastic Load Balancing to distribute traffic to a set of web servers. Configure the load balancer to
perform TCP load balancing, use an AWS CloudHSM to perform the SSL transactions, and write your
-web server logs to an ephemeral volume that has been encrypted using a randomly generated AES key.
+web server logs to an ephemeral volume that has been encrypted using a randomly generated AES key.
> You are designing network connectivity for your fat client application. The application is designed for
business travelers who must be able to connect to it from their hotel rooms, cafes, public Wi-Fi hotspots,
@@ -616,9 +616,9 @@ B) Implement Elastic Load Balancing with an SSL listener that terminates the bac
application.
C) Configure an IPsec VPN connection, and provide the users with the configuration details. Create a public
subnet in your VPC, and place your application servers in it.
-D) Configure an SSL VPN solution in a public subnet of your VPC, then install and configure SSL VPN client
+D) Configure an SSL VPN solution in a public subnet of your VPC, then install and configure SSL VPN client
software on all user computers. Create a private subnet in your VPC and place your application servers in
-it.
+it.
> Your company hosts an on-premises legacy engineering application with 900GB of data shared via a
central file server. The engineering data consists of thousands of individual files ranging in size from
@@ -632,8 +632,8 @@ application’s data to AWS without losing any data and within the given timefra
A) Copy the data to Amazon S3 using multiple threads and multi-part upload for large files over the
weekend, and work in parallel with your developers to reconfigure the replicated application environment
to leverage Amazon S3 to serve the engineering files.
-B) Sync the application data to Amazon S3 starting a week before the migration, on Friday morning perform
-a final sync, and copy the entire data set to your AWS file server after the sync completes.
+B) Sync the application data to Amazon S3 starting a week before the migration, on Friday morning perform
+a final sync, and copy the entire data set to your AWS file server after the sync completes.
C) Copy the application data to a 1-TB USB drive on Friday and immediately send overnight, with Saturday
delivery, the USB drive to AWS Import/Export to be imported as an EBS volume, mount the resulting EBS
volume to your AWS file server on Sunday.