Summary
In this chapter, we talked about the various options you have when it comes to hosting and deploying your ASP.NET Core 2.0 web applications.
You learned what hosting is and how to choose the appropriate solutions for a given use case. This will allow you to make better decisions for your own applications.
You have seen how to sign up for an Amazon Web Services account, how to provision the technical environment, and how to deploy ASP.NET Core 2.0 web applications.
Furthermore, you have seen how to sign up for a Microsoft Azure account, how to provision the technical environment, and how to deploy ASP.NET Core 2.0 web applications using this powerful public cloud computing platform.
We then talked about Docker and the various deployment choices you have when using this modern, increasingly adopted, and impactful technology. You are well prepared for the future since Docker may well completely change our way of thinking concerning deploying and managing applications.
In the next chapter...