Site icon Big Data Demystified

AWS Enterprise grade Networking & security| what are your options to protect your big data?

VPC features

VPC examples

VPN options at AWS

Options to upload securely FROM VPC to Outside

  1. VPC endpoint (NAT, and ACL rules)
    • You can define Routing. E.g from VPC to s3.
  2. VPC peering
    • to connect to VPC groups. Even on different accounts.
  3. NAT gateways,
    • to enable instances in a private subnet to connect to the Internet or other AWS services, but prevent the Internet from initiating a connection with those instance
  4. Internet Gateways
    • An Internet gateway is a horizontally scaled, redundant, and highly available VPC component that allows communication between instances in your VPC and the Internet. It therefore imposes no availability risks or bandwidth constraints on your network traffic.

Secured connection from WWW to VPC

  1. Bastion host: server in the middle
    • Simple, straight forward IP+port to easily pass a FW from a DC
    • Non HA.
    • Increased latency, 2 hops architecture… 🙁
  2. Proxy server (socks)
    • Will be good for any future usage such as Streaming.
    • need to maintain a proxy cluster
  3. VPN tunnel
    • Need to maintain private LAN IP’s on both end points
    • Slower in upload
  4. Endpoints

 

VPC private subnet + Virtual Private Gateway

VPC peering

  1.       Apparently VPC peering is available only for connecting between VPCs in the same region (it can be cross accounts but has to be in the same region):

http://docs.aws.amazon.com/AmazonVPC/latest/PeeringGuide/Welcome.html

  1.       For connecting VPCs in different regions there are several architectural options you can read about it in the following blog:

https://aws.amazon.com/answers/networking/aws-multiple-region-multi-vpc-connectivity/

Great Read | How to Define VPC with private and public subnet

http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Scenario2.html

This blog , if you go through it step by step and implement it – you will know aws networking inside out!

 

VPC best practices

 

 

 

 

 

Technical Notes to pay attention on AWS VPC networking | Summery

Summery

 

Need to learn more about aws big data (demystified)?



——————————————————————————————————————————

I put a lot of thoughts into these blogs, so I could share the information in a clear and useful way. If you have any comments, thoughts, questions, or you need someone to consult with, feel free to contact me:

https://www.linkedin.com/in/omid-vahdaty/



Exit mobile version