Giter Club home page Giter Club logo

aws_vpc_overview's Introduction

AWS_VPC_Overview

https://docs.aws.amazon.com/vpc/latest/userguide/images/nat-gateway-diagram.png

  • Amazon Virtual Private Cloud (VPC) enables you to launch AWS resources into a virtual network that you've defined. This virtual network closely resembles traditional network that you'd operate in your own data center but with the benefits of using scalable infrastructure of AWS.

  • There are three types of IP address in AWS. A private IP address that's not reachable over the Internet and is used for communication between instances in the same network. A public IP address that is reachable from the internet, which you can use for communication between your instances and the internet. And finally, an elastic IP address this is a static public persistent IP address that persists after an instance restarts whereas a public IP address is risked associated after each restart.

  • Amazon defines a subnet as a range of IP addresses in your VPC. You can launch AWS resources into a subnet, which is always mapped to a single availability zone. We use a public subnet resources that must be connected to the internet and a private subnet for resources that won't be connected to the Internet. To allow your VPC the ability to connect to the internet you need to attach an Internet gateway, which only one Internet gateway can exist per VPC.

  • A route table determines where network traffic is directed. It defines a set of rules every subnet has to be associated with a root table and a subnet can only have an association with one root table, however, multiple subnets can be associated to the same root table.

  • You can use a NAT device to enable instances in a private subnet to connect to the internet or other AWS services, but that device will prevent the internet from initiating connections with instances inside your private subnet.

  • Security group acts as a virtual firewall that controls the traffic for one or more instances. You add rules to each security group that allow traffic to or from its associated instances.

  • A network access control list (network ACL) is an optional layer of security for a VPC that acts as a firewall for controlling traffic in and out of one or more of your subnets.

aws_vpc_overview's People

Contributors

anishmoktan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.