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
AnkitforAnkit 's blogimankit.hashnode.dev·Dec 6, 2024Day 6: AWS Databases (Amazon RDS) and Cloud Storage (Amazon S3)Welcome to Day 6 of our AWS journey! 🚀 Today, we dive into two cornerstone AWS services: Amazon RDS (Relational Database Service) and Amazon S3 (Simple Storage Service). Whether you’re a developer, cloud enthusiast, or architect, this guide will giv...Learning AWS from Scratch: A Day-by-Day GuideAWS
Kevin DenverforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·Nov 25, 2024Building observability into the NHS COVID-19 app backend serving 16 million usersWhen the COVID-19 pandemic swept the globe, it triggered a race to develop digital tools that could help manage and track the spread of the virus. The Department of Health and Social Care (DHSC) oversees the UK's National Health Service (NHS), with ...211 readsAmazon S3
Pooja Rautamazons3.hashnode.dev·Nov 22, 2024How to Host a Website on Amazon S3Hosting a website on Amazon S3 is a great way to share your site with the world. It’s simple, cost-effective, and scalable. Here’s a step-by-step guide written in easy language to help you host your website on Amazon S3. 1. What is Amazon S3? Amazon ...Amazon S3
Harendra Barotharrybdevops.hashnode.dev·Nov 14, 2024How Password and Password-less Authentication Work in AnsibleBelow are the detailed steps to set up two instances for SSH with password-based authentication using Ansible: Setting Up Mixed Authentication for Two Instances Using Ansible Introduction: Why Mixed Authentication? In the world of DevOps, you often...ansible
Ahmed Salaumedon.hashnode.dev·Nov 13, 2024Unlock the Power of Data: Transforming Insights with AWS QuickSightIn today's data-driven world, turning raw data into actionable insights is crucial. Data visualization plays a key role in unlocking this potential, and AWS QuickSight stands out as a powerful tool for cloud-based analytics. By seamlessly connecting ...AWS
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon SQS: Producing Messages for Reliable Asynchronous ProcessingAmazon Simple Queue Service (SQS) is a powerful tool for decoupling the components of your applications and enabling reliable message processing. One of the core functionalities of SQS is producing messages, which allows you to send messages to a que...AWS