AgileAWSCloud

6 Barriers to DevOps and How to Avoid Them

More and more product companies are now installing business agility by moving to Cloud and bidding goodbye to the traditional legacy systems. In this constant chase to remain Agile and launch products faster to market, companies are also leveraging DevOps. DevOps as a service not only helps to automate redundant tasks and the entire delivery […]

AWSCloudDevOps

Evolution of Managed Services in Cloud

Traditionally every managed services team consisted of different team members with different skill sets, performing multiple roles for e.g. DC Ops/Administrators: Responsible for providing Hands & Eye Support in data centers for Server/Storage etc. Network Admins: Responsible for installing and managing Network Devices like Routers, Switches, Firewalls, cabling, etc. Monitoring Team: Responsible for monitoring various […]

AgileCloudDevOps

How to Build a Robust Microservice Architecture? Continuous Delivery and Other Best Practices – Part II

Microservices have really redefined the way traditional and legacy applications were built. In part I, we have provided an overview of microservices and key benefits of microservice architecture. Unlike the monolithic architectural style, microservice architecture helps to bring business agility and improve time to market. Microservices break the larger service into different smaller functions and create […]

AWSCloudDevOps

Schedule Lambda On Cron Expression Triggers

Lambda is an Amazon Web Services (AWS) masterpiece which helps in leveraging compute services for a duration of seconds to minutes and hence reduces the infrastructure costs manifolds and its maintenance. The Cron expressions are created, evaluated and triggered using Cloudwatch Management Console. The possible cron expressions for AWS Lambda are discussed in this link. In […]

AgileCloudDevOps

Infographic – 5 Benefits of Using DevOps with Cloud

Cloud has multiple advantages such as reduced total cost of ownership, on-demand provisioning of resources and much more. However, DevOps together with Cloud can be more beneficial. While Cloud helps to modernize the IT infrastructure, DevOps helps to automate it. DevOps not only helps in automating the delivery pipeline but also orchestrate infrastructure in a […]

AWSCloudDevOps

Top Cloud Computing Myths Debunked

Cloud is a key enabler to transformation and growth. In the recent years, Cloud is a much talked about technology. Businesses and enterprises are adopting cloud not only to simplify the infrastructure provisioning process but also to stay ahead of the competition. Traditional and legacy organizations however at times are skeptical of moving to cloud […]

AWSCloudDrupal

S3 Bucket Configuration With Drupal 8

Drupal provides both public and private file systems. S3 File System (Amazon S3) provides an additional file system to the Drupal site. S3FS module is used to store files in Amazon S3 (Simple Storage Service) or any other S3-compatible storage service. You can configure your Drupal site to use S3 File System as default, or […]

AgileCloudDevOps

DevOps for Startups – 6 Technical Considerations Before You Kick Start!

Companies around the globe are investing a lot of time, money and efforts in building innovative products. In such a competitive landscape, it is highly critical to maintain the business agility and improve time to market. A decade back operations and development teams used to work in silos making the release cycles long. Over the […]

CloudDevOpsTechnology

Introduction to Azure Container Service

Azure Container Service (ACS) provided by Azure helps to simplify the management of Docker clusters for running containerized applications. ACS supports 3 Orchestrators: DC/OS with Marathon, Docker Swarm, and Kubernetes. We are using Docker Swarm in this article for the demonstration and assuming that readers of this blog are familiar with containerization technologies such as Docker Swarm […]

Services