- Amazon Fargate Quick Start Guide
- Deepak Vohra
- 143字
- 2021-08-13 16:07:19
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Verify that the version is 3.0 with the get-host command."
A block of code is set as follows:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": "ecs-tasks.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
Any command-line input or output is written as follows:
Set-ExecutionPolicy RemoteSigned
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The Edit container dialog gets displayed."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 3D Printing with RepRap Cookbook
- 流處理器研究與設計
- 永磁同步電動機變頻調速系統及其控制(第2版)
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- 人工智能與人工生命
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- Kubernetes for Developers
- 學會VBA,菜鳥也高飛!
- Docker on Amazon Web Services
- Artificial Intelligence By Example
- 人工智能:智能人機交互
- 工業機器人操作
- 智能小車機器人制作大全(第2版)
- Practical Network Automation
- Oracle Blockchain Quick Start Guide