Harendra Barotharrybdevops.hashnode.devΒ·Nov 6, 2024Essential Guidelines for Publishing Your Django Project OnlineDjango-based "My Notes" Application Deployment Application Overview: "My Notes" is a simple note-taking application built using Django. It allows users to create, store, and manage notes, similar to notepad applications used on mobile devices. Prereq...Discuss#DjangoApp
sravani punreddysravanipunreddy.hashnode.devΒ·Sep 28, 2024Understanding Cloud Service Models (IaaS, PaaS, SaaS) and AWS Pricing ModelsInfrastructure as a Service (IaaS) IaaS provides the fundamental building blocks of cloud computing, offering virtualized physical computing resources like servers, storage, and networking on-demand. With IaaS, businesses can rent IT infrastructure ...DiscussΒ·1 like#AWSCloudServiceModels
Sundaresan Anandansundaresan.hashnode.devΒ·Sep 11, 2024AWS Identity and Access Management (IAM)What is AWS IAM: IAM is a web service that helps you securely control access to AWS resources. It allows you to manage permissions and control who can access specific resources within your AWS environment. Hereβs a detailed explanation: Key Concepts ...DiscussAWS
Sprasad Pujarisprasad.hashnode.devΒ·Jul 3, 2024π From Zero to Kubernetes: A Comprehensive Guide to Deploying NGINX on AWS EKS with Visual Studio CodeThis comprehensive guide will take you on a journey from the basics of Kubernetes to deploying a real-world application on Amazon's Elastic Kubernetes Service (EKS). We'll be using Visual Studio Code as our development environment, making the process...Discussnginx aws
Utkarsh Guptautkarsh80.hashnode.devΒ·Jun 20, 2024AWS (Amazon Web Services) Lambda FunctionAWS Lambda When we talk about lambda, then lambda just a Executor which takes code as an input submitted to the aws lambda and lambda executes and provides the output after executing the code. This code can be form of python, java, node.js, PowerShel...DiscussAWS
Pranavan Sudhaharpranavsudha.hashnode.devΒ·Jun 17, 2024Instructions to Create an S3 Bucket and Upload an Image on AWS Management Console βοΈππ Log into AWS Management Console. π Search for S3: In the search bar at the top, type S3 bucket. Click on the first link that appears. π Create a New Bucket: In the top right corner, click on Create bucket. π οΈ Configure the Bucket...DiscussImageUpload
Sumit Mondalsumit007.hashnode.devΒ·Feb 9, 2024A Beginner's Guide to Using AWS Glue DataBrew: Simplifying Data PreparationIntroduction: Data preparation is a crucial step in any data-driven project, and AWS Glue DataBrew is a powerful tool designed to make this process easier and more accessible. In this blog post, we will explore the basics of AWS Glue DataBrew and how...DiscussAWS - HandsOn#AWSDataBrewGuide
Anusha Nayak anushanayak.hashnode.devΒ·Feb 5, 2024Day 23 Task: Jenkins Freestyle Project for DevOps Engineers.ππ€π©βπ»What is CI/CD?ππ Continuous Integration (CI): What it is: Continuous Integration is the practice of frequently integrating code changes from multiple contributors into a shared repository. Each integration triggers an automated build and test pro...DiscussΒ·10 likesΒ·55 readsDevops
Manoj Bagalmanojbagal.hashnode.devΒ·Feb 1, 2024#36daysAWS - Day 11Day 10: Conquering Traffic Jams with Amazon Elastic Load Balancing (ELB) Welcome back, AWS adventurers! Today, we embark on a crucial journey into the bustling realm of Elastic Load Balancing (ELB). Imagine your website teeming with visitors, eager t...DiscussAWS
Manish Kumarmaxmanishcosta.hashnode.devΒ·Jan 27, 2024Identity and Access Management (IAM) service in AWS. (Day 6)Identity and Access Management (IAM) IAM is used for security purpose, with IAM we can control entire AWS resources centrally. IAM is global and it is free. There are two type of users/account Root User Root user have full permission, login with e...DiscussAWS