Skip to content

Instantly share code, notes, and snippets.

@swade1987
Last active March 18, 2016 20:47
Show Gist options
  • Select an option

  • Save swade1987/10ead84a4474430cdcf5 to your computer and use it in GitHub Desktop.

Select an option

Save swade1987/10ead84a4474430cdcf5 to your computer and use it in GitHub Desktop.
Build -> Deployment pipeline
Build -> Unit Test -> New cookbook in Chef
-> New artefact in our artefact repository
-> New AMI via Packer (running a chef-solo run of the app cookbook)
-> Obtain the new AMI Id and pass this to Terraform for my specific environment
-> Write something somehow that rolls the instances in that environment.
-> Also remove the node from the chef server on termination
Have the user_data for the launch configuration connect to the node to a chef environment.
@stack72
Copy link

stack72 commented Mar 18, 2016

LGTM :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment