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
-
As we need to create subnets
- AWS: Subnet is mapped to a availability zone
-
For nop Commerce lets create two subnets
- app
- db
- AWS: AWS used id’s over names
- Watch recording for steps
- We have create a network with one public and one private subnet
-
Lets create two security groups
- one for nop commmerce (80,5000,22)
- one for mysql (3306)
- Lets create an ec2 instance in app subnet (Watch recording)
- To connect to linux instance
ssh -i <path to pem> username@ipaddress
