mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(aws): try connecting to managed grafana instances and fail
This commit is contained in:
@@ -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
|
||||
# ------------------
|
||||
|
||||
Reference in New Issue
Block a user