Messaging Services Flashcards
Simple Notification Service (SNS)
Messages published to topics. Subscribe to topics.
Simple Queue Service (SQS)
Send, store and receive messages between software components. Queue messages without requiring other services to be available.
Lambda
Run code without provisioning or managing servers.
Lambda pricing
Pay only for compute time while code is running
Elastic Container Services (ECS)
Run and scale containerized applications. Use API calls to control docker enabled applications
Elastic Kubernetes Service (EKS)
Run and scale kubernetes applications. Readily update applications with new features
Fargate
Run serverless containers with ECS or EKS. Pay only for resources you use