-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finding Image ID #7
Comments
Hey buddy, that's a great question and I will explain it when I'm trying to explain data resources in terraform. Still, before we go further in the video, I have to say you need to find the best operation system for your app then you can use some filters in the provider for example in AWS to find image ID with all the specification you need. for example, the architecture is essential when we are choosing the image ID |
Hey guys, I don't have any previous experience but I found the below repositories: |
You can get all available images ID, types, versions, name, disk_size, os_flavor, os_version, and so on with this command below on hcloud (Hetzner Cloud). curl -H "Authorization: Bearer $API_TOKEN" 'https://api.hetzner.cloud/v1/images' |
you can use this command in CLI without opening your console :) aws ec2 describe-images --filters Name=name,Values=ubuntu/images/hvm-ssd/ubuntu* works for me . |
one of my biggest problem is how to finding image id in all platforms. for instance how I can find image id for centos or any other releases in Hetzner cloud.
The text was updated successfully, but these errors were encountered: