Summary
After having learned how to build NLP solutions for a number of real-world use cases in the previous chapters, we spent this chapter reading about how to build secure, reliable, and efficient architectures using the AWS Well-Architected Framework. We first introduced what the Well-Architected Framework is, and reviewed the five pillars it is comprised of: operational excellence, security, reliability, performance efficiency, and cost optimization. We read about each of the pillars in brief, and then discussed how the Well-Architected Framework can help us build better and more efficient NLP solutions by using a matrix of best practices aligned with the Well-Architected principles and the different stages of NLP solution development.
We followed this summary of the best practices by diving deep into each one, learning how to implement them using the AWS Management Console, AWS documentation references, and some code snippets.
That brings us to the end of this book. It...