Skip to content

Commit

Permalink
Merge pull request #71 from larsewi/suse
Browse files Browse the repository at this point in the history
cloud_data.py: Added SUSE 15 & 12 AMI's
  • Loading branch information
olehermanse authored Jan 5, 2024
2 parents 4d71805 + 88c87bb commit 25073fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cf_remote/cloud_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,16 @@
"size": "t2.small",
"xlsize": "t2.xlarge",
},
"suse-12-x64": {
"ami": "ami-0d5622d69a166848b",
"user": "ec2-user",
"size": "t2.small",
"xlsize": "t2.xlarge",
},
"suse-15-x64": {
"ami": "ami-0e5e442298b8e7f5a",
"user": "ec2-user",
"size": "t2.small",
"xlsize": "t2.xlarge",
},
}

0 comments on commit 25073fd

Please sign in to comment.