Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 742 Bytes

File metadata and controls

21 lines (15 loc) · 742 Bytes

Testing with Serverspec an AWS AMI provisioned by Ansible and baked by Packer

Purpose

Usage on Linux

  1. Install packer.
  2. Install Ansible.
  3. Create AWS account and create there CloudFormation stack based on file from here.
  4. Install aws-cli and configure keys exported from that stack in that tool.
  5. Invoke build_ami.sh and wait for AMI produced by that tool.

References