Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Practical AWS Networking
Practical AWS Networking

Practical AWS Networking: Build and manage complex networks using services such as Amazon VPC, Elastic Load Balancing, Direct Connect, and Amazon Route 53

Profile Icon Mitesh Soni
By Mitesh Soni
€17.99 €25.99
Book Jan 2018 258 pages 1st Edition
eBook
€17.99 €25.99
Print
€32.99
Subscription
Free Trial
Renews at €18.99p/m
Profile Icon Mitesh Soni
By Mitesh Soni
€17.99 €25.99
Book Jan 2018 258 pages 1st Edition
eBook
€17.99 €25.99
Print
€32.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€17.99 €25.99
Print
€32.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Table of content icon View table of contents Preview book icon Preview Book

Practical AWS Networking

The Basics of Networking with AWS

In this chapter, we will look at a brief overview of Amazon Web Services (AWS) and its networking services so that we can get started quickly and have an idea about key services and key concepts.

To understand AWS, it is better to have a core understanding of what exactly it is and then look at AWS-related topics.

Cloud computing, cloud service models, cloud deployment models, and cloud characteristics that are based on the National Institute of Standards and Technology (NIST) definition will help us understand the core of cloud computing. This chapter will cover how we can categorize different services of AWS by considering cloud service models and cloud deployment models.

In this chapter, we will cover the following topics in detail:

  • The core concepts of AWS
  • Regions and Availability Zones
  • Security and compliance
  • Amazon Elastic Compute Cloud (Amazon EC2)
  • Security groups
  • An overview of networking services
  • Amazon Virtual Private Cloud (Amazon VPC
  • Amazon CloudFront
  • Amazon Route 53
  • AWS Direct Connect
  • Elastic Load Balancing
  • Auto Scaling
  • Billing Dashboard
  • AWS Total Cost of Ownership (TCO) calculator
  • Architecture—compute and networking services for a sample application

Introducing cloud computing

Cloud computing is an on-demand computing resource that provides multi-tenant or dedicated computing resources, such as compute, storage, and network, which are delivered to users over the network.

A network in the form of internet or LAN is based on the deployment model of the cloud. According to NIST's definition of cloud computing, it has both cloud deployment models and cloud service models:

Cloud deployment models define the way resources are deployed, that is, whether they are accessible over LAN or accessible over the internet. There are four cloud deployment models:

  • Public cloud, which is accessible over the internet
  • Private cloud, which is accessible over LAN and owned by an organization
  • Community cloud, where resources are shared by a specific set of organizations that share similar types of interests
  • Hybrid cloud, which combines two or more deployment models to form a cloud based on specific use cases such as databases that are on-premise due to security reasons

The cloud service model defines the way cloud resources are used by taking into consideration their flexibility or the options that are provided to users. There are three cloud service models:

  • Infrastructure as a Service (IaaS): Resources such as compute, storage, and network are accessible to users. Security and control is in the hands of users. The cloud service provider plays a limited role in resource management in this service model.
  • Platform as a Service (PaaS): Users get a platform where he/she can deploy a package directly without worrying about setting up a runtime environment. Security and control is in the hands of the cloud service provider. Users can do some configuration for versions of the web server, enable logs, set up load balancers, and so on. Users play a limited role in resource management in this service model.
  • Software as a Service (SaaS): The user creates an account, and all of the services are available directly. Office 365, Google Docs, and Zoho Docs are some popular examples of SaaS. The cloud service provider is responsible for resource management in this service model.

Cloud computing has a few characteristics that are significant, such as the multi-tenancy, pay as you go billing model that is similar to electricity billing; an on-demand self service; resource pooling for better utilization of cloud resources; rapid elasticity for scaling up and scaling down instances that are served in case of IaaS or PaaS based on needs in an automated manner; and measured services for billing.

There are many cloud service providers that provide public cloud services in the market. However, among all the providers, Amazon Web Services (AWS) has established itself as a leader in terms of innovation and the services it provides.

This all began in 2006 when AWS started providing infrastructure services.

Now, AWS services are utilized in more than 190 countries all over the world, and many research firms have announced AWS as a leader in the cloud space as well.

Regions and Availability Zones

The AWS Cloud operates in 16 geographic Regions, with 44 Availability Zones around the world. Some of these are depicted in the following diagram:

For more details, visit the following website: https://aws.amazon.com/about-aws/global-infrastructure/.

A Region is a location in any part of the world, whereas Availability Zones (AZs) are separate data centers that are available in a specific region:

Each region is isolated from another region, and each Availability Zone is planned as an independent failure zone to support highly available resources, fault-tolerant resources, and scalable application architecture.

Security and compliance

Security in AWS is a shared responsibility based on the cloud service model that's used by the customer or user. In AWS, physical resources, such as servers, storage, and the network, are managed by AWS. Users don't have to worry about security since AWS has already put in best practices and it is transparent.

It is up to you to configure security in AWS as per the proven best practices that are available for the AWS infrastructure.

Users can configure security groups and access control lists, Virtual Private Cloud (VPC), and identity and access management to make the resources in the cloud more secure:

Compliance is extremely important for the assurance of security and protection. Security and compliance are both shared responsibilities for AWS and the AWS customer, and is based on how much the cloud service model is used by the customer. AWS complies to SOC 1/ISAE 3402, SOC 2, SOC 3, FISMA, DIACAP, FedRAMP, PCI DSS Level 1, ISO 9001, ISO 27001, ISO 27018, and so on.

Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (EC2) is a web service. Do you remember Amazon Web Services?

Amazon EC2 provides compute services in the Amazon Cloud.

Is it easy to get your hands on it?

Yes; you can create an account and use the free tier to create a simple instance:

The AWS free tier allows you to gain free, hands-on experience with the AWS platform and its products and services. Refer to https://aws.amazon.com/free/ for more information.

You need to follow these steps to create an instance:

  1. Go to aws.amazon.com and log in with your credentials.
  2. Click on Services in the top bar:
  1. Select EC2 from the Compute services that are available in the AWS Portal.
  2. The Amazon EC2 dashboard provides details related to a number of running instances, such as Elastic IPs, Volumes, Key Pairs, Snapshots, Load Balancers, Security Groups, Service Health, Supported Platforms, Default VPC-related information, and so on:
  1. Click on the Launch instance and follow the simple wizard to create an instance.
  2. After you have created an instance, the EC2 dashboard will give complete details of your Amazon EC2 instance.
  3. Click on Instances in the EC2 dashboard to get details on all the instances that you have created in Amazon EC2:

You can edit instance configuration, restart an instance, or terminate an instance from the Action menu, which can be found in the EC2 dashboard.

Instances come in different types, and are based on usage and pricing:

To get more details on the various instance types that are available, visit Amazon EC2 instance types at https://aws.amazon.com/ec2/instance-types/ and Amazon EC2 pricing at https://aws.amazon.com/ec2/pricing/.
Left arrow icon Right arrow icon

Key benefits

  • Master your networking skills on Public Cloud
  • Gain hands-on experience of using Amazon VPC, Elastic Load Balancing, Direct Connect and other AWS products
  • Implement troubleshooting skills and best practices for security on AWS network

Description

Amazon Web Services (AWS) dominates the public cloud market by a huge margin and continues to be the first choice for many organizations. Networking has been an area of focus for all the leading cloud service providers. AWS has a suite of network-related products which help in performing network related task on AWS. This book initially covers the basics of networking in AWS. Then we use AWS VPC to create an isolated virtual cloud for performing network-related tasks. We then provide an overview of AWS Direct Connect after taking a deep dive into scalability and load balancing using the auto scaling feature, Elastic Load Balancing, and Amazon Route S3. Toward the end of the book, we cover troubleshooting tips and security best practices for your network. By the end of this book, you will have hands-on experience of working with network tasks on AWS.

What you will learn

  • Overview of all networking services available in AWS
  • Gain work with load balance applications across different regions
  • Learn auto scale instances based on increases and decreases in traffic
  • Deploy applications in a highly available and fault tolerant manner
  • Configure Route 53 for a web application
  • Troubleshooting tips and best practice

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 4, 2018
Length 258 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781788398299
Vendor :
Amazon
Concepts :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want

Product Details

Publication date : Jan 4, 2018
Length 258 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781788398299
Vendor :
Amazon
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together

Stars icon
Total 57.97 83.97 26.00 saved
AWS Administration - The Definitive Guide.
€19.99 €28.99
Expert AWS Development
€19.99 €28.99
Practical AWS Networking
€17.99 €25.99
=
Book stack Total 57.97 83.97 26.00 saved Stars icon

Table of Contents

15 Chapters
Title Page Chevron down icon Chevron up icon
Copyright and Credits Chevron down icon Chevron up icon
Dedication Chevron down icon Chevron up icon
Packt Upsell Chevron down icon Chevron up icon
Contributors Chevron down icon Chevron up icon
Preface Chevron down icon Chevron up icon
1. The Basics of Networking with AWS Chevron down icon Chevron up icon
2. Amazon VPC Chevron down icon Chevron up icon
3. Elastic Load Balancing Chevron down icon Chevron up icon
4. Auto Scaling Chevron down icon Chevron up icon
5. Amazon Route 53 Chevron down icon Chevron up icon
6. AWS Direct Connect Chevron down icon Chevron up icon
7. Security Best Practices Chevron down icon Chevron up icon
8. Troubleshooting Tips Chevron down icon Chevron up icon
1. Other Books You May Enjoy Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.