<?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: AKSHARANETHRA NP</title>
    <description>The latest articles on DEV Community by AKSHARANETHRA NP (@aksharanethra_np_e411e388).</description>
    <link>https://dev.to/aksharanethra_np_e411e388</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4125468%2Fefa20fb1-c088-4fc9-83e9-28acf1c184b2.png</url>
      <title>DEV Community: AKSHARANETHRA NP</title>
      <link>https://dev.to/aksharanethra_np_e411e388</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aksharanethra_np_e411e388"/>
    <language>en</language>
    <item>
      <title>AWS Hands-on workshop</title>
      <dc:creator>AKSHARANETHRA NP</dc:creator>
      <pubDate>Tue, 15 Sep 2026 06:51:53 +0000</pubDate>
      <link>https://dev.to/aksharanethra_np_e411e388/aws-hands-on-workshop-2067</link>
      <guid>https://dev.to/aksharanethra_np_e411e388/aws-hands-on-workshop-2067</guid>
      <description>&lt;h1&gt;
  
  
  AWS Workshop – Day 1, Session 1
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Deploying a Portfolio Website Using AWS S3 and CloudFront
&lt;/h2&gt;

&lt;p&gt;In the first session of the AWS workshop, I learned how to deploy a static website using &lt;strong&gt;Amazon S3&lt;/strong&gt; and make it accessible globally using &lt;strong&gt;Amazon CloudFront&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Creating the Portfolio
&lt;/h3&gt;

&lt;p&gt;I first created a personal portfolio website containing sections such as my profile, skills, education, projects, and contact information.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Hosting Using Amazon S3
&lt;/h3&gt;

&lt;p&gt;I created an &lt;strong&gt;Amazon S3 bucket&lt;/strong&gt; and uploaded all the portfolio files, including HTML, CSS, JavaScript, and images.&lt;/p&gt;

&lt;p&gt;The bucket was configured for &lt;strong&gt;static website hosting&lt;/strong&gt;, allowing the portfolio to be accessed through an S3 website endpoint.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Global Deployment Using CloudFront
&lt;/h3&gt;

&lt;p&gt;Next, I created an &lt;strong&gt;Amazon CloudFront distribution&lt;/strong&gt; with the S3 bucket as the origin.&lt;/p&gt;

&lt;p&gt;CloudFront is a Content Delivery Network (CDN) that delivers website content through globally distributed edge locations. This helps reduce latency and improves website performance for users in different locations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Deployment Architecture
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Portfolio Website
       ↓
   Amazon S3
       ↓
 Amazon CloudFront
       ↓
   Global Users
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Key Learnings
&lt;/h3&gt;

&lt;p&gt;Through this hands-on session, I learned how to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create and configure an S3 bucket&lt;/li&gt;
&lt;li&gt;Upload and host a static website&lt;/li&gt;
&lt;li&gt;Create a CloudFront distribution&lt;/li&gt;
&lt;li&gt;Deploy a website for global content delivery&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;This session gave me practical experience in &lt;strong&gt;AWS cloud deployment&lt;/strong&gt;, from storing website files in S3 to distributing the portfolio globally using CloudFront.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>tutorial</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
