DEV Community

Fenil Patel
Fenil Patel

Posted on

AWS - Learning

MY notes link of excalidraw : https://excalidraw.com/#json=-nhzEMq14Cx_Qi8IxFNyF,kWGwJKuXST4GUgMK4Otzew

Today I learn about *VPC *- Virtual Private cloud
Insides of Data Center there can be more than one virtual machines [ Virtual Server ]

  1. What is VPC ?
  2. It's networking service . With this we can define our network and control it . Also that we can create isolated network for better privacy and security That's the main purpose of this .
  3. Where we can launch and manage our resources

Image description

*Request *:
Someone from outside of the organization wants to access or use the resource for that it'll send request to servers through web browser

*Gateway *:
It's entry point from where request can enter to the resource . It's similar to our house's main door from where we can enter the house and access it .

load balancer

  • It's work as intermediate between server and client
  • When some time there can be overload of request made server down for solve this issue we use load balancer
  • it will send particular request to it's target via their target ip

*Route *

  • When request will follow the route to reach it's destination
  • It will make other resource secure

*Security Group Authentication *

  • Before reaching to final destination , security group make sure to check the authenticity for one more time after gateway
  • This is the last step before access the resource enter to virtual private cloud

Image description

Here's the i created the flow of request
Image description

Top comments (0)