TASK 12
As the Cloud Administrator, you have been tasked to update the Atlas App cloud template in the Atlas project. Perform the following tasks:
1. Edit the existing cloud template Atlas App. such that it is a multi-tier application that meets the following requirements:
• 2 Web servers
• 1 Database server
• The Database server is always built before the Web servers
• 2 NSX Networks:
o The first network should use the NAT feature
• Resource Name: external
• Second network should be an existing network
• Resource Name: internal o All networks should be restricted to use only the Atlas project networks
o The internal network should be restricted to use only the nsx-atlas-existing NSX network
• Both the web and db VMs should be connected to the internal network
2. Add an NSX load balancer to provide access from the outside to the two Web servers:
• Resource Name: IbWeb
• Port: 443
• Protocol: HTTPS
3. Assign an existing Security Group to the Web servers:
• Resource Name: sgWeb
• Instances: Web Sewers
• Constraint Tag Key: sg
• Constraint Tag Value: atlasweb
Submit