AU2011289732A1 - Moving enterprise software applications to a cloud domain - Google Patents

Moving enterprise software applications to a cloud domain Download PDF

Info

Publication number
AU2011289732A1
AU2011289732A1 AU2011289732A AU2011289732A AU2011289732A1 AU 2011289732 A1 AU2011289732 A1 AU 2011289732A1 AU 2011289732 A AU2011289732 A AU 2011289732A AU 2011289732 A AU2011289732 A AU 2011289732A AU 2011289732 A1 AU2011289732 A1 AU 2011289732A1
Authority
AU
Australia
Prior art keywords
cloud
enterprise
component
attribute
software application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
AU2011289732A
Other versions
AU2011289732B2 (en
Inventor
James Albert Fontana
Peter Johnson
Michael Leap
Matthew Miller
David Strong
Johney Tsai
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Unisys Corp
Original Assignee
Unisys Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US13/152,341 external-priority patent/US8886777B2/en
Priority claimed from US13/152,349 external-priority patent/US20120311157A1/en
Priority claimed from US13/158,571 external-priority patent/US20130024494A1/en
Priority claimed from US13/158,580 external-priority patent/US20120317249A1/en
Application filed by Unisys Corp filed Critical Unisys Corp
Publication of AU2011289732A1 publication Critical patent/AU2011289732A1/en
Application granted granted Critical
Publication of AU2011289732B2 publication Critical patent/AU2011289732B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • G06F9/4856Task life-cycle, e.g. stopping, restarting, resuming execution resumption being on a different machine, e.g. task migration, virtual machine migration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5072Grid computing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Methods and systems for moving or porting an enterprise software application from an enterprise environment to a cloud domain are disclosed. An automated moving software program identifies enterprise components of an enterprise software application. The program assigns an enterprise component tag to the identified enterprise component. The program then assigns an enterprise attribute tag to the identified enterprise component and searches an attribute relationship map for at least one cloud attribute related to the assigned enterprise attribute. On identification of such a cloud attribute, the cloud attribute is assigned to the identified enterprise component and the enterprise component is converted to cloud component by creating a new cloud component to replicate the functions of the enterprise component or assigning a cloud component tag to the enterprise component, provided the enterprise component is render-able on the cloud domain resources.

Description

WO 2012/021324 PCT/US2011/046150 MOVING ENTERPRISE SOFTWARE APPLICATIONS TO A CLOUD DOMAIN TECHNICAL FIELD [0001] The present disclosure relates to a system and method of moving enterprise software application from an enterprise environment to a cloud domain. BACKGROUND [0002] The term "cloud computing" generally refers to a model that makes computing resources available over a network as services. The network has backend computing devices that handle most of the processing and storage aspects of data generated by a client computer. For purposes of simplicity in this disclosure, "client computers," will herein be referred to as "frontend computing devices." Backend computing devices perform such functions as software application processing, data processing, and data storage, each function related to data generated by frontend computing devices. The backend computing devices connect via networks to a number of frontend computing devices and may share processing functions and storage areas for the data generated from multiple frontend computers. The frontend computing devices typically receive software applications from one or a group of backend computing devices or rely on in-built supporting applications, and a received software application is rendered on the frontend computing device to create a fully functional user interface with a secure communication channel for interacting with the backend computing devices. [0003] Physical computing devices that support cloud computing on the backend typically support virtual computing processes, such as deployment and maintenance of virtual machines (VM) over the physical computing devices. The virtual machines function as a low level interface between any type of operating system (OS) overlying the VM and hardware underlying the VM. This allows any OS, where each OS is supported by different types of file structures, to function on any physical device within the cloud. Virtual software applications deploy on the VM operating system in a cloud environment, and the frontend computing device relies on received images of the virtual software application screen on a support application (e.g., an internet browser) to function as a user-interface. [0004] A user on the frontend computing device interacts with the user interface, thereby creating new application data on the rendered software application. The software application continuously updates the backend computing device with the new application data generated at the user interface. The application data is processed and stored on the backend computing 1 WO 2012/021324 PCT/US2011/046150 devices, after which it is transmitted for display to the user via the software application of the frontend computing device. The rendered software application is typically a web-enabled software application accessible to the frontend computing device via a supporting application (e.g., a browser like Internet Explorer@ or Mozilla Firefox@) or via a web-enabled stand alone user-interface support application (e.g., a Java based user-interface application). The immediate benefit of cloud computing processes is the decreased dependency of the software application on the physical and operating system capabilities of the frontend computing device. [0005] The performance of the frontend computing devices can be limited by factors that are not significantly dependent on the processing hardware, such as network connectivity and the user-interface application for interacting with the software application. The user-interface software application typically supports client-side and service-side scripting platforms. While client-side and server-side languages may be interchanged in many current web-based applications, some common examples of client-side web applications may include JavaScript and Hypertext Markup Language (HTML), while Java and Perl are typically considered to be server-side scripting languages. A software application created for a cloud environment is typically optimized to function within the requirements of the cloud. Within the cloud environment, provisions for software applications across different VMs for a single business may also lack cross-functional capability in terms of sharing data across software applications, where each software application resides in its own VM. [0006] Many online businesses seek to transfer and customize enterprise software applications from physical computing devices to a cloud environment. Additionally, cloud computing service providers host the software applications and typically charge fees for delivery of software applications to frontend computing devices, where the software application is standardized for all online businesses that use the software application. Online businesses prefer software applications that are customized by developers to extend the functionality by benefiting from being based in a cloud environment. Such functionalities may relate to how the software application utilizes cloud resources, where cloud application software modules control the administration of the cloud domain, including software and hardware provisioning of resources. Customizations require access to the cloud domain, in a programming context, to fully exploit the capabilities of the cloud environment for existing enterprise software applications prior to converting the software application for the cloud. 2 WO 2012/021324 PCT/US2011/046150 SUMMARY [0007] The systems and methods described herein overcome the drawbacks discussed above by identifying enterprise components of an enterprise software application and converting select enterprise components to cloud executable components, where the cloud executable components are supported for rendering by hardware aspects of the cloud, as well as, software and virtual cloud components. [0008] In one embodiment, a computer-implemented method for moving an enterprise software application from an enterprise environment to a cloud domain comprises identifying, on a backend computing device, an enterprise component from the enterprise software application; assigning, on the backend computing device, at least one enterprise component tag to each identified enterprise component; assigning, on the backend computing device, at least one enterprise attribute tag to the identified enterprise component; identifying, on the backend computing device, at least one cloud attribute for the enterprise attribute, wherein the cloud attribute shares a pre-defined relationship with the enterprise attribute; assigning, on the backend computing device, the identified cloud attribute to the identified enterprise component; and converting, on the backend computing device, the enterprise component into a cloud executable cloud component, wherein resources of the cloud domain render the cloud component, thereby generating at least one part of the enterprise software application. [0009] In another embodiment, a computer-implemented system for moving an enterprise software application from an enterprise environment to a cloud domain comprises a backend computing device for identifying at least one enterprise components from the enterprise software application; the backend computing device for assigning at least one enterprise component tag to each identified enterprise component; the backend computing device for assigning at least one enterprise attribute tag to the identified enterprise component; the backend computing device for identifying at least one cloud attribute for the enterprise attribute, wherein the cloud attribute shares a pre-defined relationship with the enterprise attribute; the backend computing device for assigning the identified cloud attribute to the identified enterprise component; and the backend computing device for converting the enterprise component into a cloud executable cloud component, wherein resources of the cloud domain render the cloud component, thereby generating at least one part of the enterprise software application. 3 WO 2012/021324 PCT/US2011/046150 BRIEF DESCRIPTION OF THE DRAWINGS [0010] The accompanying drawings constitute a part of this specification and illustrate one or more embodiments of the disclosed system and methods, and further enhance the description thereof provided in this specification. [0011] FIG. 1 illustrates a system for moving an enterprise software application from an enterprise environment to a cloud domain according to an exemplary embodiment. [0012] FIG. 2 illustrates a system for moving an enterprise software application from an enterprise environment to a cloud domain according to an exemplary embodiment. [0013] FIG. 3 illustrates a method for creating attribute maps to enable the porting of an enterprise software application from an enterprise environment to a cloud domain according to an exemplary embodiment. [0014] FIG. 4 illustrates a method for moving an enterprise software application from an enterprise environment to a cloud domain according to an exemplary embodiment. DETAILED DESCRIPTION [0015] Reference will now be made in detail to exemplary embodiments of the disclosed data center simulation application, examples of which are illustrated in the accompanying drawings. [0016] Software applications for frontend computing devices can port to a virtual machine (VM) by converting the current operating system (OS) instance that performs the platform functions for the software application into a virtual machine image. In one example, the platform functions can perform the hardware-side processes for messages or signals from the overlying software application. The hardware side process may include memory assignment, priority queuing, function loading, and application execution among other functions for rendering the software application and performing the user input functions. The process of converting a software application from a physical device to a VM can initiate with an analysis of the physical computing device requirements from the software application perspective. The analyses can focus on the OS usage for the intended software application, including such information as the central processing unit (CPU) allocated, temporary memory (RAM) allocation, hard drive memory used, network information, and other connected hardware information (e.g., drivers, file systems, memory allocation, passwords, etc.). [0017] The information from the analyses of the resource usage can represent how the OS on a physical device supports the overlying software application. The process of porting the software application may involve understanding the resource allocation from the analysis 4 WO 2012/021324 PCT/US2011/046150 performed on the OS and hardware. The analyses of the OS and/or hardware usage information results in the creation of emulated native code, which replicates the hardware function allocation performed by the OS. The emulated code compiles or interprets on an emulator that serves as a virtual machine OS (VMOS) platform to interpret or compile any software application data and software application that renders within the VMOS platform into native machine code according to the requirements of the physical computing device that runs the VMOS. This process allows an OS and its related software applications to function as a virtual image on any computing device, with any type of hardware platform, and within any other existing operating system environment. [0018] Computing devices and their respective operating systems (OS) may also support Java based user-interface applications for cloud computing on the client-side. In such applications, the Java based user-interface is a stand-alone web-enabled support application that communicates via standard internet protocol (IP) to remote devices over the internet, without the need for a browser. Cloud computing software applications can render within the support application on the frontend computing device, thereby providing the user with a user interface to the backend software application. By way of an example, a software application can render as a user interface image on a stand-alone support application (e.g., a Java application, or Python using Glade to design a user interface window) or a dynamic scripting language data file such as a dynamic hypertext markup language (DHTML) script, on a browser-type support application (e.g., Firefox@ and Chrome@). The software applications in a cloud environment are can be defined within the cloud environment, where backend computing devices share physical hardware devices to host and process data. The cloud environment defines security of shared hardware space and supports scalability of resources based on user demands. The resources of a cloud domain include hardware, software, and personas, where personas are a VM images capable of rendering overlying software applications. Conversion of a software application from a physical environment to a cloud computing environment may involve complex configuration changes, including the retention of the underlying VM configuration in a shared physical space. [0019] In an exemplary embodiment, a method and system of moving software applications to a cloud domain involves fragmenting of the software application into components, where each component is a software application file, including database files and script files, with specific functionality of the enterprise or VM software application. The term "component" may refer to computer-readable files at the lowest level of abstraction or modules, where modules may be a group of files at a higher level of abstraction. Further, 5 WO 2012/021324 PCT/US2011/046150 attributes are determined for each component, where the attributes determine the structure of the software application in response to certain protocol requirements of the software application for full functionality. For example, an enterprise software application on a VM or an physical computing device may include such attributes as a database attribute, a security related attribute, a scalability attribute, an application attribute, a distribution attribute, and a user-interface attribute. Further, within each attribute, additional sub-attributes may exist for defining the finer details of the attribute. In certain exemplary embodiments, the database attribute includes a structure sub-attribute, an access sub-attribute, and an index sub-attribute for defining the database attribute or the structure of the database component. An automated moving software program can automate the entire moving process, thereby performing each of the steps disclosed herein for moving an enterprise software application to a cloud domain. [0020] The attributes of the enterprise software application or VM software application may include some similarities with a set of cloud attributes of a software application on a cloud domain. In one example, a cloud domain may include such attributes as, an elasticity attribute, a self-service attribute, a utility attribute, a security attribute, and a ubiquity attribute. Further, similar to the enterprise software application attributes, each cloud attribute may include cloud sub-attributes. For example, the ubiquity attribute defines how a user on a frontend computing device may access the software application. The ubiquity attribute may include exemplary cloud sub-attributes that describe the types of frontend computing devices that may be used to access the software application and the network access information that may be different for different frontend computing devices. [0021] The elasticity attribute defines computation capabilities that are variable depending on the requirements of the software application. The self-service attribute defines the functions that allow a user of the software application to request additional computational capabilities - either automatically or though manual intervention. The security attribute of the cloud domain defines access to the various attributes of a software application in the cloud domain. A cloud domain typically stores a cloud-based software application on multiple backend computing devices. Further, it is common for some cloud-based software applications to share cloud domain resources with unrelated third-party software applications. The security attribute controls access of such shared software application areas, database areas, and network use. [0022] In an exemplary embodiment, software applications on physical computing devices may be moved to a virtual machine environment prior to moving them to a cloud domain environment. The move to a virtual machine environment prior to a cloud 6 WO 2012/021324 PCT/US2011/046150 environment provides the cloud computing service provider and the software application developer with an understanding of the resource utilization of the software application in terms of operating system (OS) and hardware usage. In an exemplary embodiment, constituent components of the enterprise software application are identified, whereby each component is supported by one or more attributes of the enterprise environment. An accounting software can combine components, such as combining a database component with a security subcomponent for the database, application processing components, networking components, a user-interface component, and other related software components, which include files that render and reference each other to form the software application. The database component may be assigned a database attribute and a scalability attribute depending on the number of simultaneous users that are allowed to access the database. The attribute itself can include an attribute value, where the attribute value provides a reference factor to differentiating an associated component which functions within multiple attributes. [0023] The components may include subcomponents, where, in one example, the database component may include subcomponent modules for indexing, security, searching, etc. To initiate the movement of enterprise software application to a cloud, the components as well as any subcomponents of the enterprise software application may be identified. Attributes can be identified for each of the components and subcomponents. Multiple attributes may be assigned to each of the components and subcomponents. An automated moving software program creates a map for extending the enterprise software application attributes to the cloud domain software application attributes. The automated moving software program can track new functionalities of the cloud domain resources, such as new software applications, where the new software application is capable of rendering new file formats. Each of the cloud domain attributes are applied to the enterprise software application components, thereby enabling the porting of the enterprise software application components to their respective cloud components within the cloud resources. [0024] The cloud resources include a cloud database resource, a cloud application processing resource, a cloud software applications resource, and a cloud domain resource. A backend computing device provides a software application developer with a cloud domain interface, which includes cloud domain components retrieved from the cloud domain resources of the same or a different cloud-based backend computing device. The software application developer can monitor software application deployment, cloud domain resource utilization, fees, service level agreements (SLAs), and other related information on the cloud 7 WO 2012/021324 PCT/US2011/046150 domain interface. The cloud domain interface can transmit to the software application developer's frontend computing device via a cloud computing service provider website. [0025] The software application developer can set automated resources to the cloud domain usage for a particular software application, where the automated moving software program automatically provisions the cloud resources as needed by a cloud software application. The cloud domain interface can control and respond to developer requests for transition of an enterprise software application to the cloud domain. When the software application owner/developer makes such a request, the backend computing devices of the cloud computing service provider initiate an automated moving software program that analyzes the enterprise application and identify its various components. The components are then assigned enterprise attributes based on the recognition of the components by the automated moving software. The automated moving software program can recognize the components of the enterprise application by parsing and reviewing the files associated with the enterprise application, thereby separating the enterprise software application files into application script files, database files, data file, music files, user-interface files, error logs, and other types of files for attaching attributes. [0026] Each type of file separated from the enterprise application can be assigned an enterprise component tag. When a certain enterprise component file has references to other files in the same enterprise component group, the other files may be classified as enterprise subcomponents. The enterprise components are then automatically assigned enterprise attributes based on the links between the enterprise components to other enterprise component group files or to files within the same enterprise component group. The automated moving software program may uses the enterprise attribute to cloud attribute maps to tag the enterprise components with cloud attributes tags. Depending on the cloud attribute tags, the enterprise components may be retained with new cloud component tags, translated into scripts that are supported by the cloud based software, or used to create entirely new components optimized for the cloud domain software application. During creation of the relationship mapping of cloud and enterprise attributes, the term "component" may refer to file types (or file formats), where the file types may be used to determine the type of components that may render on the cloud domain resources. [0027] The same enterprise components or the newly scripted cloud components can be loaded as cloud components of the respective cloud domain resources, where each cloud domain resource includes support software, hardware, and network architecture to support rendering of the particular cloud components. The rendered cloud components are mapped as 8 WO 2012/021324 PCT/US2011/046150 the newly ported software application resident on the cloud domain resources of the cloud computing service provider. The database cloud components are mapped to the cloud database and may contribute the data portion of the ported cloud software application. The application processing section of the cloud domain resources retrieve the cloud component application script files from the software application storage area and render the cloud component application script files according to the requirements of the ported software application. [0028] FIG. 1 illustrates an exemplary system 100 for moving an enterprise software application from an enterprise environment to a cloud domain according to certain exemplary embodiments. A software application developer uses a web-browser support application 120 on the software application developer's computing device 115 which may have similar hardware and software capabilities as the frontend computing devices 105A-X to communicate with a cloud computing service provider's developers' website 140. The website 140 for developers and testers may be used to remotely develop software applications, move an enterprise software application or control cloud resources, and perform quality assessment (QA) tests on new software applications. The developers and testers' website 140 present developers with a user-interface for developing and testing software application, moving or porting enterprise software applications, and arranging cloud resource configurations for new and existing cloud based software applications. [0029] A user on the frontend computing device 105A-X uses a support application 110 to access the services of a cloud based software application from the software application's backend computing device. The support application 110 can be a browser or a stand-alone cloud computing viewer, such as a Java based viewer. A chosen software application 170 resident in the cloud domain 160 is retrieved in a script format for rendering on a VM device on the backend computing resources 165. A user-interface image or a user-interface software coded file associated with the software application may be sent to render on the support application 110 of the user's frontend computing device 105. When the user on the frontend computing device 105 opens the software application website 145 on a browser window 110 (where the support application is a browser), the user-interface software coded file (e.g., a DHTML) file from the software application storage 170 generates a user-interface webpage to interface with the software application. [0030] Any changes made by the user to the DHTML webpage can be automatically transmitted via network 125 to the backend computing resources 165, and more particularly, to the software application running over a VM on the resources 165. As a failsafe, the 9 WO 2012/021324 PCT/US2011/046150 changes made by the user simultaneously save into the application data database 180 periodically, so that the user does not lose any work input. A software application tester may use computing device 130 and a supported browser 135 to access the developers and testers website 140 for access to the cloud domain interface 155. The network address access 140 and 145 represent a direct secure login method that can be applied to stand-alone web enabled applications, e.g., Java, Perl, and Python based applications used to access the cloud domain interface 155, without the need for a browser. [0031] A software application developer may provide, via a file upload on the cloud computing service provider's website, to the cloud computing service provider 150 an existing enterprise software application for porting to the service provider's backend computing resources 165. The automated moving software program in the backend computing device 150 analyzes the enterprise software application for enterprise components and subcomponents. Following processing, the enterprise components and subcomponents are converted into cloud components and subcomponents, each cloud component and subcomponent capable of being rendered on the cloud domain resources 185 of the backend computing resources 165. The components and subcomponents are stored in the software application 170 area of the backend computing resources 165 prior to deployment based on user requests for the ported software application from frontend users on the frontend computing device 105. [0032] Fig. 2 illustrates an exemplary system 200 for moving an enterprise software application from an enterprise environment to a cloud domain according to certain exemplary embodiments. An enterprise software application 204 includes components 216-220 and subcomponents 224 and 228. The components and subcomponents of the enterprise software application will herein be referred to as enterprise components and enterprise subcomponents. The enterprise components and enterprise subcomponents may represent group tags attached to script files that render the enterprise software application. By way of an example, a database file including the software application's user data is a database enterprise component. If the database file is associated with profile file for restricting user's access to the database file in the enterprise software application, then the profile file is tagged with a security enterprise subcomponent tag within the database enterprise component tag. Based on the enterprise component tag, enterprise attribute tags 232 and 240 and sub-attribute tags 236 and 244 are attached to each enterprise software application file. [0033] The enterprise attribute and sub-attribute tags can be associated with enterprise component and subcomponents groups assigned to each enterprise component file. The 10 WO 2012/021324 PCT/US2011/046150 attributes tie the software application enterprise components to software functions and capabilities. The scalability, elasticity, utility, and on-demand self-service options of each component may be defined by the attributes. A database component may desire high scalability and on-demand self-service options during heavy data periods. The two attributes can therefore be assigned to the component, and may provide additional purpose to the component by including numerical values representing the importance of the attribute to the component. [0034] The enterprise software application 204 is completely transferred to a VM software application using the virtualization methods disclosed above to retrieve the underlying OS and hardware resource usage for an overlying software application. Components 264-268 are VM based software application components that may include certain programmable function calls targeted to the emulator underlying the VM software application, whereby the programmable function calls help to improve the speed of rendering by various emulator optimization methods. The identified enterprise components and attributes are used to create the cloud-based version of the enterprise software application by using a map of the enterprise attributes and cloud attributes 284-292 to identify cloud resources that are capable of rendering each identified component. The cloud based version of the enterprise software application will herein be referred to as the cloud software application. The cloud software application may include the original enterprise components and subcomponents 264-268 from the VM or newly created cloud components and subcomponents 276-280. The newly created components and subcomponents 276-280 are generated if the resources of the cloud domain 212 are unable to render the original enterprise components. [0035] Fig. 3 illustrates an exemplary method 300 for creating attribute maps to enable the porting of an enterprise software application from an enterprise environment to a cloud domain. The attribute maps may be a reference table of cloud attributes and sub-attributes against enterprise attributes and sub-attributes. The attribute maps are pre-defined relationships between possible enterprise attributes and suggested cloud attributes. The attribute maps are initiated by generating component and subcomponent formats that can be rendered by the available cloud domain resources. Further, a list of enterprise component and subcomponent formats are generated based on a plurality of generic enterprise software applications available in the market. This process is illustrated in block 305. This list provides the cloud computing service provider with all possible formats and software 11 WO 2012/021324 PCT/US2011/046150 platforms that may be used by the cloud domain resources to enable an existing enterprise software application to run on the cloud domain resources. [0036] In block 310, cloud attributes and sub-attributes of the cloud domain are generated for the list of the components and subcomponent formats generated in block 305. Further, enterprise attributes and sub-attributes are generated for each component and subcomponents of a number of generic enterprise software applications. Exemplary enterprise attributes may include user-interface attributes, security attributes, scalability attributes, database attributes, and distribution attributes. Cloud attributes may include cloud database attributes, application processing attributes, and cloud resources and provisioning attributes. [0037] In block 315, a relationship map is created to match enterprise attributes and sub attributes to cloud attributes and sub-attributes. The map of cloud attributes and sub attributes to enterprise attributes and sub-attributes may typically provide guidance on how a scalability attribute of the enterprise attribute set may fit within the cloud attribute set. In one example, the enterprise scalability attribute may be mapped to the cloud resources and provisioning attribute of the cloud attribute set. The cloud attributes may map to more than one enterprise attribute and vice-versa. In an alternative embodiment, the mapping of attributes may be weighed if one attribute of cloud set maps to more than one attribute in the enterprise set. [0038] From the mapping process, the underlying components, and subcomponents of the enterprise attributes list that have been mapped to the cloud attributes are taken to be deployable via the cloud resource represented by the mapped cloud attribute. In one example, if a database component of the enterprise software application is tagged with a database enterprise attribute and a security enterprise attribute, the mapping process may match the database enterprise attribute and a security enterprise attribute, independently, to the cloud database attribute and the application processing attribute. The cloud database attribute references a list of cloud components that can render components within the cloud database attribute. The cloud component is therefore tagged to the enterprise component underlying the matched enterprise attribute. In block 320, the relationship maps can be stored in the cloud domain resources or the service provider's backend computing device for use by the service provider or the automated software program that performs the functions to move the software application. Block 325 concludes the method 300 after each of the enterprise software applications selected for porting to a cloud domain and ported over, and the attribute and sub-attribute maps are generated. 12 WO 2012/021324 PCT/US2011/046150 [0039] The cloud domain interface that is accessible to a software application developer via the service provider's website can include a tutorial on the moving process, with a step by-step window on a browser of a support application, thereby taking the software application developer through the automated process of moving an uploaded enterprise software application. [0040] Fig. 4 illustrates a method 400 for moving an enterprise software application from an enterprise environment to a cloud domain. An analysis is performed on an intended enterprise software application, where the enterprise software application is to be moved to a cloud domain. In block 405, the analysis is performed to identify and assign tags on the enterprise components and subcomponents. Block 410 constitutes a part of the automated moving software program that assigns enterprise attributes and sub-attributes to the enterprise components and subcomponents identified and tagged in block 405. Attribute and mapping data stored in the cloud domain resources or at the backend computing device of the cloud computing service is accessed from the storage area via block 420. The enterprise to cloud attributes mapping information is used to identify relationships between the assigned enterprise attributes and sub-attributes from block 410 and the available attributes maintained by the cloud domain resources. [0041] A match in the enterprise attributes with the cloud attributes causes block 425 of the automated moving software program to assign cloud attributes and sub-attributes to the enterprise components and subcomponents underlying the matched enterprise attributes and sub-attributes. A verification is performed in block 430 to determine if the enterprise component and subcomponent are supported for rendering on the cloud domain resources using the assigned cloud attribute. For example, if a Java file is presented as an enterprise component for a user-interface enterprise attribute, the Java file may match a cloud attribute for application processing, where the match implies that the underlying cloud components for the application processing cloud attribute support Java compilers on the cloud domain resources. [0042] In one example, a "no match" of the cloud and domain attributes for an enterprise component triggers block 435 to convert the enterprise component into a cloud render-able cloud component. This process may include creating a new cloud component to replicate the function of the enterprise component. In the case of match in the cloud and domain attributes for an enterprise component, the link references to other enterprise components in the matched enterprise component are updated with the path reference to the cloud component version of each respective enterprise component. Further, the enterprise component tag is 13 WO 2012/021324 PCT/US2011/046150 removed from the matched enterprise component and a new cloud component tag is attached to the matched enterprise component. This process is performed in block 440, thereby retaining the same enterprise component as a cloud component. The new cloud components are stored in the cloud domain resources for use by the ported software application, when the porting is completed. [0043] The cloud component files can be stored in the cloud domain resources depending on the type of cloud component file, as implemented by block 445. Exemplary cloud component file types include software application executable files and database files. Further, in certain exemplary embodiments, the automated moving software program can perform a further step of converting the ported software application into a fully cloud-aware application, as implemented in block 450. The process involves supporting cloud based functionalities such as rapid elasticity of the ported software application on the cloud domain resources, measured services as applicable to a pay-per-use of the ported software application, and on-demand self-service of the ported software application. The elasticity component of cloud-aware processes may be supported by the cloud domain interface using cloud provisioning applications to automatically scale in and out additional cloud domain resources, while measured services and self-service functions may be implemented by application programming interface (API) calls stored and accessible via block 455. The API calls perform listening functions to monitor usage of the ported software application. The API functions in a cloud domain interface may be used to manually request additional cloud domain resources if the number of instances of a cloud software application increases beyond a pre-determined threshold. Block 460 concludes the method 400 of moving an enterprise software application to a cloud domain. [0044] The exemplary methods and systems described in this disclosure are illustrative, and, in alternative embodiments, certain steps can be performed in a different order, in parallel with one another, omitted entirely, and/or combined between different exemplary embodiments, and/or certain additional acts can be performed, without departing from the scope and spirit of this disclosure. Accordingly, such alternative embodiments are included in the inventions described herein. [0045] The exemplary embodiments can be used with computer hardware and software that perform the methods and processing functions described above. As will be appreciated by those having ordinary skill in that art, the systems, methods, and procedures described herein can be embodied in a programmable computer, computer executable software, or digital circuitry. The software can be stored on computer readable media. For example, 14 WO 2012/021324 PCT/US2011/046150 "computer-coded," "software," "scripts," and "programs" are software codes used interchangeably for the purposes of simplicity in this disclosure. Further, "memory" and storage can include such media as, floppy disk, RAM, ROM, hard disk, removable media, flash memory, memory stick, optical media, magneto-optical media, CD-ROM, etc. [0046] Although specific embodiments have been described above in detail, the description is merely for purposes of illustration. It should be appreciated, therefore, that many aspects described above are not intended as required or essential elements unless explicitly stated otherwise. Various modifications of, and equivalent acts corresponding to, the disclosed aspects of the exemplary embodiments, in addition to those described above, can be made by a person of ordinary skill in the art, having the benefit of the present disclosure, without departing from the spirit and scope of the invention defined in the following claims, the scope of which is to be accorded the broadest interpretation so as to encompass such modifications and equivalent structures. 15

Claims (20)

1. A computer-implemented method for moving an enterprise software application from an enterprise environment to a cloud domain, the method comprising: identifying, on a backend computing device, an enterprise component from the enterprise software application; assigning, on the backend computing device, at least one enterprise component tag to each identified enterprise component; assigning, on the backend computing device, at least one enterprise attribute tag to the identified enterprise component; identifying, on the backend computing device, at least one cloud attribute for the enterprise attribute, wherein the cloud attribute shares a pre-defined relationship with the enterprise attribute; assigning, on the backend computing device, the identified cloud attribute to the identified enterprise component; and converting, on the backend computing device, the enterprise component into a cloud executable cloud component, wherein resources of the cloud domain render the cloud component, thereby generating at least one part of the enterprise software application.
2. The method according to claim 1, wherein the enterprise component comprises sub-components.
3. The method according to claim 1, wherein the enterprise component and the cloud component are computer-coded files.
4. The method according to claim 1, wherein the enterprise component and the cloud component are computer-coded file formats. 16 WO 2012/021324 PCT/US2011/046150
5. The method according to claim 1, wherein the pre-defined relationship with the enterprise attribute is based on analysis of type of file formats that is render-able by the resources of the cloud domain.
6. The method according to claim 1, further comprising: processing the converted cloud component into add cloud functionality into the cloud component, wherein the cloud functionality includes at least one function selected from: a) elastic scaling the cloud domain resources available to the converted cloud component; b) measured service pay-per-use related to a user's frontend use of the enterprise software application comprising the converted cloud component; and c) on-demand self-service to a user of the enterprise software application comprising the converted cloud component, wherein on-demand self-service refers to a service of providing the enterprise software application to a user with additional cloud domain resources based on the user's request for the enterprise software application and additional cloud domain resources.
7. The method according to claim 1, wherein the cloud domain resources include at least one among hardware resources, software resources, or personas.
8. The method according to claim 1, wherein converting the enterprise component into a cloud render-able cloud component is performed by a) generating a new cloud component to replicate at least one function of the enterprise component, wherein the new cloud component is capable of rendering within the cloud domain resources, and providing the new cloud component in the place of the enterprise component to the enterprise software application as part of the enterprise software application to be rendered on the cloud domain resources; or 17 WO 2012/021324 PCT/US2011/046150 b) retaining the same enterprise component, wherein the retained enterprise component includes additional functionalities of the cloud domain resources.
9. The method according to claim 1, wherein the cloud attribute comprises at least one attribute selected from the group consisting of an elasticity attribute, a self-service attribute, a utility attribute, a security attribute, and a ubiquity attribute.
10. The method according to claim 1, wherein the enterprise attribute comprises at least one attribute selected from the group consisting of a user-interface attribute, a security attribute, a scalability attribute, a database attribute, and a distribution attribute.
11. A computer-implemented system for moving an enterprise software application from an enterprise environment to a cloud domain, the system comprising: a backend computing device that identifies at least one enterprise components from the enterprise software application; the backend computing device that assigns at least one enterprise component tag to each identified enterprise component; the backend computing device that assigns at least one enterprise attribute tag to the identified enterprise component; the backend computing device that identifies at least one cloud attribute for the enterprise attribute, wherein the cloud attribute shares a pre-defined relationship with the enterprise attribute; the backend computing device that assigns the identified cloud attribute to the identified enterprise component; and the backend computing device that converts the enterprise component into a cloud executable cloud component, wherein resources of the cloud domain render the cloud component, thereby generating at least one part of the enterprise software application. 18 WO 2012/021324 PCT/US2011/046150
12. The system according to claim 11, wherein the enterprise component comprises sub-components.
13. The system according to claim 11, wherein the enterprise component and the cloud component are computer-coded files.
14. The system according to claim 11, wherein the enterprise component and the cloud component are computer-coded file formats.
15. The system according to claim 11, wherein the pre-defined relationship with the enterprise attribute is based on analysis of type of file formats that is render-able by the resources of the cloud domain.
16. The system according to claim 11, further comprising: processing the converted cloud component into add cloud functionality into the cloud component, wherein the cloud functionality includes at least one function selected from: a) elastic scaling the cloud domain resources available to the converted cloud component; b) measured service pay-per-use related to a user's frontend use of the enterprise software application comprising the converted cloud component; and c) on-demand self-service to a user of the enterprise software application comprising the converted cloud component, wherein on-demand self-service refers to a service of providing the enterprise software application to a user with additional cloud domain resources based on the user's request for the enterprise software application and additional cloud domain resources. 19 WO 2012/021324 PCT/US2011/046150
17. The system according to claim 11, wherein the cloud domain resources include at least one among hardware resources, software resources, or personas.
18. The system according to claim 11, wherein converting the enterprise component into a cloud render-able cloud component is performed using a) generating a new cloud component to replicate at least one function of the enterprise component, wherein the new cloud component is capable of rendering within the cloud domain resources, and providing the new cloud component in the place of the enterprise component to the enterprise software application as part of the enterprise software application to be rendered on the cloud domain resources; or b) retaining the same enterprise component, wherein the retained enterprise component includes additional functionalities of the cloud domain resources.
19. The system according to claim 11, wherein the cloud attribute comprises at least one attribute selected from the group consisting of an elasticity attribute, a self-service attribute, a utility attribute, a security attribute, and a ubiquity attribute.
20. The system according to claim 11, wherein the enterprise attribute comprises at least one attribute selected from the group consisting of a user-interface attribute, a security attribute, a scalability attribute, a database attribute, and a distribution attribute. 20
AU2011289732A 2010-08-12 2011-08-01 Moving enterprise software applications to a cloud domain Active AU2011289732B2 (en)

Applications Claiming Priority (13)

Application Number Priority Date Filing Date Title
US37292810P 2010-08-12 2010-08-12
US61/372,928 2010-08-12
US37524910P 2010-08-20 2010-08-20
US61/375,249 2010-08-20
US13/152,341 US8886777B2 (en) 2010-08-20 2011-06-03 Moving enterprise software applications to a cloud domain
US13/152,341 2011-06-03
US13/152,349 US20120311157A1 (en) 2011-06-03 2011-06-03 Integrated information technology service management for cloud resources
US13/158,571 US20130024494A1 (en) 2011-06-13 2011-06-13 Methods and systems for platform optimized design
US13/158,580 2011-06-13
US13/158,580 US20120317249A1 (en) 2011-06-13 2011-06-13 Methods and systems for extreme capacity management
US13/158,571 2011-06-13
US13/152,349 2011-06-13
PCT/US2011/046150 WO2012021324A2 (en) 2010-08-12 2011-08-01 Moving enterprise software applications to a cloud domain

Publications (2)

Publication Number Publication Date
AU2011289732A1 true AU2011289732A1 (en) 2013-03-21
AU2011289732B2 AU2011289732B2 (en) 2015-11-05

Family

ID=47882429

Family Applications (5)

Application Number Title Priority Date Filing Date
AU2011289732A Active AU2011289732B2 (en) 2010-08-12 2011-08-01 Moving enterprise software applications to a cloud domain
AU2011289736A Ceased AU2011289736B2 (en) 2010-08-12 2011-08-02 Methods and systems for extreme capacity management
AU2011289738A Abandoned AU2011289738A1 (en) 2010-08-12 2011-08-02 Integrated information technology service management for cloud resources
AU2011289734A Ceased AU2011289734B2 (en) 2010-08-12 2011-08-02 Methods and systems for platform optimized design
AU2016203802A Abandoned AU2016203802A1 (en) 2010-08-12 2016-06-08 Integrated information technology service management for cloud resources

Family Applications After (4)

Application Number Title Priority Date Filing Date
AU2011289736A Ceased AU2011289736B2 (en) 2010-08-12 2011-08-02 Methods and systems for extreme capacity management
AU2011289738A Abandoned AU2011289738A1 (en) 2010-08-12 2011-08-02 Integrated information technology service management for cloud resources
AU2011289734A Ceased AU2011289734B2 (en) 2010-08-12 2011-08-02 Methods and systems for platform optimized design
AU2016203802A Abandoned AU2016203802A1 (en) 2010-08-12 2016-06-08 Integrated information technology service management for cloud resources

Country Status (4)

Country Link
EP (4) EP2603853A4 (en)
AU (5) AU2011289732B2 (en)
CA (4) CA2807983A1 (en)
WO (4) WO2012021324A2 (en)

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2735389C (en) * 2010-03-29 2017-09-19 Accenture Global Services Limited System for integrating service management systems
US9251481B2 (en) 2011-06-13 2016-02-02 Accenture Global Services Limited Distributed metering and monitoring system
US10282196B2 (en) * 2012-04-06 2019-05-07 Oracle International Corporation System and method for moving enterprise software application components across environments
US9218197B2 (en) 2012-11-30 2015-12-22 International Business Machines Corporation Virtual machine image migration
EP2951679A4 (en) 2013-01-31 2016-08-10 Hewlett Packard Entpr Dev Lp Determining transferability of a computing resource to a cloud computing environment
US9619827B1 (en) 2014-03-12 2017-04-11 Google Inc. Flexible resource commitments for computing resources
US10044786B2 (en) 2014-11-16 2018-08-07 International Business Machines Corporation Predicting performance by analytically solving a queueing network model
US9984044B2 (en) 2014-11-16 2018-05-29 International Business Machines Corporation Predicting performance regression of a computer system with a complex queuing network model
US9749195B2 (en) 2014-12-05 2017-08-29 Accenture Global Services Limited Technical component provisioning using metadata structural hierarchy
WO2016087640A1 (en) * 2014-12-05 2016-06-09 Accenture Global Services Limited Type-to-type analysis for cloud computing technical components
WO2017023268A1 (en) * 2015-07-31 2017-02-09 Hewlett Packard Enterprise Development Lp Federated marketplace portal
US9853913B2 (en) 2015-08-25 2017-12-26 Accenture Global Services Limited Multi-cloud network proxy for control and normalization of tagging data
US10075537B2 (en) 2015-08-27 2018-09-11 Accenture Global Services Limited Action execution architecture for virtual machines
US9588745B1 (en) 2015-10-13 2017-03-07 Bank Of America Corporation Customizable service delivery system with scalable workflow
WO2018005297A1 (en) * 2016-06-30 2018-01-04 Intel Corporation Technologies for implementing consolidated device infrastructure systems
US9680696B1 (en) 2016-07-18 2017-06-13 Capital One Financial Corporation Cloud migration and maintenance controls
US10581696B2 (en) 2017-03-29 2020-03-03 International Business Machines Corporation Intelligent information adapter generation for service management
EP3839734A1 (en) * 2019-12-17 2021-06-23 Atos UK IT Limited Integration of an orchestration services with a cloud automation services
WO2023073652A1 (en) * 2021-10-29 2023-05-04 Jio Platforms Limited System and method for application programming interface management

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060026168A1 (en) * 2004-05-20 2006-02-02 Bea Systems, Inc. Data model for occasionally-connected application server
US20080082601A1 (en) * 2006-09-29 2008-04-03 Microsoft Corporation Resource standardization in an off-premise environment

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020083163A1 (en) * 2000-10-26 2002-06-27 Metilinx Multi-platform optimization model
US6999956B2 (en) * 2000-11-16 2006-02-14 Ward Mullins Dynamic object-driven database manipulation and mapping system
US6880002B2 (en) * 2001-09-05 2005-04-12 Surgient, Inc. Virtualized logical server cloud providing non-deterministic allocation of logical attributes of logical servers to physical resources
US7290048B1 (en) * 2002-03-29 2007-10-30 Hyperformix, Inc. Method of semi-automatic data collection, data analysis, and model generation for the performance analysis of enterprise applications
US20050216917A1 (en) * 2004-03-23 2005-09-29 Srivatsa Krishnaswamy Method and system for data object transformation
US20050278439A1 (en) * 2004-06-14 2005-12-15 Ludmila Cherkasova System and method for evaluating capacity of a heterogeneous media server configuration for supporting an expected workload
US20060075391A1 (en) * 2004-10-05 2006-04-06 Esmonde Laurence G Jr Distributed scenario generation
US7302558B2 (en) * 2005-01-25 2007-11-27 Goldman Sachs & Co. Systems and methods to facilitate the creation and configuration management of computing systems
US20060253860A1 (en) * 2005-05-09 2006-11-09 The Trizetto Group, Inc. Systems and methods for interfacing an application of a first type with multiple applications of a second type
US7548843B2 (en) * 2006-04-10 2009-06-16 Microsoft Corporation Simulation of distributed networks
US20080027948A1 (en) * 2006-07-06 2008-01-31 Richard Corley Managing Application System Load
US7769843B2 (en) * 2006-09-22 2010-08-03 Hy Performix, Inc. Apparatus and method for capacity planning for data center server consolidation and workload reassignment
US20080082480A1 (en) * 2006-09-29 2008-04-03 Microsoft Corporation Data normalization
US7673113B2 (en) * 2006-12-29 2010-03-02 Intel Corporation Method for dynamic load balancing on partitioned systems
WO2008102739A1 (en) * 2007-02-23 2008-08-28 Nec Corporation Virtual server system and physical server selecting method
JP5152186B2 (en) * 2007-07-10 2013-02-27 日本電気株式会社 Computer system, management apparatus, and computer system management method
US8200742B2 (en) * 2008-02-13 2012-06-12 Robert Kocyan Apparatus, system, and method for facilitating data flow between a first application programming interface and a second application programming interface
AU2009259876A1 (en) * 2008-06-19 2009-12-23 Servicemesh, Inc. Cloud computing gateway, cloud computing hypervisor, and methods for implementing same
US8250215B2 (en) * 2008-08-12 2012-08-21 Sap Ag Method and system for intelligently leveraging cloud computing resources
US9177271B2 (en) 2008-08-14 2015-11-03 Hewlett-Packard Development Company, L.P. Heterogeneous information technology (IT) infrastructure management orchestration
US7870044B2 (en) * 2008-10-02 2011-01-11 Verizon Patent And Licensing Inc. Methods, systems and computer program products for a cloud computing spot market platform
US8271974B2 (en) * 2008-10-08 2012-09-18 Kaavo Inc. Cloud computing lifecycle management for N-tier applications
US8782233B2 (en) * 2008-11-26 2014-07-15 Red Hat, Inc. Embedding a cloud-based resource request in a specification language wrapper

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060026168A1 (en) * 2004-05-20 2006-02-02 Bea Systems, Inc. Data model for occasionally-connected application server
US20080082601A1 (en) * 2006-09-29 2008-04-03 Microsoft Corporation Resource standardization in an off-premise environment

Also Published As

Publication number Publication date
WO2012021326A3 (en) 2012-05-03
AU2011289734B2 (en) 2016-06-16
EP2603854A2 (en) 2013-06-19
EP2603853A2 (en) 2013-06-19
CA2808005A1 (en) 2012-02-16
WO2012021330A3 (en) 2012-04-26
WO2012021330A2 (en) 2012-02-16
EP2603854A4 (en) 2015-03-18
CA2808013A1 (en) 2012-02-16
CA2807983A1 (en) 2012-02-16
WO2012021326A2 (en) 2012-02-16
EP2603853A4 (en) 2015-01-07
AU2011289736A1 (en) 2013-03-21
AU2016203802A1 (en) 2016-06-23
WO2012021324A2 (en) 2012-02-16
WO2012021328A2 (en) 2012-02-16
CA2807995A1 (en) 2012-02-16
AU2011289738A1 (en) 2013-03-21
WO2012021328A3 (en) 2012-04-12
EP2603855A4 (en) 2013-07-10
WO2012021324A3 (en) 2012-04-26
EP2603857A2 (en) 2013-06-19
AU2011289734A1 (en) 2013-03-21
EP2603855A2 (en) 2013-06-19
AU2011289732B2 (en) 2015-11-05
AU2011289736B2 (en) 2016-06-30

Similar Documents

Publication Publication Date Title
US8886777B2 (en) Moving enterprise software applications to a cloud domain
AU2011289732B2 (en) Moving enterprise software applications to a cloud domain
US11178207B2 (en) Software version control without affecting a deployed container
US11237810B2 (en) Cloud-based deployment using templates
US10725814B2 (en) Expediting the provisioning of virtual machines based on cached repeated portions of a template
US20120311157A1 (en) Integrated information technology service management for cloud resources
JP6291134B2 (en) Server selection device, server selection method, and server selection program
US11119746B2 (en) Extensions for deployment patterns
US10013491B2 (en) Methods and systems of workload mobility across divergent platforms
US11385892B1 (en) Optimal software architecture recommendations by an application modernization service
CA2959723A1 (en) Generation and management of computing infrastructure instances
US20130325433A1 (en) Model for Simulation Within Infrastructure Management Software
US20160371102A1 (en) System and method for supporting execution of application based on multi-platform using virtual platform service
US11544046B1 (en) Dynamic cloud anti-pattern detection for a modernization assessment service
Bernal et al. Improving cloud architectures using UML profiles and M2T transformation techniques
US11853753B1 (en) Detection, presentation, and resolution of bottlenecks in monolith decomposition
US11593103B1 (en) Anti-pattern detection in extraction and deployment of a microservice
US10248554B2 (en) Embedding profile tests into profile driven feedback generated binaries
US20220200929A1 (en) Multi-cloud deployment and validation
JP2023544192A (en) Tag-driven scheduling of computing resources for function execution
Naziris Infrastructure as code: towards dynamic and programmable IT systems
Tamanampudi et al. Performance Optimization of a Service in Virtual and Non-Virtual Environment
Sakkas et al. Infrastructure Integration and Deployment

Legal Events

Date Code Title Description
FGA Letters patent sealed or granted (standard patent)