Book Image

AWS Certified Advanced Networking - Specialty Exam Guide

By : Marko Sluga
3 (1)
Book Image

AWS Certified Advanced Networking - Specialty Exam Guide

3 (1)
By: Marko Sluga

Overview of this book

Amazon has recently come up a with specialty certifications which validates a particular user's expertise that he/she would want to build a career in. Since the Cloud market now demands of AWS networking skills this becomes the most wanted certification to upheld ones industry portfolio. This book would be your ideal companion to getting skilled with complex and creative networking solutions. Cloud practitioners or associate-level certified individuals interested in validating advanced skills in networking can opt for this practical guide. This book will include topics that will help you design and implement AWS and hybrid IT network architectures along with some network automation tasks. You will also delve deep into topics that will help you design and maintain network architecture for all AWS services. Like most of our certification guides this book will also follow a unique approach of testing your learning with chapter-level practice exercises and certification-based mock tests. The exam mock tests will help you gauge whether you are ready to take the certification exam or not. This book will also be an advanced guide for networking professionals to enhance their networking skills and get certified. By the end of this book, you will be all equipped with AWS networking concepts and techniques and will have mastered core architectural best practices.
Table of Contents (21 chapters)
Free Chapter
1
Section 1: Introduction
3
Section 2: Managing Networks in AWS
7
Section 3: Managing and Securing Network-Attached Platform Services in AWS
12
Section 4: Monitoring and Operating the AWS Networks
14
Section 5: Network automation in AWS
16
Section 6: The Exam

To get the most out of this book

The knowledge that is required by readers in order to benefit from this book is as follows:

  • A basic understanding of general cloud computing terminology and
    environments
  • A basic understanding of networking, the OSI layers, and the IP stack
  • A basic understanding of network function devices, such as routers, firewalls, load balancers, and content delivery networks
  • A basic understanding of virtualization and server operating systems
  • A basic understanding of user and security management
  • A basic understanding of storage concepts (for example, object storage, block
    storage, and file storage)
  • A basic understanding of database services
  • A basic understanding of messaging in applications
  • A basic understanding of serverless computing
  • A basic understanding of automation and orchestration

In addition, a more in-depth understanding of the following topics will be beneficial:

  • Designing applications for high availability and resilience
  • Operating system scripting languages
  • Database structures
  • The JSON data format
  • Programming languages and application design

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/AWS-Certified-Advanced-Networking-Specialty-Exam-Guide. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

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.