chore(aws): try connecting to managed grafana instances and fail

This commit is contained in:
Michele Cereda
2025-06-24 01:02:11 +02:00
parent f78e105f02
commit 6e333fa66b
2 changed files with 17 additions and 2 deletions

View File

@@ -297,6 +297,18 @@ aws ec2 describe-network-interfaces --output 'text' \
--query 'NetworkInterfaces[*].Association.PublicIp'
###
# Grafana
# ------------------
###
aws grafana create-workspace-api-key --workspace-id 'g-abcdef0123' \
--key-name 'test' --key-role 'VIEWER' --seconds-to-live '60'
aws grafana delete-workspace-api-key --workspace-id 'g-abcdef0123' --key-name 'test'
###
# IAM
# ------------------