<!DOCTYPE html>
<html>
  <head>
    <title>Patrick's online home – A blog about AWS, AI and other things I do and like</title>
    <!-- Begin Jekyll SEO tag v2.8.0 -->
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Patrick’s online home" />
<meta name="author" content="Patrick Schneider" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A blog about AWS, AI and other things I do and like" />
<meta property="og:description" content="A blog about AWS, AI and other things I do and like" />
<link rel="canonical" href="https://pschneider86.github.io/" />
<meta property="og:url" content="https://pschneider86.github.io/" />
<meta property="og:site_name" content="Patrick’s online home" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Patrick’s online home" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","author":{"@type":"Person","name":"Patrick Schneider"},"description":"A blog about AWS, AI and other things I do and like","headline":"Patrick’s online home","name":"Patrick’s online home","url":"https://pschneider86.github.io/"}</script>
<!-- End Jekyll SEO tag -->

    <meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>


<meta property="og:description" content="" />

<meta name="author" content="Patrick's online home" />




<meta property="og:image" content="https://pschneider86.github.io/images/patrick_generated.jpeg"/>
<meta property="twitter:image" content="https://pschneider86.github.io/images/patrick_generated.jpeg"/>



    <link rel="stylesheet" type="text/css" href="/assets/style.css" />
    <link rel="alternate" type="application/rss+xml" title="Patrick's online home - A blog about AWS, AI and other things I do and like" href="/feed.xml" />
    <link rel="canonical" href="https://pschneider86.github.io/" />

    <meta name="theme-color" content="#000000">
    <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
    

  </head>

  <body>
    <div id="bar"></div>
    <div class="wrapper-container">
      <div class="wrapper-masthead">
        <div class="container">
          <header class="masthead clearfix">
            <a href="/" class="site-avatar"><img src="/images/patrick_generated.jpeg" alt="" /></a>

            <div class="site-info">
              <h1 class="site-name"><a href="/">Patrick's online home</a></h1>
              <p class="site-description">A blog about AWS, AI and other things I do and like</p> 
            </div>

            <nav>
              <a href="/">Home</a>
              <a href="/search">Search</a>
              <a href="/about">About me</a>
              <!-- <a href="/categories">Categories</a> not helpful right now :)-->
              <a href="/archive">Archive</a>
            </nav>
          </header>
        </div>
      </div>

      <div class="wrapper-main">
        <div id="main" role="main" class="container">
          <div class="posts">
  
    <article class="post">
      <a href="/aws-service-reference-mcp/">
        <h1>AWS IAM policies made easy - with MCP and GitHub CoPilot</h1>

        <div>
          <p class="post_date">April 11, 2025</p>
        </div>
      </a>
      <div class="entry">
        Dive into the world of AWS Identity and Access Management (IAM) and discover how to streamline policy creation using GitHub Copilot and Anthropic's Model Context Protocol (MCP). In this blog post, we'll walk you through setting up a MCP-compatible server to fetch AWS service references, enabling precise and secure IAM policy generation directly within VSCode.
      </div>

      <a href="/aws-service-reference-mcp/" class="read-more">Read More</a>
    </article>
  

  <!-- pagination -->
  
</div>

        </div>
      </div>

      <div class="wrapper-footer">
        <div class="container">
          <footer class="footer">
            
<a href="mailto:schiri1986@gmail.com"><i class="svg-icon email"></i></a>


<a href="https://github.com/pschneider86" target="_blank"><i class="svg-icon github"></i></a>
<a href="https://instagram.com/patrickstr86" target="_blank"><i class="svg-icon instagram"></i></a>
<a href="https://www.linkedin.com/in/patrickschneider1986" target="_blank"><i class="svg-icon linkedin"></i></a>

<a href="/feed.xml" target="_blank"><i class="svg-icon rss"></i></a>







          </footer>
        </div>
      </div>
    </div>

    

  </body>
</html>
