- OpenStack Cloud Security
- Fabio Alessandro Locati
- 187字
- 2021-07-16 13:28:18
Chapter 2. OpenStack Security Challenges
As we have seen in the first chapter, each level of your infrastructure can be an object of the unwanted attention for an attacker. Software is no exception to this. There are a lot of attacks that aim to find bugs or misconfigurations in software and exploit them to gain access to the machines that run the software, or to data. OpenStack, with all its parts and all the software it relies on, can be a very effective attack vehicle if not safely configured, due to its very trustful policy that allows nodes to access all data if the node requires it. So, an attacker can quickly compromise and obtain your data if he or she is able to compromise a single node.
Before looking at OpenStack directly, I would like to deal with a critical aspect: security in cloud environments; that is, the ownership of machines.
In this chapter, we will to cover:
- The differences between the private and the public cloud with a focus on the security aspects
- The possible security threats to a cloud components of OpenStack
- Microsoft Application Virtualization Cookbook
- Mastering Natural Language Processing with Python
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- 高級C/C++編譯技術(典藏版)
- Node.js Design Patterns
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Learning AngularJS for .NET Developers
- QGIS Python Programming Cookbook(Second Edition)
- Machine Learning for Developers
- Django Design Patterns and Best Practices
- jQuery從入門到精通(微課精編版)
- 你真的會寫代碼嗎
- 透視C#核心技術:系統架構及移動端開發
- JavaWeb入門經典