- AWS Automation Cookbook
- Nikit Swaraj
- 182字
- 2021-07-02 23:00:35
Conventions
In this book, you will find a number of text styles 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: "The reason for this is we have given access to only two operations or actions: git push and git clone."
A block of code is set as follows:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"codecommit:GitPull",
"codecommit:GitPush"
],
"Resource": "arn:aws:codecommit:us-east-1:x60xxxxxxx39:HelloWorld"
}
]
}
Any command-line input or output is written as follows:
# git config --global user.name “awsstar”
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Click on Create Policy; then we will have our own custom policy."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Mastering Mesos
- 機器學習及應用(在線實驗+在線自測)
- R Machine Learning By Example
- Mastering D3.js
- 網絡化分布式系統預測控制
- 項目管理成功利器Project 2007全程解析
- Xilinx FPGA高級設計及應用
- 深度學習原理與 TensorFlow實踐
- 企業級Web開發實戰
- 中文版Photoshop情境實訓教程
- 網絡安全概論
- 軟件需求十步走
- fastText Quick Start Guide
- Microsoft Office 365:Exchange Online Implementation and Migration(Second Edition)
- 細節決定交互設計的成敗