- 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.
- Designing Machine Learning Systems with Python
- Python程序設(shè)計(jì)教程(第2版)
- 數(shù)據(jù)庫(kù)系統(tǒng)教程(第2版)
- LabVIEW Graphical Programming Cookbook
- Java入門很輕松(微課超值版)
- OpenCV for Secret Agents
- Multithreading in C# 5.0 Cookbook
- NGINX Cookbook
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- Python編程:從入門到實(shí)踐(第3版)
- 編程可以很簡(jiǎn)單
- MINECRAFT編程:使用Python語(yǔ)言玩轉(zhuǎn)我的世界
- SQL Server 2014 Development Essentials
- HTML5+CSS3+jQuery Mobile+Bootstrap開發(fā)APP從入門到精通(視頻教學(xué)版)
- AI輔助編程Python實(shí)戰(zhàn):基于GitHub Copilot和ChatGPT