> ## Documentation Index
> Fetch the complete documentation index at: https://blog.clouddley.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Aws

<div className="bg-[#E8F0FF] dark:bg-[#1D2D50] rounded-xl p-8 mb-8 shadow-md">
  <h1 className="text-4xl font-bold text-[#1D54E2] dark:text-white mb-2">
    AWS
  </h1>

  <p className="text-lg text-gray-700 dark:text-gray-300">
    Explore expert tutorials, guides, and resources on <strong>aws</strong>.
    This tag includes everything from best practices to deep-dives.
  </p>
</div>

***

<CardGroup cols={2}>
  <Card title="Deploy a Golang Application on an AWS EC2 Instance using Clouddley" href="/tutorials/how-to-deploy-a-golang-application-on-an-aws-ec2-instance-using-clouddley" icon="book-open">
    <br />

    <p className="text-xs text-gray-400 dark:text-[#6e6f72] py-2">August 21, 2025</p>
  </Card>

  {" "}

  <Card title="Deploy a FastAPI Application on an AWS EC2 Instance using Clouddley" href="/tutorials/how-to-deploy-a-fastapi-application-on-an-aws-ec2-instance-using-clouddley" icon="book-open">
    <br />

    <p className="text-xs text-gray-400 dark:text-[#6e6f72] py-2">August 29, 2025</p>
  </Card>

  {" "}

  <Card title="Deploy a PostgreSQL Database on an AWS EC2 Instance using Clouddley" href="/tutorials/how-to-deploy-a-postgresql-database-on-an-aws-ec2-instance-using-clouddley" icon="book-open">
    <br />

    <p className="text-xs text-gray-400 dark:text-[#6e6f72] py-2">September 10, 2025</p>
  </Card>

  {" "}

  <Card title="Deploy a MongoDB Database on an AWS EC2 Instance using Clouddley" href="/tutorials/how-to-deploy-a-mongodb-database-on-an-aws-ec2-instance-using-clouddley" icon="book-open">
    <br />

    <p className="text-xs text-gray-400 dark:text-[#6e6f72] py-2">September 13, 2025</p>
  </Card>

  {" "}
</CardGroup>
