Step Functions is a fully managed long-running, serverless workflow service that provides state machines.
Continue reading “[AWS Architect] (48) Step Functions”Category: Cloud Computing
[AWS Architect] (47) Simple Workflow (SWF)
SWF is a web service that coordinates and manages the execution of activities across distributed application components. Tasks can be run asynchronously.
Continue reading “[AWS Architect] (47) Simple Workflow (SWF)”Linux – Distribution
Linux comes in many different flavors or ‘distros’. Linux distribution is a package of components that can be installed in a user’s machine. It includes the kernel, libraries, device drivers, core utilities, and applications.
Continue reading “Linux – Distribution”[AWS Architect] (46) API Gateway
API Gateway is a fully managed API endpoint service that creates, manages, publishes, monitors, secures, and scales APIs. API Gateway can use other AWS services (Lambda, DynamoDB) for compute and store.
Continue reading “[AWS Architect] (46) API Gateway”Docker – CLI Commands
This is a simple tutorial to learn basic Docker commands. To install Docker on Linux, please refer to this post: Docker – Install on Linux.
Continue reading “Docker – CLI Commands”[AWS Architect] (45) Lambda@Edge
Lambda@Edge is a feature of Amazon CloudFront that lets you run code closer to users of your application, which improves performance and reduces latency.
Continue reading “[AWS Architect] (45) Lambda@Edge”[AWS Architect] (44) Lambda
Lambda is a FaaS (Function as a service) product where you can upload your code and create functions. Functions are invoked by events and can be executed for up to 15 minutes.
Continue reading “[AWS Architect] (44) Lambda”[AWS Architect] (43) EC2 – Placement Groups
You can use placement groups to influence how EC2 instances are placed.
Continue reading “[AWS Architect] (43) EC2 – Placement Groups”