© 2023 Hashnode
#aws-certified-solutions-architect-associate
First, we need to understand what is lambda function and serverless. What is AWS Lambda function? A lambda function is simply a code that you upload to AWS Lambda and it runs automatically when an event occurs. For example, when we push any…
Deciding which AWS region to store your data in depends on several factors, including data compliance requirements, application latency requirements, data access patterns, and cost considerations. Here are some factors to consider when sele…
This article is supplemental material for Andrew's Brown AWS Free Cloud Bootcamp for Week 2 - Distributed Tracing, instrumenting X-Ray for Cruddur containerised Flask application. How AWS X-Ray Helps …
Machine learning has become one of the most important technologies of the 21st century. From virtual assistants to self-driving cars, machine learning is powering some of the most exciting and innovat…
What is AWS Cloud? You may be wondering what exactly is AWS cloud. Well, it is a cloud computing platform provided by Amazon. It provides a wide range of cloud-based services and resources that can be…
Hello everyone!💫 Are you ready to learn more about the amazing world of cloud infrastructure and its capabilities? Grab your coffee ☕️ and let's get started, shall we? Understanding the Three-tier A…
What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and optimal resource utilization. It is an essential aspect of any large-scale and …
The building blocks of AWS Identity and Access Management (IAM) are: Principals: is an entity that can perform actions on AWS resources. Here are some examples of principals in IAM: IAM users: These are the people who need access to your …
Scenario: Create an IAM policy to access Amazon Simple Storage Service (S3) bucket objects iff AWS IAM-Multi-Factor Authentication (MFA) is provided. Solution: MFA (Multi-Factor Authentication) is an …
The AWS Cloud infrastructure is mainly built around AWS Regions and Availability Zones, however, it also is simplified into Edge Locations and Regional Edge Caches. What do AWS Regions consist of? AW…