<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>AWS on Neeraj Sidhaye</title>
    <link>https://neerajsidhaye.github.io/tags/aws.html</link>
    <description>Recent content in AWS on Neeraj Sidhaye</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy;{year}, All Rights Reserved</copyright>
    <lastBuildDate>Sat, 04 Sep 2021 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="https://neerajsidhaye.github.io/tags/aws/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>AWS Lambda function in GO</title>
        <link>https://neerajsidhaye.github.io/posts/go/aws/golambdafunction.html</link>
        <pubDate>Sat, 04 Sep 2021 00:00:00 +0000</pubDate>
        
        <atom:modified>Sat, 04 Sep 2021 00:00:00 +0000</atom:modified>
        <guid>https://neerajsidhaye.github.io/posts/go/aws/golambdafunction.html</guid>
        <description>In this post, we will be creating, deploying and invoking a aws lambda function in Go.
 We will be using AWS CLI throughout this post for
 Creating role ( aws iam create-role ) Attaching policy to the role ( aws iam attach-role-policy ) Deploying Lambda function ( aws lambda create-function ) Invoking the lambda function ( aws lambda invoke )  Our lambda function will return a account detail json as below.</description>
        
        <dc:creator>Neeraj Sidhaye</dc:creator>
        <media:content url="https://neerajsidhaye.github.io//images/posts/go/aws/aws-lambda-go.jpg" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>GO</category>
            
          
            
              <category>AWS</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Deploying GO app docker image on AWS EC2</title>
        <link>https://neerajsidhaye.github.io/posts/go/aws/deployinggoapponaws.html</link>
        <pubDate>Tue, 25 May 2021 00:00:00 +0000</pubDate>
        
        <atom:modified>Tue, 25 May 2021 00:00:00 +0000</atom:modified>
        <guid>https://neerajsidhaye.github.io/posts/go/aws/deployinggoapponaws.html</guid>
        <description>In this post, we will be deploying docker image of a GO application on AWS EC2 instance.
 This involves below steps
 Launching an EC2 instance
  SSH to EC2
  Installing Docker on EC2
  Starting Docker service
  Pulling image from docker hub
  Running the docker image on EC2
  Testing the application
 For this post, I have created docker image of a GO rest api and pushed to my docker hub repository.</description>
        
        <dc:creator>Neeraj Sidhaye</dc:creator>
        <media:content url="https://neerajsidhaye.github.io//images/posts/go/aws/goawsec2.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>GO</category>
            
          
            
              <category>Docker</category>
            
          
            
              <category>AWS</category>
            
          
        
        
        
      </item>
      

    
  </channel>
</rss>