Amazon Q Rocks re:Invent 2023!🚀

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu. I am back with exciting news and an announcement from AWS re:Invent 2023. If you are coming across the AWS re:Invent event for the first time, note that it is one of the largest cloud computing events in the world. AWS customers, partners, developers, and cloud enthusiasts gather to learn about the latest advancements in cloud technology, share experiences, and network with others in the industry....

2 min · Achanandhi M

AWS for Newbies-01🦋

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu. We have already started the AWS for Newbies blog series, In our previous blog we saw about the Introduction to AWS and why we need to work with AWS. Today’s quote “Growth is not only about taking risks but moving beyond your present circumstances.🌱” - Jay Shetty Today Blog Agenda: **How can I get hands-on with AWS?**🛠️ **Why is knowing the AWS Free Tier important?...

4 min · Achanandhi M

AWS for Newbies🦋

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu. We are going to start the AWS Learning series, we have already seen the Docker series and other Blogs related to Machine Learning and Local Stack. From this blog onwards we are focusing on AWS. This blog is for absolute beginners who are starting their AWS Journey. Don’t worry we are going to start from scratch. Today’s quote “Dream big. Start small. Act now.🌟”...

3 min · Achanandhi M

Getting Started With LocalStack

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu, we have already seen the Introduction to LocalStack in our previous blog. LocalStack is a tool that runs on your local machine that emulates AWS API. Now in this today’s blog, we are going to explore and learn about LocalStack. The below image shows the working of LocalStack. Image credit: KodeKloud Today’s Agenda: How to install LocalStack on your local machine🤔? AWS Services on LocalStack...

4 min · Achanandhi M

Machine Learning On AWS

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu, we have already started the Docker🐬 Learning series and the Introduction to LocalStack. This Blog is different from all of my previous blogs. In this blog, we are going to see how we can build and test our Machine learning model in AWS Cloud without using credit cards. I was super excited when I saw this first time, and also I am interested to share with you guys....

4 min · Achanandhi M

Introduction to LocalStack

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu, we have already started the Docker🐬 Learning series, In my previous Blog⏮️ we saw about what is Dockerfile? and with Examples. Yeah, Docker is like an Ocean we need to learn a lot, we still have not yet covered the essential part, but here after we can’t focus only on Docker, instead, we’ll explore and experiment with other technologies. Hereafter we can focus more on AWS, LocalStack, Docker, and K8s....

4 min · Achanandhi M

Unveiling the AWS Kingdom👑

Welcome,👋folks! I think every one of you heard about AWS(Amazon Web Services). In 2006, Amazon launched Amazon Web Services (AWS) as a way to provide cloud computing services to businesses🏢 and individuals. About Today Blog post: Overview of AWS. List of Services from AWS. Free Resources to learn AWS. Use Chatgpt for Learning. Overview of AWS AWS is one of the widely used cloud computing☁️ platforms. It offers a vast array of services that enable businesses, developers, and individuals to build🏗️ and deploy applications, store🫙 and manage data, and leverage powerful💪 computing resources on a pay-as-you-go💵 basis....

4 min · Achanandhi M

AWS Two tier Application

This project is based on Flask. The flask server is deployed in the (Amazon EC2) the flask serves the HTML form, and when the user enters the data in the form the data will be stored inside Amazon RDS(Database) 🔗 GitHub Table of Contents Features Installation Usage Dependencies Contributing Features User Input Form: Users can submit their name, favorite quote, and advice through a form. Database Integration: Data submitted by users is stored in a PostgreSQL database hosted on Amazon RDS....

2 min · Achanandhi M

Web Application CI/CD Automation with Jenkins, Git, and Docker

This project demonstrates how to automate the deployment pipeline of a web application using Jenkins, Git, and Docker. The final Docker image is uploaded to an Amazon EC2 instance for deployment. 🔗 GitHub Table of Contents Overview Prerequisites Setup Jenkins Configuration Git Repository Setup Docker Image Creation Continuous Integration/Continuous Deployment (CI/CD) Deploying to Amazon EC2 Contributing License Overview In this project, we aim to automate the deployment process of a web application....

2 min · Achanandhi M

CI/CD Pipeline for Web Application with Elastic Beanstalk

This repository contains the source code and configuration for a simple web application and a Continuous Integration / Continuous Deployment (CI/CD) pipeline using AWS services, including AWS CodePipeline, AWS CodeBuild, and AWS Elastic Beanstalk. 🔗 GitHub Table of Contents Overview Requirements Getting Started Prerequisites Setup Pipeline Stages Automated Testing Deployment Contributing License Output Overview The primary goal of this project is to set up a CI/CD pipeline that automates the build, test, and deployment of a simple web application to AWS Elastic Beanstalk whenever changes are pushed to the repository....

3 min · Achanandhi M