- Mastering AWS Security
- Albert Anthony
- 91字
- 2021-07-02 15:44:09
AWS Virtual Private Cloud
AWS VPC is an IaaS that allows you to create your own VPN in the cloud. You can provision your resources in this logically isolated network in AWS. This network can be configured to connect to your on-premise data center securely. You can configure firewalls for all your resources in your VPC at instance level and/or subnet level to control traffic passing in and out of your VPC. VPC has a VPC flow log feature that enables you to collect information regarding IP traffic of your VPC.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Implementing Modern DevOps
- Visual C++程序設(shè)計(jì)教程
- 軟件界面交互設(shè)計(jì)基礎(chǔ)
- Python編程完全入門教程
- Java設(shè)計(jì)模式及實(shí)踐
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第3版)
- SQL Server 2016數(shù)據(jù)庫(kù)應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- Mastering JBoss Enterprise Application Platform 7
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- 寫給大家看的Midjourney設(shè)計(jì)書
- 貫通Tomcat開發(fā)
- Android移動(dòng)應(yīng)用開發(fā)項(xiàng)目教程
- C語(yǔ)言從入門到精通
- 深入理解C++11:C++11新特性解析與應(yīng)用