Skip to content

Commit

Permalink
try a public AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Sep 20, 2024
1 parent 00ee887 commit 91fc158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/_context/virtual_machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class Fedora39amd64(_VirtualMachine):
def __init__(sef, **kwargs) -> None:
super().__init__(
"Fedora_39_amd64",
aws_config=_AWSConfig(ami_id="ami-0ba8f2988373d0735", ami_instance_type="t2.medium", user="fedora"),
aws_config=_AWSConfig(ami_id="ami-0ee7ca65ea2e8c5d9", ami_instance_type="t2.medium", user="fedora"),
vagrant_config=None,
krunvm_config=None,
os_type="linux",
Expand Down

0 comments on commit 91fc158

Please sign in to comment.