<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Cloudbreak - Tagging EC2 Instances? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126547#M89278</link>
    <description>&lt;P&gt;We are already adding tags to the instances. Do you want to add some custom tags?&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 02:53:16 GMT</pubDate>
    <dc:creator>rdoktorics</dc:creator>
    <dc:date>2016-05-03T02:53:16Z</dc:date>
    <item>
      <title>Cloudbreak - Tagging EC2 Instances?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126546#M89277</link>
      <description>&lt;P&gt;Is there a way to tag EC2 instances created by cloudbreak?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 02:51:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126546#M89277</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-05-03T02:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - Tagging EC2 Instances?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126547#M89278</link>
      <description>&lt;P&gt;We are already adding tags to the instances. Do you want to add some custom tags?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 02:53:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126547#M89278</guid>
      <dc:creator>rdoktorics</dc:creator>
      <dc:date>2016-05-03T02:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - Tagging EC2 Instances?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126548#M89279</link>
      <description>&lt;P&gt;What I did was write a boto based python script that does all the tagging, I download ind run it using a recipe &lt;/P&gt;&lt;P&gt;The recipe is as simple as this &lt;/P&gt;&lt;PRE&gt;#!/bin/bash
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
curl "https://&amp;lt;repo with my tagging script&amp;gt;/hdp_tagging.py" -o "hdp_tagging.py"
python ./get-pip.py
pip install boto
pip install argparse
python ./hdp_tagging.py --key '' --secret ''&lt;/PRE&gt;</description>
      <pubDate>Sat, 07 May 2016 04:10:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126548#M89279</guid>
      <dc:creator>liam_macinnes</dc:creator>
      <dc:date>2016-05-07T04:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - Tagging EC2 Instances?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126549#M89280</link>
      <description>&lt;P style="margin-left: 40px;"&gt; &lt;A rel="user" href="https://community.cloudera.com/users/258/rdoktorics.html" nodeid="258"&gt;@rdoktorics&lt;/A&gt; yes custom tags.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 07:50:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126549#M89280</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-05-17T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - Tagging EC2 Instances?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126550#M89281</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/4348/liammacinnes.html" nodeid="4348"&gt;@Liam MacInnes&lt;/A&gt; This is a neat work around.  I would like to see capablities from CB to add custom tags to each host group.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 07:52:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126550#M89281</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-05-17T07:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - Tagging EC2 Instances?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126551#M89282</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt;&lt;P&gt; you can define custom tags with cloudbreak 1.3.0 or higher versions.&lt;/P&gt;&lt;P&gt;If you set &lt;STRONG&gt;CB_AWS_DEFAULT_CF_TAG&lt;/STRONG&gt; variable in your Profile like &lt;STRONG&gt;CB_AWS_DEFAULT_CF_TAG&lt;/STRONG&gt;=testtag then every resource which will be deployed by cloudbreak will be tagged with CloudbreakId:testtag.&lt;/P&gt;&lt;P&gt;Other option is to set &lt;STRONG&gt;CB_AWS_CUSTOM_CF_TAGS&lt;/STRONG&gt; variable. If you set &lt;STRONG&gt;CB_AWS_CUSTOM_CF_TAGS&lt;/STRONG&gt;=tag1:apple,tag2:lemon then every resource will be tagged with tag1:apple and with tag2:lemon also.&lt;/P&gt;&lt;P&gt;&lt;A href="http://sequenceiq.com/cloudbreak-docs/latest/aws/#optional-set-custom-tags"&gt;Documentation link&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 22:00:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-Tagging-EC2-Instances/m-p/126551#M89282</guid>
      <dc:creator>rdoktorics</dc:creator>
      <dc:date>2016-07-04T22:00:17Z</dc:date>
    </item>
  </channel>
</rss>

