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! 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
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
AWS Administration ??? The  Definitive Guide

You're reading from   AWS Administration ??? The Definitive Guide Learn to design, build, and manage your infrastructure on the most popular of all the Cloud platforms - Amazon Web Services

Arrow left icon
Product type Paperback
Published in Feb 2016
Publisher Packt
ISBN-13 9781782173755
Length 326 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Table of Contents (17) Chapters Close

AWS Administration – The Definitive Guide
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. Introducing Amazon Web Services FREE CHAPTER 2. Security and Access Management 3. Images and Instances 4. Security, Storage, Networking, and Lots More! 5. Building Your Own Private Clouds Using Amazon VPC 6. Monitoring Your AWS Infrastructure 7. Manage Your Applications with Auto Scaling and Elastic Load Balancing 8. Database-as-a-Service Using Amazon RDS 9. Working with Simple Storage Service 10. Extended AWS Services for Your Applications Index

Best practices and recommendations


The following are some key best practices and recommendations to keep in mind when using VPCs:

  • Plan and design your VPC before actually implementing one. Determine the right choice of subnet that your application will need and build your VPC around it.

  • Choose your VPC's network block allocation wisely. A /16 subnet can provide you with a potential 65,534 IP addresses that rarely will get utilized. So ideally, go for a /18 (16,382 IP addresses) or a /20 (4094 IP addresses) as your VPC network choice.

  • Always plan and have a set of spare IP address capacity for your VPC. For example, consider the network block for my VPC as 192.168.0.0/18.

  • In this case, we design the subnet IP addressing as follows:

    • 192.168.32.0/19 Public Subnet

    • 192.168.64.0/19 Public Subnet spares

    • 192.168.128.0/20 Private Subnet

    • 192.168.192.0/20 Private Subnet spares

  • Remember that you cannot edit a network block's size once it is created for a VPC. The only way to change the network block is by...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images