Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an AWS packer template #569

Open
rbeede opened this issue May 10, 2022 · 3 comments · May be fixed by #570
Open

Add an AWS packer template #569

rbeede opened this issue May 10, 2022 · 3 comments · May be fixed by #570

Comments

@rbeede
Copy link

rbeede commented May 10, 2022

Issue Description

Add an AWS packer template so a build can be created to deliver an AMI.

This was a fork that implemented this, but the fork is behind the commits and thus broken. It also only covered Ubuntu 14.04 and not Windows.

https://github.com/jocic/AWS.Metasploitable3/blob/master/packer/templates/ubuntu_1404.json

This was raised once before, but the issue was closed with no resolution.

#76

@rbeede
Copy link
Author

rbeede commented May 10, 2022

https://github.com/rapid7/metasploitable3/blob/master/packer/templates/aws/ubuntu_1404_ctf_2017.json

Perhaps this but remove
"region": "us-east-1",

and instruct the user to

export AWS_DEFAULT_REGION=us-east-1

So it can be specified by running

packer build packer/templates/aws/ubuntu_1404.json

@rbeede
Copy link
Author

rbeede commented May 10, 2022

Also add a Windows AWS template for packer

@rbeede
Copy link
Author

rbeede commented May 10, 2022

Also blocked by #441

@rbeede rbeede linked a pull request May 10, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant