-1

What i understand from Cloud is , it is something to share computing resources (RAM,CPU,Network etc) among several virtual instances on that cloud infrastructure. read here

But in case of AWS VPC , it have nothing to do with RAM,CPU etc, It is just something Like VPN, where we create our private network.

So why it is named as Virtual Private Cloud?

vivex
  • 2,496
  • 1
  • 25
  • 30

1 Answers1

2

Its mostly a networking and security model. Classic, which existed before VPC, had very limited control of network and security. VPC allows you control of subnets, network interfaces, inbound and outbound security rules.

datasage
  • 19,153
  • 2
  • 48
  • 54