Kinesis Data Streams (KDS) collects and processes a large amount of incoming data from an unlimited number of producers.
Continue reading “[AWS] Kinesis Data Streams”Tag Archives: AWS
[AWS] S3 Features
AWS S3 is a main Object storage service and can be integrated with many other AWS Services. Also, S3 has many features that you need to be familiar with in order to utilize the full functionality of S3.
Continue reading “[AWS] S3 Features”[AWS] Kinesis
Kinesis is a fully managed, scalable, and resilient streaming service. It is designed to ingest a large amount of data in real-time from many producers – such as video, audio, application logs, website clickstreams, and IoT telemetry data -.
Continue reading “[AWS] Kinesis”[AWS] S3 Security and Encryption
You can control S3 access in 3 ways:
- Bucket Policies apply across the bucket.
- Object Permissions apply to individual files.
- IAM (Identity) policies apply to users and groups
[AWS] S3 Storage Classes and Versioning
S3 Storage Classes (Storage Tier) – cost, durability, and availability – can be changed manually or using lifecycle policies.
Link: https://aws.amazon.com/s3/storage-classes/
- Object Durability: The percentage over a one-year period that an object in S3 will not be lost.
- Object Availability: The percentage over a one-year period that an object in S3 will be accessible.
[AWS] S3 Architecture
AWS S3 (Simple Storage Service) is a global object storage platform that can be used to store and retrieve any amount of data.
Continue reading “[AWS] S3 Architecture”[AWS] Step Functions
“Step Functions” is a fully managed long-running, serverless workflow service that provides state machines. It provides a visual interface for you to build and run serverless applications as a series of steps.
Continue reading “[AWS] Step Functions”[AWS] 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] Simple Workflow (SWF)”