chore(aws): start knowledge about route 53

This commit is contained in:
Michele Cereda
2024-11-14 22:27:04 +01:00
parent 6507a55e16
commit 504e8ef681
3 changed files with 82 additions and 4 deletions

View File

@@ -151,10 +151,6 @@ aws kms decrypt --ciphertext-blob 'fileb://ciphertext.dat' --query 'Plaintext' -
| base64 --decode
# List hosted zones.
aws route53 list-hosted-zones
# List all SageMaker EndpointConfigurations' names.
aws sagemaker list-endpoint-configs --output 'yaml-stream' | yq -r '.[].EndpointConfigs[].EndpointConfigName' -
aws sagemaker list-endpoint-configs --output 'yaml-stream' --query 'EndpointConfigs[].EndpointConfigName' | yq -r '.[].[]' -