- 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.
- Ansible Configuration Management
- 自動控制工程設計入門
- Deep Learning Quick Reference
- 基于LabWindows/CVI的虛擬儀器設計與應用
- Spark編程基礎(Scala版)
- 西門子PLC與InTouch綜合應用
- 數控銑削(加工中心)編程與加工
- Learning Apache Cassandra(Second Edition)
- 工業機器人現場編程(FANUC)
- Blender Compositing and Post Processing
- 完全掌握AutoCAD 2008中文版:機械篇
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- 網絡化分布式系統預測控制
- 數據庫系統原理及應用教程(第5版)
- Kubernetes for Developers