Skip to content

Instantly share code, notes, and snippets.

@nilsmeyer
Created July 29, 2019 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nilsmeyer/86b99fac658f47bda5a26f99221fef5a to your computer and use it in GitHub Desktop.
Save nilsmeyer/86b99fac658f47bda5a26f99221fef5a to your computer and use it in GitHub Desktop.
CentOS 7 source ami filter
"source_ami_filter": {
"filters": {
"virtualization-type": "hvm",
"name": "CentOS Linux 7 x86_64 HVM EBS ENA 1901*",
"root-device-type": "ebs"
},
"owners": [
"679593333241"
],
"most_recent": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment