Book Image

Hybrid Cloud for Architects

By : Alok Shrivastwa
Book Image

Hybrid Cloud for Architects

By: Alok Shrivastwa

Overview of this book

Hybrid cloud is currently the buzz word in the cloud world. Organizations are planning to adopt hybrid cloud strategy due to its advantages such as untested workloads, cloud-bursting, cloud service brokering and so on. This book will help you understand the dynamics, design principles, and deployment strategies of a Hybrid Cloud. You will start by understanding the concepts of hybrid cloud and the problems it solves as compared to a stand-alone public and private cloud. You will be delving into the different architecture and design of hybrid cloud. The book will then cover advanced concepts such as building a deployment pipeline, containerization strategy, and data storage mechanism. Next up, you will be able to deploy an external CMP to run a Hybrid cloud and integrate it with your OpenStack and AWS environments. You will also understand the strategy for designing a Hybrid Cloud using containerization and work with pre-built solutions like vCloud Air, VMware for AWS, and Azure Stack. Finally, the book will cover security and monitoring related best practices that will help you secure your cloud infrastructure. By the end of the book, you will be in a position to build a hybrid cloud strategy for your organization.
Table of Contents (19 chapters)
Title Page
Copyright and Credits
Software Hardware List
Packt Upsell
Contributors
Preface
Index

Setting up a public cloud – AWS


We are finally at the doingsection of the book. The steps we will follow to accomplish the aforementioned tasks are: 

  • Create an account in AWS 
  • Create a VPC 
  • Create and configure a VGW 
  • Create subnets and view the routing table

Once we are done, we will set up an access and secret key in order to be able to use the API calls to AWS.

Creating an account in AWS

For the purposes of the book, we can create an account in AWS. If you have an existing account, we can use that too. 

We can create an AWS account by visiting https://aws.amazon.com/free/ and click on Create a Free Account:

  1. You will be taken to Create a New AWS Account, fill in the preliminary details, you will be taken to a new screen.
  2. Choose Company Account or Personal Account. (Choose personal—if you are using it for personal testing or following along). 
  3. Type the requested account information, and then choose Create account.
  4. Enter Payment/Card details—do not worry, if you stick to using free tier services, you...