Using AWS CLI you can control the output format to display Cloudwatch log group names…
How to delete all the AWS cloudwatch log groups leaving specific log group
Using AWS cli command, you can delete AWS cloudwatch log groups and log streams. Check this post to delete all log groups leaving specific one.
How to Execute Postman Collections using “newman” in your CI Pipeline with VSTS
Checkout the steps to setup a VSTS code project (Postman API Tests) and build definition to run your Postman Collections using command line collection executor “newman”.
Building software-as-a-service apps – Microservices – 12 Factor Services (Apps)
This post explains the concept of 12-factor apps (applied in services) which is to keep the service simple to build, test & deploy.
Resolve error: Unhandled Rejection (Error): Network Error
How to resolve “Unhandled Rejection (Error): Network Error” when you run ‘yarn start’
Find equivalent of Azure Service provided in AWS
Find equivalent of Microsoft Azure services to Amazon Web Services (AWS), though the breadth and depth of capabilities of these services will vary.
Python 2.7 : How to edit List with respect to index
How to edit List with respect to index
Python 2.7: Read and Write Excel file with win32com
The sample code shows how to read and write excel file using com server.
Periodic Table of DevOps Tools
Checkout all the different tools required for DevOps. You can add your tool if it is missing in the table.
How to get time in microseconds using python
You can find and print time in microsecond using the right python statements. Check it out.