From the course: Cloud DevOps Concepts: Understanding Processes and Services
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Sample DevOps process
From the course: Cloud DevOps Concepts: Understanding Processes and Services
Sample DevOps process
- [Instructor] Businesses can leverage DevOps in the cloud for various use cases that provide value to a company. Here are just a few sample processes that you should consider, continuous integration and continuous deployment, or CI/CD, automating build and deployment pipelines, implementing CI/CD pipelines using cloud services like AWS Code pipeline, Azure pipelines, or Jenkins hosted on the cloud to automate the build tests and deployment processes. This facilitates rapid delivery and continuous feedback, bringing value back to the business. Infrastructure as code or IaC, automating infrastructure provisioning, using Terraform, AWS Cloud formation or Azure Resource Manager to define and manage infrastructure. This is done using code, not process dashboards, which allows automation and provisioning of cloud resources. Infrastructure scaling and management, auto scaling resources, utilizing cloud services, auto scaling capabilities to adjust computing resources based on traffic and…