Nop Commerce
- This is an open source ecommerce application
- link
-
System Components
- App Server
- Database Server

-
Minimum infra required
- network
- 2 servers with ubuntu os connected to the network
- To make this application available to public we need public ip address which is mapped to some domain

How to make this work on AWS
- We need a Network which is capable of having both public and private ip address (VPC)
- We would need a server running mysql database (RDS)
- We would need a server running ubuntu where we can install nop Commerce (EC2)
- We need to configure restricted access for administration and free access over web
How to make this work on Azure
- We need a Network which is capable of having both public and private ip address (Virtual Network)
- We would need a server running mysql database (Azure For mysql)
- We would need a server running ubuntu where we can install nop Commerce (Virtual Machines)
- We need to configure restricted access for administration and free access over web
- Refer Here for Service Equivalents
Realizing nop commerce in AWS
- Create a network using vpc, we need to give private ip range
10.0.0.0/16 - To understand the next topic, today explore
- Region
- Zones (AZ): This will have many datacenters in it
- Region
