Azure DevOps(ADO) is a Microsoft product that provides version control, reporting, requirements management, project management, automated builds, lab management, testing and release management capabilities. It covers the entire application life-cycle, and enables DevOps capabilities. Today I am going to share a script block to create ADO Work Item, specially Task using Powershell. My initial goal…
Tag: Powershell
AWS EC2 Volumes Tagging
A Tag is an user defined metadata or label to an AWS resource to identify and manage it efficiently. Tag consists of a Key and an optional Value. It helps us to identify resources in Cloud environment quickly. For Example, a tag for “Environment” will help us to identify all resources in a particular environment….
AWS Elastic Load Balancer Tagging
A Tag is an user defined metadata or label to an AWS resource to identify and manage it efficiently. Tag consists of a Key and an optional Value. It helps us to identify resources in Cloud environment quickly. For Example, a tag for “Environment” will help us to identify all resources in a particular environment….
AWS EC2 Instance Tagging
A Tag is an user defined metadata or label to an AWS resource to identify and manage it efficiently. Tag consists of a Key and an optional Value. It helps us to identify resources in Cloud environment quickly. For Example, a tag for “Environment” will help us to identify all resources in a particular environment….
Managing attachments in Confluence using Powershell
In my previous post I discussed about managing Confluence page and it’s content. This is the second part of the series. Today, I am going to share some script blocks to manage attachments in Confluence pages. Before you start, you still need to set up access on Confluence to manage pages, content,Space etc. Let’s set…
AWS RDS Billing Report
Amazon Relational Database Service(RDS) is a Cloud-based distributed relational database service. In today’s blog, I will share a script to generate RDS billing report for each RDS instance for a specified date range. Before we start, we need to setup our AWS credentials and AWS Powershell SDK . Refer following documents to set those :…
Managing Confluence Page using API and Powershell
Atlassian Confluence is one of the leading Team collaboration software in the market. It helps one to create, collaborate and organize work in one place. You can create nice document, dashboard etc. quickly and share with your team using it. Confluence can be either Cloud-based or Server based. You can learn more about Confluence from…
AWS Elastic IP Billing Report
In my previous blog I wrote about billing report for EBS Volumes under EC2 – Other service category of AWS Cost Explorer API. Today, I am going to provide another script which will help you to generate billing report specific to Elastic IP address usage in AWS. So, if you have already gone through the…
AWS ELB Billing Report
I talked about AWS EC2 and general services billing in my previous blogs. AWS Services usage and billing reports already provides summary billing report for Elastic Load Balancing. However, if you want to generate a detailed per instance based report, we need to go one step further and generate that. Refer my previous blog here…
AWS EBS Volumes Billing Report
If you are familiar with AWS services Usage Billing reports you might have noticed there are two types of billing for EC2. Once for the EC2 Compute resources and it does not include Storage, EIP and some other resources attached with the EC2. AWS has categorized all those costs in to “EC2 – Other”. So,…