Skip to main content

Aneka Resource Provisioning Service

 One of the significant advantages of cloud computing is its elasticity, which allows resources, services, and applications to automatically scale based on demand and quality of service requirements. Aneka, as a Platform-as-a-Service (PaaS) solution, offers multiple programming models for building distributed applications and provides seamless and dynamic resource provisioning capabilities.

The resource provisioning framework in Aneka enables applications managed by the Aneka container to be mapped dynamically to heterogeneous resources that can expand or shrink based on the application's needs. This elasticity is achieved through the services built into the Aneka fabric layer.


In a typical scenario involving private and public clouds (as depicted in Figure above), a medium or large enterprise combines privately owned resources with publicly rented resources to scale up the resource capacity dynamically. Private resources refer to computing and storage elements within the organization's premises that adhere to internal security and administrative policies. Aneka identifies two types of private resources: static and dynamic resources.

Static resources consist of existing physical workstations and servers that may be idle for certain periods. Administrators manually configure their membership in the Aneka cloud, and it remains unchanged over time. On the other hand, dynamic resources primarily comprise virtual instances that can join or leave the Aneka cloud. These instances are controlled by resource pool managers, which provision and release them as needed.

Public resources, located outside the enterprise's boundaries, are provisioned through service-level agreements with external providers. They can be categorized as on-demand or reserved resources. On-demand resources are dynamically provisioned by resource pools for a specific duration (e.g., an hour) without any long-term commitments, and payment is based on a pay-as-you-go model. Reserved resources, on the other hand, are provisioned in advance with a one-time fee and are suitable for long-term usage. Reserved resources are similar to static resources, and the resource provisioning service does not require automation for their management.

Once resources join the Aneka cloud, they are managed uniformly, regardless of whether they are statically configured or dynamically provisioned. Standard operations performed on statically configured nodes can be applied transparently to dynamic virtual instances. Operations specific to dynamic resources, such as joining and leaving the cloud, are handled as node connections and disconnections, abstracted by the Aneka container's indirection layer that hides the underlying hosting machine's specifics.

Comments

Popular posts from this blog

2.1 VIRTUAL MACHINES PROVISIONING AND MANAGEABILITY

In this section, we will have an overview on the typical life cycle of VM and its major possible states of operation, which make the management and automation of VMs in virtual and cloud environments easier than in traditional computing environments As shown in Figure above, the cycle starts by a request delivered to the IT department, stating the requirement for creating a new server for a particular service.  IT administration to start seeing the servers’ resource pool, matching these resources with the requirements, and starting the provision of the needed virtual machine.  Once provisioned machine started, it is ready to provide the required service according to an SLA, or a time period after which the virtual is being released.

2.2 VIRTUAL MACHINE MIGRATION SERVICES

Migration service, in the context of virtual machines, is the process of moving a virtual machine from one host server or storage location to another; there are different techniques of VM migration, hot/life migration, cold/regular migration, and live storage migration of a virtual machine. In process of migration, all key machines’ components, such as CPU, storage disks, networking, and memory, are completely virtualized, thereby facilitating the entire state of a virtual machine to be captured by a set of easily moved data files. 2.2.1. Migrations Techniques Live Migration and High Availability Live migration (which is also called hot or real-time migration) can be defined as the movement of a virtual machine from one physical host to another while being powered on.  Live migration process takes place without any noticeable effect from the end user’s point of view (a matter of milliseconds).  One of the most significant advantages of live migration is the fact that it facili...

Open SaaS and SOA

A considerable amount of SaaS software is based on open source software.  When open source software is used in a SaaS,  it referred to as Open SaaS.  The advantages of using open source software are that systems are much cheaper to deploy because you don’t have to purchase the operating system or software, there is less vendor lock-in, and applications are more portable.  The popularity of open source software, from Linux to APACHE, MySQL, and Perl (the LAMP platform) on the Internet, and the number of people who are trained in open source software make Open SaaS an attractive proposition.  The impact of Open SaaS will likely translate into better profitability for the companies that deploy open source software in the cloud, resulting in lower development costs and more robust solutions. SOA (Service-Oriented Architecture): SOA is an architectural approach for designing and developing software systems that are composed of loosely coupled services.  In an SO...