Skip to content

Commit

Permalink
Merge pull request #70 from nickanderson/ENT-11139/master
Browse files Browse the repository at this point in the history
ENT-11139: Added ami info for Red Hat 9
  • Loading branch information
olehermanse authored Jan 5, 2024
2 parents 25073fd + 1f31c7b commit 662e5d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cf_remote/cloud_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
"user": "ec2-user",
"xlsize": "m3.xlarge",
},
"rhel-9-x64": {
"ami": "ami-049b0abf844cab8d7",
"size": "t3a.micro",
"user": "ec2-user",
"xlsize": "m3.xlarge"
},
"centos-5-x32": {"ami": "ami-fe11398a", "user": "root", "size": "m1.small"},
"debian-6-x64": {"ami": "ami-879e4ff0", "user": "admin", "size": "t1.micro"},
"debian-5-x32": {"ami": "ami-8398b3f7", "user": "root", "size": "m1.small"},
Expand Down

0 comments on commit 662e5d2

Please sign in to comment.