Skip to content

Feature Request: query path /aws/service/global-infrastructure #54

Description

@virgilwashere

✨ add query path for AWS services 👽

As per Jeff's blog post: Query for AWS Regions, Endpoints, and More Using AWS Systems Manager Parameter Store

Here’s how to query for the list of active regions:

$ aws ssm get-parameters-by-path \
  --path /aws/service/global-infrastructure/regions --output json | \
  jq .Parameters[].Name
"/aws/service/global-infrastructure/regions/ap-northeast-1"
"/aws/service/global-infrastructure/regions/eu-central-1"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions