An enterprise is migrating its legacy document-indexing application to AWS. The application currently runs on a cluster of self-managed virtual machines that parse uploaded files, extract text, and index the content into a local database. The migration team's initial plan is to deploy a fleet of Amazon EC2 instances in an Auto Scaling group, running a self-managed search index cluster on those instances. A solutions architect reviews this plan and recommends replacing the self-managed search index cluster with Amazon OpenSearch Service, and using AWS Lambda to trigger the parsing and indexing process directly from Amazon S3 uploads. Which design principle of the AWS Cloud is the architect primarily advocating for by recommending Amazon OpenSearch Service and AWS Lambda over self-managed EC2 instances?
- Services not serversAnswer
- BLoose coupling
- CElasticity
- DDisposable resources