<?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: Ibe Chima</title>
    <description>The latest articles on DEV Community by Ibe Chima (@ibe_chima_b1b3e9c7b2e2156).</description>
    <link>https://dev.to/ibe_chima_b1b3e9c7b2e2156</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%2F3736278%2F94838f20-896a-463c-b1ab-cf1b1338e713.jpeg</url>
      <title>DEV Community: Ibe Chima</title>
      <link>https://dev.to/ibe_chima_b1b3e9c7b2e2156</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ibe_chima_b1b3e9c7b2e2156"/>
    <language>en</language>
    <item>
      <title>Deployed a static website on AWS EC2 using Git, GitHub, and Nginx</title>
      <dc:creator>Ibe Chima</dc:creator>
      <pubDate>Wed, 28 Jan 2026 01:18:01 +0000</pubDate>
      <link>https://dev.to/ibe_chima_b1b3e9c7b2e2156/deployed-a-static-website-on-aws-ec2-using-git-github-and-nginx-4dcp</link>
      <guid>https://dev.to/ibe_chima_b1b3e9c7b2e2156/deployed-a-static-website-on-aws-ec2-using-git-github-and-nginx-4dcp</guid>
      <description>&lt;p&gt;As part of the DevOps Micro Internship (DMI) Cohort-2, I completed an assignment focused on applying Git, GitHub, and Linux deployment workflows by building and versioning a small project and deploying it to a live AWS EC2 server.&lt;/p&gt;

&lt;p&gt;I set up a local Git repository, staged files, wrote meaningful commit messages, and pushed changes to a remote GitHub repository. I then deployed the same versioned code to an Amazon Linux EC2 instance using Nginx to serve static content.&lt;/p&gt;

&lt;p&gt;During deployment, I installed and managed Nginx, handled file ownership and permissions, and ensured the site was served correctly from the Nginx web root. I identified differences between Amazon Linux and Ubuntu Nginx defaults and resolved 403 Forbidden errors by correcting permissions and verifying configuration files.&lt;/p&gt;

&lt;p&gt;Key takeaways:&lt;/p&gt;

&lt;p&gt;Git provides version history and supports controlled deployments&lt;br&gt;
GitHub enables remote code storage and collaboration&lt;br&gt;
Nginx requires correct paths and permissions to serve static files&lt;br&gt;
OS-specific defaults affect server configuration&lt;br&gt;
Logs and Linux permissions are required for troubleshooting&lt;/p&gt;

&lt;p&gt;Live application: &lt;a href="http://44.223.39.197" rel="noopener noreferrer"&gt;http://44.223.39.197&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This work covered Git version control, static website deployment, Linux server administration, and AWS EC2 operations.&lt;/p&gt;

&lt;p&gt;Thanks to &lt;a href="https://www.linkedin.com/in/pravin-mishra-aws-trainer/" rel="noopener noreferrer"&gt;Pravin Mishra&lt;/a&gt;, Lead Co-Mentor &lt;a href="https://www.linkedin.com/in/praveenpandey07/" rel="noopener noreferrer"&gt;Praveen Pandey&lt;/a&gt;, and co-mentors &lt;a href="https://www.linkedin.com/in/onuche-paul/" rel="noopener noreferrer"&gt;Onuche Paul&lt;/a&gt;, &lt;a href="https://www.linkedin.com/in/abhishek-makwana-tech/" rel="noopener noreferrer"&gt;Abhishek Makwana&lt;/a&gt; , and &lt;a href="https://www.linkedin.com/in/imshakil/" rel="noopener noreferrer"&gt;Mobarak Hosen&lt;/a&gt; for guidance.&lt;/p&gt;

&lt;p&gt;P.S. This post is part of the DevOps Micro Internship (DMI) Cohort-2 by Pravin Mishra. Discord community: &lt;a href="https://lnkd.in/dBWEZfBZ" rel="noopener noreferrer"&gt;https://lnkd.in/dBWEZfBZ&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📸 Screenshot of the live deployment attached.&lt;/p&gt;

&lt;h1&gt;
  
  
  DevOps #Linux #AWS #Nginx #ReactJS #CloudComputing #DMI #LearningInPublic
&lt;/h1&gt;

</description>
      <category>aws</category>
      <category>devops</category>
      <category>linux</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
