官术网_书友最值得收藏!

  • Effective DevOps with AWS
  • Yogesh Raheja Giuseppe Borgese Nathaniel Felsen
  • 225字
  • 2021-07-23 16:27:20

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: "Click on the start button and search for settings option."

A block of code is set as follows:

var http = require("http") http.createServer(function (request, response) {
// Send the HTTP header
// HTTP Status: 200 : OK
// Content Type: text/plain
response.writeHead(200, {'Content-Type': 'text/plain'})
// Send the response body as "Hello World" response.end('Hello World\n')
}).listen(3000)

// Console will print the message console.log('Server running')

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

$ aws ec2 describe-instance-status --instance-ids i-057e8deb1a4c3f35d --output text| grep -i SystemStatus

SYSTEMSTATUS ok

Any command-line input or output is written as follows:

$ aws ec2 authorize-security-group-ingress \
   --group-name HelloWorld \
   --protocol tcp \
   --port 3000 \
   --cidr 0.0.0.0/0

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: "In this menu, find the feature called Windows Subsystem for Linux (Beta)."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 北海市| 略阳县| 锡林郭勒盟| 全椒县| 金阳县| 南和县| 富宁县| 石门县| 巴林左旗| 民丰县| 鱼台县| 大同市| 兴仁县| 密山市| 信丰县| 隆子县| 泉州市| 天柱县| 疏勒县| 海宁市| 龙山县| 南郑县| 吴旗县| 滦南县| 林甸县| 探索| 彰武县| 芮城县| 藁城市| 建昌县| 拜城县| 台江县| 广德县| 台东市| 富平县| 庄浪县| 彭泽县| 鄂温| 衡阳县| 东台市| 伊金霍洛旗|