From the course: AWS Certified Advanced Networking - Specialty (ANS-C01) Cert Prep

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

AWS deployment services

AWS deployment services

- [Instructor] There are different ways to build tests and deploy your applications through development or production environments. Back in the day, we used to just copy a zip file, a wire file, or the files in the web apps directory of our web servers. Then we have to manually configure and start our Apache, Nginx and IBM web 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 versus provisioning the required virtual web server or 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 varsity deployment tools available at your disposal. AWS offers a number of services that provide deployment and management capabilities for one…

Contents