Infrastructure-as-Code: 3-Tier Web App
AWS Cloud Computing|Aldin Cehic|October 17, 2024
What is the final project useful for?
A standardized method for deploying multiple servers is to use the EC2 console. For deploying multiple 100 servers, configuring each server takes a lot of time. The solution is to develop a standard template known as Infrastructure-as-Code. With the YAML template, you can deploy any number of servers using the CLI.
What does the final project look like?
Here is the link to the final project.