Skip to content

pdabel/packer_aws_bedrock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Setup AWS image for running Minecraft Bedrock edition on Ubuntu

packer validate bedrock.json
  • run build, this will overwrite any existing ami with this name
packer build \
    -var 'aws_access_key=<AWS_ACCESS_KEY>' \
    -var 'aws_secret_key=<AWS_SECRET_KEY>' \
    -var 'bedrock_zip_file=bedrock-server-1.16.40.02.zip' \
    bedrock.json

Optional parameters to packer are:

  • aws_ami_name=minecraft-bedrock-1-16-40-02 , defaults to minecraft-bedrock
  • ubuntu_ami_base_image_name=ubuntu/images/ubuntu-focal-20.04-amd64-server- , defaults to ubuntu/images/ubuntu-bionic-18.04-amd64-server-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published