Question 64:
A company is managing a customer`s application which currently includes a three-tier application configuration. The first tier manages the web instances and is configured in a public subnet in an AWS VPC. The second layer is the application layer. As part of the application code, the application instances upload large amounts of data to Amazon S3. Currently, the private subnets that the application instances are running on have a route to a single t2.micro NAT instance. The application, during peak loads, becomes slow, and customer uploads from the application to S3 are not completing and taking a long time. Which steps might you take to solve the issue using the most cost-efficient method? Choose the correct answer from the options below.
Answer options:
A.Configure Auto Scaling for the NAT instance to handle an increase in load. B.Create a VPC S3 endpoint. C.Increase the NAT instance size; network throughput increases with an increase in instance size. D.Launch an additional NAT instance in another subnet and replace one of the routes in a subnet with the new instance.