- Title: Crooked House
- Author: Agatha Christie
- Published: 1949 (19th impression 1978)
- Publisher: Fontana / Collins
- ISBN: 000-613798-9
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] 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.
https://aws.amazon.com/lambda/edge/
Continue reading “[AWS] Lambda@Edge”[AWS] 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.
AWS Lambda lets you run code – for virtually any type of application or backend service – without provisioning or managing servers. You pay only for the compute time you consume—there is no charge when your code is not running. You can set up your code to automatically trigger from other AWS services, or you can call it directly from any web or mobile app.
Continue reading “[AWS] Lambda”[AWS] EC2 – Placement Groups
You can use placement groups to influence how EC2 instances are placed.
Continue reading “[AWS] EC2 – Placement Groups”[AWS] EC2 – AMIs
AMIs (Amazon Machine Images) are containers that are used to build instances (OS + SW packages + settings).
Continue reading “[AWS] EC2 – AMIs”[AWS] Security Token Service (STS)
Security Token Service (STS) creates temporary security credentials – short time use (A few minutes to several hours).
Continue reading “[AWS] Security Token Service (STS)”[AWS Architect] Amazon FSx
Amazon FSx can launch and run popular file systems that are fully managed by AWS. You have 2 options; one for Windows and another for Linux.
Continue reading “[AWS Architect] Amazon FSx”