- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 213字
- 2021-07-02 18:59:40
Public versus private subnets
When you set up a cloud environment for analytics, you are creating your own networking environment. You, or hopefully a skilled network guru, will need to define the networking structure. A basic component of this is the concept of subnets.
Subnets are logical subdivisions of the overall network in your cloud environment. You launch resources into a subnet where it will follow the internet addressing rules defining for the subnet. A public subnet has resources that can be addressable from the outside internet. This does not mean that all resources in the subnet can be found from the outside; you would need to assign a public IP address to it first.
A private subnet is not addressable from the outside internet. There are methods to allow internet communication through a gateway device, usually a Network Address Translation (NAT) device, but an outside object cannot initiate communication directly with something in a private subnet.
Most analytic processing should happen in a private subnet for security reasons, which adds some complexity in connecting with resources. This is why we are discussing it here. However, it is more than worth it to secure it from mischief. Know which of your subnets are private and make sure to spin up new resources there.
- Reporting with Visual Studio and Crystal Reports
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(微課版)
- 深入淺出Spring Boot 2.x
- Android Application Development Cookbook(Second Edition)
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計(jì)算
- 鋒利的SQL(第2版)
- QGIS:Becoming a GIS Power User
- C程序設(shè)計(jì)案例教程
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計(jì)
- Learning AWS
- PrimeFaces Blueprints
- Mastering Adobe Captivate 7
- Java程序設(shè)計(jì)教程
- C語言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)與習(xí)題精解
- Slick2D Game Development