Athena is an interactive query service that runs ad-hoc SQL queries (schema-on-read) directly against data stored in S3.
Continue reading “[AWS] Athena”Author Archives: Pyongwon Lee
[AWS] Elastic Transcoder
Elastic Transcoder is an AWS service that converts media files from an input format to one or more output formats.
Continue reading “[AWS] Elastic Transcoder”[AWS] Amazon MQ
Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud.
Continue reading “[AWS] Amazon MQ”[AWS] Amazon SQS
Queues are used to implement loosely coupled systems by allowing component-to-component communication using messages.
Amazon Simple Queue Service (Amazon SQS) is a fully managed, highly available message queue service to create distributed/decoupled architecture.
Continue reading “[AWS] Amazon SQS”[AWS] Amazon SNS
SNS is a fully managed pub/sub message delivery service hat enables you to decouple microservices, distributed systems, and serverless applications.
Continue reading “[AWS] Amazon SNS”[AWS] Snowball
The Snow family services are used to transfer a large amount of data from on-premises to AWS using a physical device.
- Snowcone: smallest – 8 terabytes
- Snowball: Petabyte-scale, cheaper than internet transfer
- Snowmobile: Exabyte-scale, Data securely transferred and loaded to S3
[AWS] Caching
The following services provide caching on AWS:
- CloudFront
- API Gateway
- ElastiCache
- DynamoDB Accelerator
[AWS] DynamoDB
DynamoDB is a highly resilient (low-latency) NoSQL database service that replicates data across multiple AZs. DynamoDB can replace existing No SQL databases such as MongoDB, Cassandra DB, or Oracle NoSQL.
Continue reading “[AWS] DynamoDB”