Skip to content

Commit

Permalink
Merge pull request #67 from larsewi/deb12
Browse files Browse the repository at this point in the history
ENT-10347: Added Debian 12 x86_64 AMI to cf-remote
  • Loading branch information
olehermanse authored Nov 6, 2023
2 parents 66a4293 + 9e30871 commit 9467ee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist
/venv
/.venv
__pycache__/
**/.DS_STORE
6 changes: 6 additions & 0 deletions cf_remote/cloud_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
"size": "t1.micro",
"xlsize": "m3.xlarge",
},
"debian-12-x64": {
"ami": "ami-07024fbdfd1aab8a0",
"user": "admin",
"size": "t1.micro",
"xlsize": "m3.xlarge",
},
"centos-6-x64": {
"ami": "ami-05bd23226cb7c2896",
"user": "centos",
Expand Down

0 comments on commit 9467ee1

Please sign in to comment.