I want to configure a Firewall and a Startup Script with Deployment Manager template in .yaml file
Below are the steps I need to perform
- A new Deployment Manager deployment has been created
- The deployment includes a virtual machine that has an embedded startup-script
- The virtual machine that has a startup-script also has a tag item called http
- A firewall rule exists that allows port 80 (http) traffic and is applied using a tag with a value of http
- The virtual machine responds to web requests using the Apache web server
- Check that Deployment manager includes startup script and firewall resources
I'm facing problem with fifth step. All other steps complete successfully. However, fifth step shows error that "No VM responds to web requets". I can see the Apache Welcome page.