<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on The-indie-coder</title>
    <link>https://theindiecoder.cloud/posts/</link>
    <description>Recent content in Posts on The-indie-coder</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© 2024 The indie coder</copyright>
    <lastBuildDate>Wed, 06 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://theindiecoder.cloud/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AWS Control Tower with CDK: set up IAM Identity Center</title>
      <link>https://theindiecoder.cloud/posts/deploying-control-tower-with-cdk-iam-identity-center-integration/</link>
      <pubDate>Wed, 06 Nov 2024 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/deploying-control-tower-with-cdk-iam-identity-center-integration/</guid>
      <description>When setting up access to your AWS accounts governed by AWS Control Tower, you have two options:
Allow Control Tower to configure account access with IAM Identity Center. Configure IAM Identity Center or another access method yourself. If you decide to let Control Tower manage account access with IAM Identity Center, the setup process can be straightforward or complex, depending on your Control Tower configuration.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/deploying-control-tower-with-cdk-iam-identity-center-integration/feature-arthur-mazi-qD5Err_lJ5Y-unsplash.jpg" />
    </item>
    
    <item>
      <title>Secrets Manager API vs Lambda Extension: performance comparison</title>
      <link>https://theindiecoder.cloud/posts/secrets-manager-api-vs-lambda-extension/</link>
      <pubDate>Sat, 20 Apr 2024 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/secrets-manager-api-vs-lambda-extension/</guid>
      <description>More than one and half year ago AWS announced the launch of the AWS Parameters and Secrets Lambda Extension.
This extension allows you to retrieve secrets and parameters from AWS Secrets Manager and AWS Systems Manager, respectively, without using the APIs. By doing so, you can avoid the associated costs and the need to manage the caching of values manually.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/secrets-manager-api-vs-lambda-extension/features-rc-xyz-nft-gallery--o90yRQoXAM-unsplash.jpeg" />
    </item>
    
    <item>
      <title>Enabling AWS tags for billing</title>
      <link>https://theindiecoder.cloud/posts/enabling-aws-tags-for-billing/</link>
      <pubDate>Tue, 09 Apr 2024 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/enabling-aws-tags-for-billing/</guid>
      <description>Recently I began tagging resources in my primary AWS account. I use this account as a playground where I can experiment with services and occasionally host side projects.
As I&amp;rsquo;ve recently hosted new projects, I figured it was time to have a better understanding of costs, hence the decision to implement tagging.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/enabling-aws-tags-for-billing/feature-angele-kamp-KaeaUITiWnc-unsplash.jpeg" />
    </item>
    
    <item>
      <title>Secure and Lightweight containers with Red Hat</title>
      <link>https://theindiecoder.cloud/posts/secure-and-lightweight-containers-with-redhat/</link>
      <pubDate>Sun, 28 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/secure-and-lightweight-containers-with-redhat/</guid>
      <description>Why # The release of applications through lightweight containers has practical advantages, as the images contain all the dependencies necessary for the correct functioning of the application. However, the benefits of containerization can be lost if these images are too large and therefore require several minutes for the application to start.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/secure-and-lightweight-containers-with-redhat/featured-chris-chow-JIvn-qYrHaE-unsplash.jpg" />
    </item>
    
    <item>
      <title>Use AWS Credentials in a Dev Container</title>
      <link>https://theindiecoder.cloud/posts/use-aws-credentials-in-a-dev-container/</link>
      <pubDate>Sun, 14 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/use-aws-credentials-in-a-dev-container/</guid>
      <description>If you work with AWS, you must have used AWS credentials at least once to run commands through the AWS CLI, CDK CLI, or SAM CLI.
When developing in a Dev Container, you don&amp;rsquo;t have access to your local file system. So, if you try to run an AWS command in the Dev Container, you will encounter some sort of &amp;ldquo;missing credentials&amp;rdquo; error.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/use-aws-credentials-in-a-dev-container/feature-tamanna-rumee-EVQ27AXRkVA-unsplash.jpg" />
    </item>
    
    <item>
      <title>Dev Container Setup for Hugo</title>
      <link>https://theindiecoder.cloud/posts/dev-container-setup-for-hugo/</link>
      <pubDate>Thu, 14 Dec 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/dev-container-setup-for-hugo/</guid>
      <description>Some weeks ago, I spoked about the benefits of using Dev Containers in Open Source projects.
In the article, I also provided a definition of a Dev Container and described the benefits of using them. You can find it here.
Today I would like to do something more practical and share with you a minimum configuration to setup Dev Containers for your Hugo website.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/dev-container-setup-for-hugo/feature-ines-a-TGs0tHMk4eg-unsplash.jpg" />
    </item>
    
    <item>
      <title>Simplifying Open Source Contributions with Dev Containers</title>
      <link>https://theindiecoder.cloud/posts/dev-containers-and-open-source/</link>
      <pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/dev-containers-and-open-source/</guid>
      <description>During my first two weeks at Cloud Enablers I have started to look into Development Containers, among other things.
Development (or, in their short form, Dev) Containers are containers used for software development purposes. They are containers enriched with all the content and metadata necessary to be able to code inside them.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/dev-containers-and-open-source/feature.png" />
    </item>
    
    <item>
      <title>Reliability pillar: How do you manage Service Quotas and constraints?</title>
      <link>https://theindiecoder.cloud/posts/reliability-pillar-manage-service-quotas-and-constraints/</link>
      <pubDate>Mon, 30 Oct 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/reliability-pillar-manage-service-quotas-and-constraints/</guid>
      <description>In the previous article of this series, we delved into the Reliability pillar structure, describing the Design Principles and the structure of the best practices.
If you missed it or need a recap, you can find it here or access it through the dropdown menu at the beginning of the page.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/reliability-pillar-manage-service-quotas-and-constraints/feature-isabella-fischer-FrGYMDjdg4U-unsplash.jpeg" />
    </item>
    
    <item>
      <title>Reliability pillar - The structure</title>
      <link>https://theindiecoder.cloud/posts/reliability-pillar-structure/</link>
      <pubDate>Wed, 27 Sep 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/reliability-pillar-structure/</guid>
      <description>In the introduction article of this series, I have described the AWS Well-architected Framework structure and how to use it to evaluate your architectures.
I have also briefly introduced the Reliability Pillar and listed the 13 questions we will examine in this series.
Before we get started with the questions, let&amp;rsquo;s delve into the Reliability Pillar structure.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/reliability-pillar-structure/feature-simone-hutsch-TPixIUNcQ7I-unsplash.jpeg" />
    </item>
    
    <item>
      <title>Series - The Well-Architected Framework: Reliability pillar</title>
      <link>https://theindiecoder.cloud/posts/reliability-pillar-series/</link>
      <pubDate>Sun, 27 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/reliability-pillar-series/</guid>
      <description>If you work with AWS you are likely familiar with the AWS Well-Architected Framework and understand how crucial it is to periodically evaluate your system using this framework to ensure its stability and efficiency.
For those who may not be familiar, the AWS Well-Architected Framework provides a set of design principles, best practices and questions that help you to evaluate architectures.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/reliability-pillar-series/feature-series.png" />
    </item>
    
    <item>
      <title>Use Conditions to create reusable CloudFormation templates</title>
      <link>https://theindiecoder.cloud/posts/cloudformation-conditions/</link>
      <pubDate>Tue, 22 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/cloudformation-conditions/</guid>
      <description>Raise your hand if you&amp;rsquo;ve struggled at least once while trying to write CloudFormation templates that can be resusable across different environments 🤚.
In this article, I will show you how to use Conditions to create reusable CloudFormation templates.
it&amp;rsquo;s important to know that you can define conditions at two different levels:</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/cloudformation-conditions/featurepeteris-gertners-El5Y-oi5p4w-unsplash.jpg" />
    </item>
    
    <item>
      <title>Use Amazon CloudFront to serve HTTPS for your S3-hosted website</title>
      <link>https://theindiecoder.cloud/posts/use-amazon-cloudfront-to-serve-https-requests-for-your-s3-website/</link>
      <pubDate>Sat, 12 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/use-amazon-cloudfront-to-serve-https-requests-for-your-s3-website/</guid>
      <description>In this article, we will explore how to leverage Amazon CloudFront to serve your S3-hosted website over HTTPS, enhancing security and delivering a seamless user experience.
This Article is part 4 of the &amp;ldquo;Host a static website on AWS S3&amp;rdquo; series. You can find it in the dropdown component above.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/use-amazon-cloudfront-to-serve-https-requests-for-your-s3-website/feature-security.jpg" />
    </item>
    
    <item>
      <title>Use a custom domain for you Amazon S3 static website</title>
      <link>https://theindiecoder.cloud/posts/how-to-use-a-custom-domain-for-your-aws-s3-static-website/</link>
      <pubDate>Fri, 11 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/how-to-use-a-custom-domain-for-your-aws-s3-static-website/</guid>
      <description>In this article, I will show you how to use a custom domain for your Amazon S3 static website.
This Article is part 3 of the &amp;ldquo;Host a static website on AWS S3&amp;rdquo; series. You can find it in the dropdown component above.
Prerequisite # You have a domain registered with Route 53 (See Part: 1).</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/how-to-use-a-custom-domain-for-your-aws-s3-static-website/feature-custom-domain.jpg" />
    </item>
    
    <item>
      <title>Deploy a static website on AWS S3</title>
      <link>https://theindiecoder.cloud/posts/how-to-deploy-a-static-website-on-aws-s3/</link>
      <pubDate>Thu, 10 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/how-to-deploy-a-static-website-on-aws-s3/</guid>
      <description>Amazon S3, which stands for Simple Storage Service, is an object storage service which, offers several features including the ability to host static websites. Today, I am going to provide you a step-by-step guide to deploy your website on S3.
This Article is part 2 of the &amp;ldquo;Host a static website on AWS S3&amp;rdquo; series.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/how-to-deploy-a-static-website-on-aws-s3/feature-buckets.jpeg" />
    </item>
    
    <item>
      <title>Register a domain with Amazon Route 53</title>
      <link>https://theindiecoder.cloud/posts/how-to-register-a-domain-with-route53/</link>
      <pubDate>Wed, 09 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/how-to-register-a-domain-with-route53/</guid>
      <description>Amazon Route 53 is a highly available and scalable Domain Name System service offered by AWS. Key features of Amazon Route 53 include domain registration, which allows you to register available domain names or transfer existing domain names.
In this article, I will show you how to register an available domain with Amazon Route 53.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/how-to-register-a-domain-with-route53/feature-route53.jpg" />
    </item>
    
    <item>
      <title>Series - Host a static website on AWS S3</title>
      <link>https://theindiecoder.cloud/posts/how-to-host-a-static-website-on-aws-s3/</link>
      <pubDate>Tue, 08 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/how-to-host-a-static-website-on-aws-s3/</guid>
      <description>Hosting a static website on AWS S3 is quite easy. You upload your website to an S3 bucket, enable the static website hosting option and voila, your website is up and running in less than 5 minutes.
The truth is, when you make your website live, in many cases, you might want use a domain name for it instead of Amazon S3 web endpoints and definitely use HTTPS instead of HTTP.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/how-to-host-a-static-website-on-aws-s3/feature-series.png" />
    </item>
    
    <item>
      <title>Run Elasticsearch locally</title>
      <link>https://theindiecoder.cloud/posts/run-elasticearch-locally/</link>
      <pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate>
      
      <guid>https://theindiecoder.cloud/posts/run-elasticearch-locally/</guid>
      <description>In this post I am going to show you how easy it is to install and run Elasticsearch on your local machine. How to achieve this is really well explained in the Elastic documentation. However, I would like to show you how to do it using the interface instead of the command line.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://theindiecoder.cloud/posts/run-elasticearch-locally/feature-elastic-search.jpeg" />
    </item>
    
  </channel>
</rss>
