Azure DevOps Liquibase container for windows

Hello, I just started using Liquibase. We use Azure DevOps. In the pipeline first I need to update AWS security group with the pipeline agent’s IP address so that I can connect to the postgres database hosted on the AWS (IP whitelisting). Either I need a Linux image that has AWS CLI already installed or a Liquibase container that can run on a windows server which the pipeline uses. On the windows server I can use the PowerShell to execute the AWS commands. But if I use Ubuntu Image and the Liquibase configured docker container it doesn’t have the AWS CLI installed. Please suggest a solution for my use case.

Thank you