Using RDS, you are delegating most of the maintenance tasks to AWS. It is important to understand how you can make use of RDS features in order to utilize the service fully.
Continue reading “[AWS] RDS – Deployment & Backups”Category Archives: Cloud Computing
[Tutorial] Python Basics
Python is one of the most popular general programming languages nowadays.
- It is easy to start! Python is the choice of language for new programmers.
- You can start with functional programming and then move on to object-oriented programming with Python.
- You can do many things with Python – general algorithm, gaming, web, and even machine learning.
[AWS – Python] S3 with Boto 3
Here are examples of accessing S3 with Boto 3.
Continue reading “[AWS – Python] S3 with Boto 3”[AWS] Relational Database Service (RDS)
RDS is a “Database as a Service (DBaaS)” for OLTP (OnLine Transaction Processing). RDS is a managed Relational Database Service in AWS. The main purpose of RDS is to lower TCO (Total Cost of Ownership).
Continue reading “[AWS] Relational Database Service (RDS)”[AWS Python] Configuration
You can access Amazon web services through the Management Console, AWS CLI, or AWS SDK. Boto3 is the AWS SDK for python.
Continue reading “[AWS Python] Configuration”[AWS] Kinesis Data Streams
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”[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”