AWS

Amazon Web Services is a subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis. All articles related to AWS tips/tricks are placed here. It is the main area where AWS lovers find their choice of posts. To learn more, you can try this book from Amazon.

Deploy a NodeJS App with Docker & AWS ECS

Deploying a Node.js application using Docker and AWS ECS (Elastic Container Service) can streamline your development-to-production workflow. In this blog, we’ll walk you through the steps to containerize your Node.js app, push it to Amazon Elastic Container Registry (ECR), and deploy it using AWS ECS with Fargate. Prerequisites Before starting, ensure you have the following:

Read More »

How to Install Ollama and Llama3 on AWS EC2 Ubuntu

Introduction Ollama and Llama3 are powerful tools for AI-driven projects, offering seamless integration and scalability for machine learning applications. In this guide, we will walk you through installing Ollama and Llama3 on an AWS EC2 instance running Ubuntu. By the end of this tutorial, you will have a fully operational environment ready to run AI

Read More »

How to Set Up PHP 8.4 on Amazon Linux 2023

Amazon Linux 2023 (AL2023) is the latest version of Amazon Linux, providing a modern and secure environment for running applications. If you’re looking to set up PHP 8.4 on AL2023, follow this step-by-step guide to get started. Prerequisites Steps to Install PHP 8.4 Step 1: Update the System Before installing PHP, ensure your system is

Read More »

Granting Pods AWS Privileges: A Step-by-Step Guide in 2025

In modern cloud-native applications, pods often need to interact with external services, such as AWS S3. To enable secure and efficient communication, we typically employ service accounts. This blog post will guide you through creating a service account and configuring your pod to leverage it for accessing AWS services. Prerequisites: Understanding Service Accounts A service

Read More »

FastAPI in Docker: A Guide to Building, Running, and Scaling Your API

In today’s microservices architecture, containerization has become crucial to application deployment. This guide will walk you through containerizing a FastAPI application using Docker, from basic setup to production-ready deployment. Prerequisites Before we begin, ensure you have the following installed: Project Setup Let’s start with a basic FastAPI project structure: my_fastapi_app/├── app/│ ├── init.py│ ├── main.py│

Read More »
About Myself

Atiqur Rahman

I am Atiqur Rahman graduated from BUET and am an AWS-certified solutions architect.

Disclaimer

We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites. We also participate in programs from eBay, CJ, Bluehost, Clickbank, ShareASale, and other sites. AwsWithAtiq is compensated for referring traffic and business to these companies.