- AWS Certified Advanced Networking:Specialty Exam Guide
- Marko Sluga
- 130字
- 2025-04-04 14:19: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: "To perform this, we can add WaitCondition to CreationPolicy."
A block of code is set as follows:
{
"Transform" : {
"Name" : "AWS::Include",
"Parameters" : {
"Location" : "s3://cftemplatebucket/simple-network-stack.json"
}
}
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: "Open the CloudFormation console and click on Create stack."
Warnings or important notes appear like this.
Tips and tricks appear like this.