diff --git a/tools/packer/lotus.pkr.hcl b/tools/packer/lotus.pkr.hcl index 347cfb948..be7f7e1d5 100644 --- a/tools/packer/lotus.pkr.hcl +++ b/tools/packer/lotus.pkr.hcl @@ -23,6 +23,10 @@ source "amazon-ebs" "lotus" { "us-east-1", "us-west-2", ] + ami_groups = [ + # This causes the ami to be publicly-accessable. + "all", + ] ami_description = "Lotus Filecoin AMI" instance_type = "t2.micro"