Exercise This exercise demonstrates end to end release management and infrastructure knowledge of a DevOps engineer.
- Create a html page which says "Hello World". Bonus - Page is in a programming language of your choice and displays "hello world". Bonus Bonus - page that connects to a MySQL database and displays "Hello World" from the database table.
- Html Page needs to be in source control - GITHUB
- The solution needs to leverage a buildspec file
- The infrastructure needs to use Cloud Formation to provision the server(s) to host and display the html page. No restriction on OS other than the HTML page needs to be accessible via HTTP. Bonus - the page is accessible via https
Test branches Duane