Skip to content

oowlish/aws-varnish-wordpress-ami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Varnish Wordpress - Amazon Machine Image (AMI)

This repository contains a Packer template for building a Varnish AMI for accelerating WordPress sites.

Requirements

How to Build

First, you need to be able to authenticate to AWS. You can learn how to do that at Packer documentation's page.

After having authenticated to AWS, you should run the following in the root directory of this project:

$ packer build -var git_sha=$(git rev-parse --short HEAD) varnish-wordpress.json

AWS Regions

AMIs are regional resources, and by default, Packer will build the AMI in the us-east-1 region. If you want to build the AMI in another AWS region, you can pass it as a variable this way:

$ packer build -var aws_region="sa-east-1" -var git_sha=$(git rev-parse --short HEAD) varnish-wordpress.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages