Sabashini Rajamanohars3-bucket-for-static-website-hosting.hashnode.dev·Jan 30, 2025How I built and hosted static website using Amazon S3.Introduction: Building and hosting a static website can be a quick and cost-effective way to share content. I choose Amazon S3 for hosting my static website because of its scalability, durability, and cost-effectiveness. In this guide, I’ll show you ...Hosting static website using AWS S3
Opaluwa Egahi-ojoegaheee.hashnode.dev·Jan 24, 2025How to Host a Static Website on Amazon S3Using Amazon S3 to host a static website is revolutionary. Imagine being able to launch your website at a reasonable cost without having to worry about server management. Your HTML, CSS, JavaScript, and other static files may be served straight from ...10 likes·26 readsAWS
Airat Yusuffkhairahscorner.hashnode.dev·Jan 21, 2025Leveraging Lambda Functions (with Amazon SNS, S3 & EventBridge)For the longest time, I couldn’t quite grasp or fully understand how serverless services on AWS like Lambda functions ACTUALLY work in real-world scenarios and products. Partly because I wasn’t too familiar with event-driven architecture or built pro...47 readsAll Things AWSaws lambda
Ademola Adeagboclouding.hashnode.dev·Jan 10, 2025Amazon S3: The Magical Data Storage BucketIntroduction Hi, Tech Enthusiasts! We are setting out on a journey to explore & make sense of the wonders of Amazon Simple Storage Service popularly known as Amazon S3. Today, I look out to you all as a Cloud Engineer and want to take you on a journe...20 likesstorage
Vaishali Jogdandevaishalijogdande.hashnode.dev·Jan 7, 2025IAM (Identity and Access Management)IAM → IAM (Identity and Access Management) in AWS is a service that helps you securely control access to AWS resources. It allows you to manage users, groups, roles, and permissions to ensure that the right people and services have the appropriate le...AWS
Vaishali Jogdandevaishalijogdande.hashnode.dev·Dec 31, 2024AWS StorageAWS storage has 5 types as below: S3 EBS Instance storage EFS Snowfall S3 (Simple storage service) It is Object based storage. It creates 3 Copies of data in the same region. S3 is a global service. You can create bucket to store a data....storage
Gedion Danielblog.gediondaniel.dev·Dec 11, 2024AWS Elastic Beanstalk: A Developer's Streamlined DeploymentAWS Elastic Beanstalk provides developers with a managed service for deploying and scaling web applications. This platform significantly simplifies the deployment process while maintaining developer control over the underlying infrastructure. Core De...AWS
Gedion Danielblog.gediondaniel.dev·Dec 11, 2024AWS Well-Architected Framework: Building Resilient, Secure, and Efficient Cloud ArchitecturesThe AWS Well-Architected Framework provides a systematic approach to evaluating and building cloud architectures. It represents Amazon Web Services' accumulated experience and best practices in cloud architecture, offering guidance across six fundame...AWS
Gedion Danielblog.gediondaniel.dev·Dec 11, 2024Amazon Rekognition: Guide to Computer Vision FeaturesAmazon Rekognition is a powerful computer vision service that enables developers and businesses to add sophisticated image and video analysis capabilities to their applications. This guide explores its key features and practical applications across v...AWS
Shashank Vimaljamy.hashnode.dev·Dec 9, 2024AWS S3: An Overview of Cloud Storage SolutionsAmazon S3 (Simple Storage Service) Amazon S3 is a scalable and secure cloud storage service provided by Amazon Web Services (AWS). It allows you to store and retrieve any amount of data from anywhere on the web. S3 Buckets S3 buckets are containers u...AWS