
AWS Certified Advanced Networking – Specialty (ANS-C01) Certification Guide
By :

Several text conventions are used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, and user input. Here is an example: “An ENI can be created using the AWS CLI create-network-interface
command.”
A block of code is set as follows:
AWSTemplateFormatVersion: "2010-09-09" Resources: myvpc: Type: AWS::EC2::VPC Properties: CidrBlock: 10.16.0.0/16 mysubnet: Type: AWS::EC2::Subnet DependsOn: myvpc
Bold: Indicates a new term or an important word. For example, words in menus or dialog boxes appear in the text like this. Here is an example: “This chapter will focus on the critical building blocks within a virtual private cloud (VPC) around network interfaces and public IP addresses, and then shift to focusing on building connectivity.”
Tips or important notes
Appear like this.