<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Packer - Category - Chai on Tech</title>
        <link>https://posts.chaibuilds.com/categories/packer/</link>
        <description>Packer - Category - Chai on Tech</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Thu, 13 Oct 2022 13:46:41 &#43;0530</lastBuildDate><atom:link href="https://posts.chaibuilds.com/categories/packer/" rel="self" type="application/rss+xml" /><item>
    <title>Packer Variables</title>
    <link>https://posts.chaibuilds.com/posts/packer-variables/</link>
    <pubDate>Thu, 13 Oct 2022 13:46:41 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/packer-variables/</guid>
    <description><![CDATA[<p>There are different ways in which you can pass variables into Packer template. In this tutorial, we will explain all different ways you can pass variables in to your Packer template.</p>]]></description>
</item>
<item>
    <title>Packer Sample Script</title>
    <link>https://posts.chaibuilds.com/posts/packer-sample-script/</link>
    <pubDate>Wed, 12 Oct 2022 13:30:24 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/packer-sample-script/</guid>
    <description><![CDATA[In this tutorial, we will explain about a sample script to create an instance, deploy software and create an image from it. Before you run the script, make sure to install aws cli and add your AWS access key and secret key in ~/.aws/credentials file or checkout the Packer Variables tutorial to know different ways to use your AWS credentials with Packer.
Simple Packer script to create an instance 1 2 3 4 5 6 7 8 9 { &#34;builders&#34;: [{ &#34;type&#34;:&#34;amazon-ebs&#34;, &#34;source_ami&#34;: &#34;ami-12345&#34;, &#34;instance_type&#34;: &#34;t2.]]></description>
</item>
<item>
    <title>Packer Definitions</title>
    <link>https://posts.chaibuilds.com/posts/packer-definitions/</link>
    <pubDate>Wed, 12 Oct 2022 13:29:53 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/packer-definitions/</guid>
    <description><![CDATA[If you&rsquo;re looking for Packer definitions, then you are looking at the correct article. In this article, we will discuss some basic Packer components and definitions.
Let&rsquo;s jump right in.
Packer Components Packer templates consist of 3 components:
Builders: [Builders](Builders | Packer by HashiCorp) are used to create machine images as part of image creation process. Builders connect to your cloud/on-prem environment using the access keys, secret keys etc&hellip;, connect to your infrastructure and create the template.]]></description>
</item>
<item>
    <title>Packer Introduction</title>
    <link>https://posts.chaibuilds.com/posts/packer-introduction/</link>
    <pubDate>Tue, 11 Oct 2022 15:06:25 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/packer-introduction/</guid>
    <description><![CDATA[<p>Do you want to start learning Packer, but don&rsquo;t know where to start? Don&rsquo;t worry, we got you covered. In this article, we will explain what is packer all about, and its uses.</p>]]></description>
</item>
</channel>
</rss>
