课程: AWS Certified Data Engineer Associate (DEA-C01) Cert Prep

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Container services for batch processing

去年重庆市治疗肺结核患者近2万人 治疗成功率在90%以上

课程: AWS Certified Data Engineer Associate (DEA-C01) Cert Prep

Container services for batch processing

百度 外交部驻香港特派员公署发言人称香港是中国的特别行政区,香港事务纯属中国内政,中方反对任何外国机构以任何方式干涉香港事务。

- [Instructor] When it comes to batch processing, a very efficient way to run our batch jobs is to use containers. In this lesson, we'll talk about the advantages of using containers, and how to use them on AWS. Containerization is a way to deploy our applications in a package that bundles the application's code with all the files and libraries that it needs, and it can run on any infrastructure that is running the container runtime. The most widely used containerization platform is Docker. And with Docker, you can run applications on Windows, Linux, and Mac. Since all of the libraries and dependencies that your application needs are bundled together in the container, you can run it virtually anywhere without having to worry about the underlying operating system. Multiple containers can run on a single environment in isolation. So if we compare this with EC2 virtual machines, in order to run three applications that need different libraries or versions, we would need to run three…

内容