<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: taragurung</title>
    <description>The latest articles on Forem by taragurung (@taragrg6).</description>
    <link>https://forem.com/taragrg6</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F89583%2F28a39990-b6bb-4172-b1ef-e62495139938.png</url>
      <title>Forem: taragurung</title>
      <link>https://forem.com/taragrg6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/taragrg6"/>
    <language>en</language>
    <item>
      <title>How are AWS sandbox playground implemented</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Tue, 27 Oct 2020 04:40:53 +0000</pubDate>
      <link>https://forem.com/taragrg6/how-are-aws-sandbox-playground-implemented-587c</link>
      <guid>https://forem.com/taragrg6/how-are-aws-sandbox-playground-implemented-587c</guid>
      <description>&lt;p&gt;How are the website like acloudguru implementing the aws/cloud sandbox in their website? &lt;/p&gt;

&lt;p&gt;The only solution coming to my mind is automating the process of creating AWS Organization unit for each users as a separate environment but AWS OU has the quotas limitation. Anyone, tried this?&lt;/p&gt;

&lt;p&gt;Are they using the service like &lt;a href="https://localstack.cloud/"&gt;https://localstack.cloud/&lt;/a&gt; which allows to test aws cloud services locally.&lt;/p&gt;

</description>
      <category>aws</category>
    </item>
    <item>
      <title>Publishing my first terraform module to terraform registry</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Thu, 23 Apr 2020 12:36:34 +0000</pubDate>
      <link>https://forem.com/taragrg6/publishing-my-first-terraform-module-to-terraform-registry-1cha</link>
      <guid>https://forem.com/taragrg6/publishing-my-first-terraform-module-to-terraform-registry-1cha</guid>
      <description>&lt;p&gt;Today, I thought of publishing my own module to terraform registry. The module is in simplest form now. The module is for setting up S3 with web hosting enabled and distributed to different edge locations using AWS Cloudfront. &lt;/p&gt;

&lt;h5&gt;
  
  
  Here is the link to my module:
&lt;/h5&gt;

&lt;p&gt;Please feel free to give me valuable suggestions. &lt;br&gt;
&lt;a href="https://registry.terraform.io/modules/taragurung/s3-cloudfront-module/aws/1.1.0"&gt;https://registry.terraform.io/modules/taragurung/s3-cloudfront-module/aws/1.1.0&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Why we use terraform modules?
&lt;/h3&gt;

&lt;p&gt;We create modules in terraform so that we don't write the same terraform script again and again. It is similar to functions in any programming language. We create it once and just call it every time we need it.&lt;/p&gt;

&lt;h3&gt;
  
  
  These are few key takeaways:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Anyone can publish modules in terraform registry. &lt;/li&gt;
&lt;li&gt;The terraform official documentation is well documented, anyone can easily follow and publish the module. &lt;/li&gt;
&lt;li&gt;It takes a few seconds to publish your module and make it ready to use. &lt;/li&gt;
&lt;li&gt;Make sure you provide enough information on variables and output and good to create one readme file. &lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  What does my module do?
&lt;/h3&gt;

&lt;p&gt;I would not say it's a full fledged module to use but over time I will make it better adding more features. For now it is meant to create a S3 bucket with the input name supplied by the users and enable it for web hosting. It also distributes the content to different AWS edge locations using cloudfront. &lt;/p&gt;

</description>
      <category>devops</category>
      <category>terraform</category>
    </item>
    <item>
      <title>Explain GitOps Like I'm Five</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Sun, 08 Mar 2020 15:11:26 +0000</pubDate>
      <link>https://forem.com/taragrg6/explain-x-like-i-m-five-258l</link>
      <guid>https://forem.com/taragrg6/explain-x-like-i-m-five-258l</guid>
      <description>

</description>
      <category>explainlikeimfive</category>
    </item>
    <item>
      <title>Why and for what problems are you using AWS Lambda function?</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Sun, 16 Feb 2020 15:08:03 +0000</pubDate>
      <link>https://forem.com/taragrg6/why-and-for-what-problems-are-you-using-aws-lambda-function-5189</link>
      <guid>https://forem.com/taragrg6/why-and-for-what-problems-are-you-using-aws-lambda-function-5189</guid>
      <description>

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Help me understand and analyze the locust chart</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Thu, 05 Dec 2019 14:14:27 +0000</pubDate>
      <link>https://forem.com/taragrg6/help-me-understand-and-analyse-the-locust-chart-1c16</link>
      <guid>https://forem.com/taragrg6/help-me-understand-and-analyse-the-locust-chart-1c16</guid>
      <description>&lt;p&gt;I know how to write Locust script and make it load test. What I still need to learn. &lt;/p&gt;

&lt;p&gt;Help me understand the resulting chart and make a good analysis out of it.&lt;/p&gt;

&lt;p&gt;As we are generating the users and hitting the target website with the same IP, do we need to rotate the ip or it does not matter.&lt;/p&gt;

&lt;p&gt;All sort of things a  load-tester should consider for better result &lt;/p&gt;

</description>
      <category>help</category>
      <category>locust</category>
      <category>loadtesting</category>
    </item>
    <item>
      <title>How secure are password manager like 1Password or lastpass</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Thu, 07 Nov 2019 05:08:13 +0000</pubDate>
      <link>https://forem.com/taragrg6/how-secure-are-password-manager-like-1password-or-lastpass-2o10</link>
      <guid>https://forem.com/taragrg6/how-secure-are-password-manager-like-1password-or-lastpass-2o10</guid>
      <description>&lt;p&gt;Do big companies use a password manager? If not how do they keep them safe and manage it to keep track of all the credentials and manage it among employees.&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>How many of you doubts the way you work is right or wrong?</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Thu, 25 Jul 2019 16:28:57 +0000</pubDate>
      <link>https://forem.com/taragrg6/how-many-of-you-doubts-the-way-you-work-is-right-or-wrong-5gi9</link>
      <guid>https://forem.com/taragrg6/how-many-of-you-doubts-the-way-you-work-is-right-or-wrong-5gi9</guid>
      <description>&lt;p&gt;How many of you get this feeling? Am I coding the right way, Am I designing the architecture the right way? I get this feeling a lot. And when you are a sole developer or someone handling the architecture. The feeling rises even more.&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Do you have knowledge Sharing Sessions in your company? </title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Thu, 25 Jul 2019 13:42:40 +0000</pubDate>
      <link>https://forem.com/taragrg6/do-you-have-knowledge-sharing-sessions-in-your-company-36d2</link>
      <guid>https://forem.com/taragrg6/do-you-have-knowledge-sharing-sessions-in-your-company-36d2</guid>
      <description>&lt;p&gt;How often do you have knowledge sharing sessions in your company? We normally do once in a week. What might be the fruitful way of doing it? Share your experience. &lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>What task placement policy are you Using in AWS ECS?</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Thu, 25 Jul 2019 13:37:08 +0000</pubDate>
      <link>https://forem.com/taragrg6/what-task-placement-policy-are-you-using-in-aws-ecs-1l70</link>
      <guid>https://forem.com/taragrg6/what-task-placement-policy-are-you-using-in-aws-ecs-1l70</guid>
      <description>&lt;p&gt;What task placement policy of AWS ECS are you using. If you are deploying on AWS ECS? Are you facing problem with binpack incase if you don't have enough CPU available? &lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>How have you done service discovery in AWS ECS</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Wed, 10 Jul 2019 03:55:51 +0000</pubDate>
      <link>https://forem.com/taragrg6/how-have-you-done-service-discovery-in-aws-ecs-1a0c</link>
      <guid>https://forem.com/taragrg6/how-have-you-done-service-discovery-in-aws-ecs-1a0c</guid>
      <description>&lt;p&gt;I want to know how have you implemented the service discovery you have done when using the AWS ECS for deploying micro-services in production.&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>How to make the services communicate in AWS ECS?</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Fri, 05 Jul 2019 06:25:06 +0000</pubDate>
      <link>https://forem.com/taragrg6/how-to-make-the-service-communicate-in-aws-ecs-56gh</link>
      <guid>https://forem.com/taragrg6/how-to-make-the-service-communicate-in-aws-ecs-56gh</guid>
      <description>&lt;p&gt;I have multiple service running on AWS ECS. Now, I am trying to connect one service with another using the build in service discovery. When creating a services It's successfully creating a SRV and mapping to A records in Route53.&lt;/p&gt;

&lt;p&gt;The problem is I am not able to connect using the Service Discovery Endpoint. &lt;em&gt;It's not resolving the name&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;Service1: Runs Task definition: To run nginx-phpfpm&lt;br&gt;
Service2: Runs Task definition: to run redis&lt;/p&gt;

&lt;p&gt;Goal is to make the Service1 communicate with Service2&lt;/p&gt;

</description>
      <category>help</category>
      <category>aws</category>
      <category>ecs</category>
      <category>servicediscovery</category>
    </item>
    <item>
      <title>How do you scale Jenkins slave node?</title>
      <dc:creator>taragurung</dc:creator>
      <pubDate>Wed, 05 Jun 2019 10:53:32 +0000</pubDate>
      <link>https://forem.com/taragrg6/how-do-you-scale-jenkins-slave-node-41lm</link>
      <guid>https://forem.com/taragrg6/how-do-you-scale-jenkins-slave-node-41lm</guid>
      <description>

</description>
      <category>discuss</category>
    </item>
  </channel>
</rss>
