Skip to content

Commit

Permalink
Merge pull request #122 from craigcomstock/aws-alpine
Browse files Browse the repository at this point in the history
Added aws alpine platform Had to specify t3 instead of t2 as alpine images require EUFI which are available in t3.
  • Loading branch information
craigcomstock authored Feb 14, 2025
2 parents c92a304 + c84e79e commit 49b2e95
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cf_remote/cloud_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@
"name_pattern": "debian-{version}*",
"user": "admin",
},
"alpine": {
"owner_id": "538276064493",
"name_pattern": "alpine-{version}-*",
"user": "alpine",
"sizes": {
"x86_64": {
"size": "t3.micro",
"xlsize": "t3.xlarge",
},
"arm64": {
"size": "t4g.micro",
"xlsize": "t4g.xlarge",
},
},
},
"ubuntu-16": {
"owner_id": "099720109477",
"name_pattern": "ubuntu-pro-server/images/hvm-ssd/ubuntu-xenial-16.04-amd64-pro-server*",
Expand Down

0 comments on commit 49b2e95

Please sign in to comment.