- Mastering AWS Security
- Albert Anthony
- 157字
- 2021-07-02 15:44:02
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Amazon EC2 key pair that is stored within AWS is appended to the initial operating system user’s ~/.ssh/authorized_keys file".
A block of code is as follows:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "ec2:Describe*",
"Resource": "*"
}
]
}
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Statistic chosen is Average and the period is 5 Minutes:"
Warnings or important notes appear like this
Tips and tricks appear like this.
推薦閱讀
- 三維圖形化C++趣味編程
- MySQL數據庫管理與開發(慕課版)
- Flux Architecture
- Android Native Development Kit Cookbook
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- JavaScript前端開發基礎教程
- Pandas 1.x Cookbook
- 美麗洞察力:從化妝品行業看顧客需求洞察
- MATLAB語言及編程實踐:生物數學模型應用
- SQL優化核心思想
- 計算機視覺增強現實應用程序開發
- Visual C++.NET 2010開發實踐:基于C++/CLI
- 零基礎HTML+CSS+JavaScript學習筆記
- Java程序設計