#aws
Read more stories on Hashnode
Articles with this tag
API Gateway Serverless REST APIs Invoke Lambda functions using REST APIs (API gateway will proxy the request to lambda) AWS Lambda + API Gateway:...
ECS AWS managed container orchestration platform Integrates with ALB for load balancing ECS tasks Launch Docker containers on AWS = Launch ECS...
What is DNS? Please refer this Udemy lecture. Route 53 Global service A highly available, scalable, fully managed and Authoritative DNS (customer...
EC2 Region-scoped/Regional service EC2 (Elastic Compute Cloud) is an Infrastructure as a Service (IaaS) Stopping & Starting an instance may change...
DynamoDB Serverless, Fully managed, NoSQL DB, highly available with multi-AZ Distributed Database Not an in-memory database (uses storage...
AWS Lambda Lambda It is a serverless Function as a Service (Faas) Pay per request (number of invocations) and compute time Integrated with...