Question 380:
An organization needs a plan to store a large number of files.
Answer options:
A.Ensure that you have RDS set up as an asynchronous Multi-AZ deployment, which automatically provisions and maintains an asynchronous “standby” replica in a different Availability Zone. B.Set up a number of smaller instances in a different region, which all have Auto Scaling and Elastic Load Balancing enabled. If there is a network outage, these instances will auto scale up. As long as spot instances are used and the instances are small, this should remain a cost-effective solution. C.S3 should be considered due to the low cost of S3 storage. Enable cross-region replication for the S3 buckets. D.Set up pre-configured servers using Amazon Machine Images. Use an Elastic IP and Route 53 to quickly switch over to your new infrastructure if there are any problems when you run your health checks.