burib
Results
1
comments of
burib
all regions codes ```bash aws ssm get-parameters-by-path \ at 12:45:23 --path /aws/service/global-infrastructure/regions --output json | jq '[.Parameters | .[].Value]' ``` all regions count ```bash aws ssm get-parameters-by-path \ at 12:45:23...