AWS Certified Solutions Architect – Professional — Question 859

An on-premises application will be migrated to the cloud. The application consists of a single Elasticsearch virtual machine with data source feeds from local systems that will not be migrated, and a Java web application on Apache Tomcat running on three virtual machines. The Elasticsearch server currently uses 1 TB of storage out of 16 TB available storage, and the web application is updated every 4 months. Multiple users access the web application from the Internet. There is a 10Gbit AWS Direct Connect connection established, and the application can be migrated over a scheduled 48-hour change window.
Which strategy will have the LEAST impact on the Operations staff after the migration?

Answer options

Correct answer: D

Explanation

Using managed services like Amazon ES (now Amazon OpenSearch Service) and AWS Elastic Beanstalk significantly reduces the administrative and operational burden on the IT staff post-migration compared to managing raw EC2 instances or VMs. Migrating 1 TB of Elasticsearch data is easily completed within the 48-hour change window over a 10Gbit Direct Connect connection by pausing the feeds, performing an export/import, and avoiding the complexity of AWS DMS which is not optimal for this specific VM-to-managed-service shift.