From the course: AWS Certified SysOps Administrator - Associate (SOA-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

AWS deployment services

AWS deployment services

- [Instructor] There are different ways to build, test, and deploy your applications to your development or production environments. Back in the day, we used to just copy a zip file, or Word file, or the binary files in the web apps directory of our web servers. Then we have to manually configure and start your Apache, Nginx, and IBM WebSphere servers to reflect the changes. This process is called a manual deployment, and it's prone to a lot of human errors. There are a lot of moving parts that we have to do by hand, which may take several hours to complete. Worse, provisioning the required virtual web server or a dedicated database cluster will take you weeks or even months to accomplish due to lack of automation. Good thing that nowadays, you can do your deployment in the blink of an eye through the various deployment tools available at your disposal. AWS offers a number of services that provide deployment and management…

Contents