Changes

Line 76: Line 76:  
* Expose services, including existing ones, through APIs
 
* Expose services, including existing ones, through APIs
 
* Make the APIs discoverable to the appropriate stakeholders
 
* Make the APIs discoverable to the appropriate stakeholders
 +
 +
== Technology Architecture ==
 +
Technology architecture is an important enabler of highly available and adaptable solutions that must be aligned with the chosen application architecture. Cloud adoption provides many potential advantages by mitigating the logistical constraints that often negatively impacted legacy solutions hosted “on premises”.  However, the application architecture must be able to enable these advantages.
 +
 +
=== Use Cloud first ===
 +
* Adopt the use of the GC Accelerators to ensure proper Security and Access Controls
 +
* Enforce this order of preference: Software as a Service (SaaS) first, then Platform as a Service (PaaS), and lastly Infrastructure as a Service (IaaS)
 +
* Fulfill Cloud Services through SSC Cloud Brokering Services
 +
* Enforce this order of preference: Public cloud first, then Hybrid cloud, then Private cloud, and lastly non-cloud (on-premises) solutions
 +
* Design for cloud mobility and develop an exit strategy to avoid vendor lock-in
 +
 +
=== Design for Performance, Availability, and Scalability ===
 +
* Ensure response times meet user needs, and critical services are highly available
 +
* Support zero-downtime deployments for planned and unplanned maintenance
 +
* Use distributed architectures, assume failure will happen, handle errors gracefully, and monitor performance and behaviour actively
 +
* Establish architectures that supports new technology insertion with minimal disruption to existing programs and services
 +
* Control Technical Diversity - design systems based on modern technologies and platforms already in use.
 +
 +
=== Follow DevSecOps Principles ===
 +
* Use continuous integration and continuous deployments (CI/CD)
 +
* Ensure automated testing occurs for security and functionality
 +
* Include your users and other stakeholders as part of DevSecOps process
 
<multilang>
 
<multilang>
 
@en|__NOTOC__
 
@en|__NOTOC__