yyounos shaikyoushaik.hashnode.dev·Sep 11, 2024Cloud AI - Building a Chatbot with Amazon Lex (part-1)DIFFICULTY : EASY TIME: 60 min COST: 0$ WHAT YOU’LL NEED : An AWS account - Create one here! AWS SERVICES : Amazon Lex Overview We’ll learn how to create a practical chatbot, BankerBot, that can help your imaginary customers check their account ba...AWS
yyounos shaikyoushaik.hashnode.dev·Sep 8, 2024Databases - Visualize a Relational DatabaseDifficulty : Easy Time : 60 mins Cost: 0$ What you'll need: An AWS account. AWS SERVICES: AWS RDS ( Relational Database Service) AWS QuickSight Amazon IAM (Identity And Access Managment) Security Groups VPC (Virtual Private Cloud) Overview ...AWS
yyounos shaikyoushaik.hashnode.dev·Sep 4, 2024Cloud Networking - Creating a Private SubnetDifficulty : easy Time : 60 mins Cost : 0$ What you'll Need : An AWS account - Create one here! Part 1 of this series - Build a Virtual Private Cloud Part 2 of this series - VPC Traffic Flow and Security AWS Services : Amazon VPC Overview In yo...AWS
Kajal Patilkajalpatil.hashnode.dev·Aug 23, 2024AWS for Beginners: Key Services, Pricing Models, and Best Practices for Cloud SuccessIntroduction In today’s fast-paced digital world, cloud computing has become a game-changer for businesses and developers. Amazon Web Services (AWS) is one of the most prominent cloud platforms, offering a vast array of services that enable you to ru...AWS
Mohammed Zubairzubairmohammed.hashnode.dev·Jul 11, 2024AWS S3 Project #1🚀 Just wrapped up a thrilling Amazon S3 project—challenge mode engaged! 🔍 In this project, I: ✅ Created and configured an Amazon S3 bucket, complete with ACLs, versioning, and public access. ✅ Uploaded website content, diving deep into how static w...AWS
AWS Cloud Club CHARUSATawscloudclubcharusat.hashnode.dev·Jun 25, 2024AWS Fundamentals: Essential Guide for BeginnersAmazon Web Services (AWS) is a comprehensive and widely adopted cloud platform, offering over 200 fully featured services from data centers globally. Whether you’re a seasoned IT professional or a beginner just getting started, AWS provides the tools...3 likes·39 readsAWS
Gopinath Jgopinathblog.hashnode.dev·Apr 10, 2024Amazon RDS - Relational Database ServiceAmazon RDS is a relational database service provided by AWS. It is a cloud-based service that helps users set up, operate, and scale relational databases for applications.RDS supports several database engines, including MySQL, PostgreSQL, Oracle, SQL...AWS
Gopinath Jgopinathblog.hashnode.dev·Apr 2, 2024Mastering AWS VPC: A Hands-On Guide to Building Your Virtual Private CloudVPC - Virtual Private Cloud A VPC is a virtual network in the cloud, akin to creating a private network in the cloud. Within a VPC, users can create and manage resources like servers, databases, and storage. VPCs are completely isolated from other ...28 readsAWS
Pankaj Patilpankajvpatil.hashnode.dev·Feb 10, 2024VPC with servers in private subnets and NATThis example demonstrates how to create a VPC that you can use for servers in a production environment. To improve resiliency, you deploy the servers in two Availability Zones, by using an Auto Scaling group and an Application Load Balancer. For addi...AWS
Pankaj Patilpankajvpatil.hashnode.dev·Feb 8, 2024Using an Amazon S3 trigger to invoke a Lambda function.This Project is purely taken from AWS test cases. Tested and Proven. Familiarize yourself with the 3 services here in, AWS S3, Lambda, and Cloudwatch. To complete this tutorial, you carry out the following steps: Create an Amazon S3 bucket. Create ...AWS