You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Each cloud provider has their own schema for images and image metadata. We should examine the data we get from the biggest providers (AWS/Azure/GCP) and determine which information is most important for us to keep.
Idea from @FKolwa.
Each cloud provider has their own schema for images and image metadata. We should examine the data we get from the biggest providers (AWS/Azure/GCP) and determine which information is most important for us to keep.
AWS
Command:
aws --region=us-east-1 ec2 describe-images --owner 309956199498 --filter "Name=is-public,Values=true"
Azure
Command:
az vm image list -f RHEL -l eastus --all
Google
Command:
gcloud compute images list --format="json"
The text was updated successfully, but these errors were encountered: