Tag: JMESPath

  • CloudFormation, JMESPath, and more

    In my last post, I explored provisioning AWS resources using CloudFormation, a change-up from my usual Terraform explorations. There’s a lot of similarities between the two approaches, which isn’t surprising. In this post, I’m going to practice working more with CloudFormation (CF). One of the tools that I was recommended to learn by someone in…

  • Querying AWS Services via JSON JMESPath queries

    JMESPath is helpful in helping to query JSON output data, for example to filter or manipulate that data. This is useful when working with AWS Services, particularly through CLI and/or with services such as CloudWatch or Systems Manager. I’m following this resource on my learning journey, which I’m sharing some of those steps here for…