<?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>DEV Community: Farrukh Naeem</title>
    <description>The latest articles on DEV Community by Farrukh Naeem (@farrukhnaeem14).</description>
    <link>https://dev.to/farrukhnaeem14</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%2F193779%2F5c26f793-37ae-4545-a7d9-298fdc3e6293.jpg</url>
      <title>DEV Community: Farrukh Naeem</title>
      <link>https://dev.to/farrukhnaeem14</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/farrukhnaeem14"/>
    <language>en</language>
    <item>
      <title>ECS Fargate secrets management with AWS Parameter Store</title>
      <dc:creator>Farrukh Naeem</dc:creator>
      <pubDate>Thu, 11 Jul 2019 15:55:34 +0000</pubDate>
      <link>https://dev.to/farrukhnaeem14/ecs-fargate-secrets-management-with-aws-parameter-store-3oij</link>
      <guid>https://dev.to/farrukhnaeem14/ecs-fargate-secrets-management-with-aws-parameter-store-3oij</guid>
      <description>&lt;p&gt;I've got a node.js application which obviously has some secrets/configurations to be managed in a config file. I am considering the AWS Parameter Store option for passing the configuration to my Fargate Task Definitions as very nicely explained by &lt;a class="comment-mentioned-user" href="https://dev.to/sagarjauhari"&gt;@sagarjauhari&lt;/a&gt;
 in his third method of secret management in this post: &lt;a href="https://dev.to/sagarjauhari/3-ways-to-handle-secrets-in-aws-ecs-tasks-2olb"&gt;https://dev.to/sagarjauhari/3-ways-to-handle-secrets-in-aws-ecs-tasks-2olb&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am just not able to grasp the idea that how would my application running inside the container would get these secrets like db passwords etc.&lt;/p&gt;

&lt;p&gt;Does passing the SSM secrets to the Task Definition automatically makes these secrets available inside the container? If yes, where are these and how to access them within my application?&lt;/p&gt;

</description>
      <category>devops</category>
      <category>docker</category>
      <category>aws</category>
    </item>
  </channel>
</rss>
