AWS Solution Architect(Associate) - Topic 10: Serverless Architecture

A serverless architecture is a way to build and run applications and services without having to manage infrastructure. Your application still runs on servers, but all the server management is done by AWS.

You no longer have to provision, scale, and maintain servers to run your applications, databases, and storage systems. Learn more about serverless computing here.

Architecture of Building a Serverless Web Application

Read more

AWS Solution Architect(Associate) - Topic 8: Applications

Customers are using AWS high level services(e.g. Amazon Kinesis)to collect, process, and analyze real-time data. In this way, they can react quickly to new information from their business, their infrastructure, or their customers.

For example, Epic Games ingests more than 1.5 million game events per second for its popular online game, Fortnite.

Example: Clickstream analytics

Read more

AWS Solution Architect(Associate) - Topic 6: VPCs

Virtual Private Cloud (AWS Amazon) lets you provision a logically isolated section of the Amazon Web Services Cloud where you can launch AWS resources in a virtue network that you define.

You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets, and configuration of route tables and network gateways.

Key Components to Deploy a Secure Server Endpoint in a VPC with Shared Subnets

Read more

AWS Solution Architect(Associate) - Topic 5: Route53

Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service.

It is designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet applications by translating names like www.example.com into the numeric IP addresses like 192.0.2.1 that computers use to connect to each other.Host application running on S3 Bucket

Read more

Build Modern Serverless Applications with AWS Amplify and AppSync

In the fast-paced field of web applications, containerization has become not only common but the preferred mode of packaging and delivering web applications. Containers allow us to package our applications and deploy them anywhere without having to reconfigure or adapt our applications to the deployment platform.

Amazon Elastic Container Service (Amazon ECS) is the service Amazon provide to run Docker applications on a scalable cluster.

Read more