Book Image

IBM SmartCloud Essentials

By : Edwin Schouten
Book Image

IBM SmartCloud Essentials

By: Edwin Schouten

Overview of this book

IBM, the oldest technology company in the world, has a wide variety of powerful cloud services to offer from its IBM SmartCloud portfolio. Being able to differentiate them, and knowing how to use them efficiently gives you a competitive advantage over others. Starting with the basics of cloud computing, this guide covers the wide range of cloud components, services, and solutions in the IBM SmartCloud portfolio. Following on from this, you'll be introduced to the public , Infrastructure as a Service (IaaS) cloud service - IBM SmartCloud Enterprise; before peeking into the future of IBM cloud services. Using this book, you will discover the advantage of both traditional enterprise computing and public cloud computing. You will explore IBM's portfolio of cloud computing solutions ranging from infrastructure services (IaaS), to business services (BPaaS), and private to public cloud. You will be taken through a number of in-depth use-cases, examples, and hand-on exercises that will help you to take advantage of infrastructure as a service solution IBM SmartCloud Enterprise quickly and easily. You will learn everything you need to know about the IBM SmartCloud Enterprise, including how to take advantage of cloud computing within your organization.
Table of Contents (14 chapters)

Provisioning our first virtual machine instance


The best way to learn is by actually doing it. Therefore, let's get some hands-on experience first. We assume that you have already signed up and have the ability to log in to the SCE management console. If not, please follow the process described in the previous chapter to get an account.

We will use the following example scenario. You want to deploy a LAMP (Linux®, Apache™, MySQL®, PHP) based database-driven web application called PACKT for your mostly Europe-based customers for alpha testing purposes. It must be easily reachable by the users via Internet. You do not want to lose the data in the database, and so it must be stored in some persistent storage such as the block storage described in the previous chapter.

Since you are still in the testing phase, a small virtual machine instance would suffice. As the user base is small, a system-generated-publically-accessible IP address would be acceptable.

We will next discuss how these requirements...