Conventions used
There are a number of text conventions used throughout this book.
Code in text
: 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: “To create the remaining two subnets for this CIDR block, repeat the command adjusting the --availability-zone-id
parameter accordingly, and also make note of the new subnet IDs.”
A block of code is set as follows:
{
“LocalGateways”: [
{
“LocalGatewayId”: “lgw-0cdc67d1ae6c75ff8”,
“OutpostArn”: “arn:aws:outposts:us-west-2:123456789012:outpost/op-8b286039iedad23e0”,
“OwnerId”: “123456789012”,
“State”: “available”,
“Tags”: []
}
]
}
Any command-line input or output is written as follows:
aws ec2 describe-local-gateway-virtual-interface-groups \
--local-gateway-virtual-interface-group-ids “lgw-vif-grp-033d2b33464749f3a” \
--region “us-west-2”;
Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Select System info from the Administration panel.”
Tips or important notes
Appear like this.