Skip to content

PacktPublishing/AWS-Networking-Cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

AWS Networking Cookbook

This is the code repository for AWS Networking Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book starts with practical recipes on the fundamentals of cloud networking and gradually moves on to configuring networks and implementing infrastructure automation. This book then supplies in-depth recipes on networking components like Network Interface, Internet Gateways, DNS, Elastic IP addresses, and VPN CloudHub. Later, this book also delves into designing, implementing, and optimizing static and dynamic routing architectures, multi-region solutions, and highly available connectivity for your enterprise.

Finally, this book will teach you to troubleshoot your VPC's network, increasing your VPC's efficiency. By the end of this book, you will have advanced knowledge of AWS networking concepts and technologies and will have mastered implementing infrastructure automation and optimizing your VPC.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

Chapters 01, 02 ,03, 04, 06, 07, 08, and 09 doesn't contain code.

The code will look like the following:

#!/bin/bash
yum update -y
yum install -y httpd24 php56 mysql55-server php56-mysqlnd
service httpd start
chkconfig httpd on
groupadd

This book assumes basic-level knowledge on Linux operating system and cloud computing. The book will go through building different networking components in AWS, which may require a basic understanding of networking and virtualization concepts. If you have an experience of networking concepts, this is a big plus. Most of the recipes provided in the book for networking components are provided by AWS and require AWS console access. For this you need moderate network connectivity to the internet. Some of the recipes that are executed on the local system are also very lightweight and can be executed on any laptop or desktop with decent configuration. Sample hardware or virtual requirements are listed as follows:

  • CPU: 4 cores
  • Memory: 8 GB RAM
  • Disk space: 80 GB

In this book, you will need the following software list:

  • AWS Tools—AWS CLI
  • Putty and puttygen
  • Internet Browser
  • Ansible
  • Python 2.7+
  • Pip
  • EPEL Repo
  • Curl / wget

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787123243

About

AWS Networking Cookbook, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •