We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Also add a Windows AWS template for packer
Also blocked by #441
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: