Development using aws cloud services requires a subscription. Development and testing can sometimes be a costly affair for some organizations incurring expenses to the tune of around 1000 USD. LocalStack is a more cheaper way of developing and testing code locally before it is deployed to aws cloud. Architecture Objective The objective of this postContinue reading “LocalStack : The zero cost aws cloud subscription”
Category Archives: Dev-sec-ops
Serverless Sonarqube using AWS ECS Fargate
Sonarqube is a popular tool used to derive code quality metrics like Code Coverage, Code Duplication, Code Cyclomatic complexity and Method Cohesion. The most typical way of using Sonarqube is to install it on an on premise server or an EC2 instance in cloud and ensure to keep it running. The alternative to installing SonarqubeContinue reading “Serverless Sonarqube using AWS ECS Fargate”
End-to-End devops pipeline using aws services
The objective of this blog post is to Demonstrate the construction of an end to end devops pipeline using aws code pipeline service To demo the triggering of a build and deployment without human intervention Why aws code pipeline ? It helps you leverage your existing investment in aws services. It makes the devops pipelineContinue reading “End-to-End devops pipeline using aws services”