Friday, October 5, 2018

A Course Guide to Cloud Deployment Models 2018


INTRODUCTION


In recent years, we have seen that more and more companies are launching into the movement of cloud computing. And 2018 will not be different. This Gartner study predicts that 30% of the new software investments of the top 100 providers will have changed from the cloud to the cloud. "Gartner goes on to say that a" no cloud "policy will become as rare as a policy" without internet "

Deployment in the cloud has proven to be incredibly beneficial, not only for security and reliability, but also for developer deployments.It is not enough simply to "change to the cloud". Different cloud environments can be more profitable for different teams, based on size, budget or specific needs.

If you are already using cloud computing resources and are trying to make a change or taking the leap of faith for the first time, understanding how to use the cloud more efficiently can be a difficult task.

The first step is to gain a deeper understanding of each model. From there, you will be more prepared to analyze the position of your organization and make the most informed decision possible.


Private cloud

When a cloud is provided exclusively for a company, it is classified as a private cloud. The cloud can be owned by the company, a third-party provider or a combination of the two. The cloud can exist in the place or outside the company.

If we think of cloud infrastructure as office space, a private cloud would be when a company had its own office building. Just as a company can own the building or rent it, a private cloud can be owned by the company that uses it or is supplied by third parties.

Private clouds give companies more control over their security and reliability measures, as well as management configurations. With this control, companies can expand rapidly as needed.

As Uncle Ben of the Spider-Man said, "With great power comes a great responsibility." This sounds true for private cloud management. Unless it is outsourced, your company is responsible for all the management, maintenance and maintenance of its infrastructure. A private cloud can provide a high level of security and reliability, but it is also more expensive than a public or community cloud.

Private clouds are best suited for organizations that already have a data center and / or have an IT infrastructure developed and tested. Organizations with highly confidential or secure information, such as credit card companies or federal agencies, are also more likely to use a private cloud.

Public cloud

A public cloud is owned by the cloud provider, which "rents" computing resources to multiple clients at the same time.

Returning to the analogy of our office space, a public cloud would be as if different floors of an office building were leased for different companies. You could have a technology company operating on the top floor, a bank operating on the intermediate floor and a car company operating on the lower floor. Each company is responsible for operating and paying rent for the designated floor, but the building (or cloud) is owned by a third party (cloud provider).

Public clouds are much easier to implement than private clouds because all management and maintenance are under the responsibility of the cloud provider. The disadvantage is that companies do not manage their own security and manage (although this is a benefit for some). The public cloud environment also reduces waiting times in tests and deployments, because new instances of the server can be generated immediately.

Public clouds are better for dry and dry companies that want to minimize operating costs and maintenance, while optimizing dynamic scale. Companies with unpredictable traffic flows, such as games or social networks, benefit from this dynamic scale. In the same way, companies with cyclical traffic, be it daily (ie, daily trading sites) or seasonal (ie, snow shovel sellers) tend to favor public clouds for this reason.

Community cloud

A community cloud is similar to a public cloud, with some different differences. The cloud is exclusively provided for organizations belonging to a specific niche in the industry with common interests, be they mission, security requirements or policies. The cloud can exist in the place or outside the company. and may be owned by a provider that is outsourced or shared by the organizations themselves.

Imagine the same rented office building as before, only this time each floor is operated by a different bank. All banks need the same security measures and compliance policies, so the building (or cloud) is specifically configured to meet these needs. The building can be rented by third parties, or banks can collect their money and own the building directly.

This method of cloud deployment can be incredibly beneficial for organizations with common needs. The cost can not only be drastically reduced by dividing ownership, maintenance and maintenance and also divided among organizations. As all organizations have the same requirements, it is easy for members of different organizations to come and go at different times.

Hybrid cloud

As the name suggests, a hybrid cloud deployment model consists of two or more cloud environments, most commonly private and public cloud. For example, a company may choose to implement its sensitive and secure processing in a private cloud, while its less confidential data is processed through a small public cloud.

Imagine a company that owns and operates an office building in Kansas City, Missouri, for its IT, finance and HR departments. Meanwhile, their marketing and sales teams operate in a rented flat in an office building in St. Louis.

Hybrid clouds are becoming very popular. In fact, Gartner anticipates that it will become the most popular cloud model by 2020. Hybrid clouds allow an organization to obtain the controlled and secure environment of a private cloud, compatible with the agile deployments of a public cloud. Although hybrid clouds tend to be the most economical cloud deployment method for businesses, they are also the most difficult to manage. Creating seamless integration between private and public clouds is not an easy task and requires good time and skill.

NASA takes full advantage of the hybrid cloud model. His open source cloud computing project Nebula uses a private cloud for his research and development. Next, they share their data in a public cloud for their external partners and the general public.



1 comment:

  1. Thank you for the useful information which you shared throughout your blog thesocialamplifier.com. I appreciate the way you shared the relevant, precious, and perfect information.

    ReplyDelete

From Java 8 to Java 11

Switching from Java 8 to Java 11 is more complicated than most updates. Here are some of my notes on the process. Modules Java 9 i...