Jenkins-Setup Setup Architecture Setup Workflow EFS is setup in us-west-2a Jenkins should be launchd in us-west-2a to access EFS Packer Get AMI ID #!/bin/bash AMI_ID=$(jq -r '.builds[-1].artifact_id' manifest.json | cut -d ":" -f2) echo $AMI_ID