Amazon QLDB is a fully managed Ledger database service.
Continue reading “[AWS] Amazon Quantum Ledger (QLDB)”Tag Archives: AWS
[AWS] Amazon Neptune
Neptune is a fully managed graph database service.
Continue reading “[AWS] Amazon Neptune”[AWS] Amazon Keyspaces
Amazon Keyspaces is a fully managed serverless service to run Cassandra on AWS.
Continue reading “[AWS] Amazon Keyspaces”[AWS] Amazon DocumentDB
You can run MongoDB-compatible databases in AWS. MongoDB is a document based database, which uses JSON-like documents with optional schemas. (NoSQL DB)
Continue reading “[AWS] Amazon DocumentDB”[AWS Lab] Analytics – S3, Glue, Athena
In this lab, we will learn how to use AWS Glue to create a data pipeline.
Overview
- S3
- Source data
- Glue
- Create crawler to retrieve the metadata
- Create a table
- Athena
- Query the data through the Glue table
[AWS] Amazon QuickSight
Amazon QuickSight is a fully managed Business Intelligence (BI) service for data visualization.
Continue reading “[AWS] Amazon QuickSight”[AWS Lab] VPC – Public Subnet
In this lab, we will learn how to create a public subnet and test it with an EC2 instance.
Overview
- VPC
- Create a VPC and public subnet
- EC2
- Create an EC2 instance inside the public subnet
- Setup the website in the EC2 instance
- Access the website via the public IP address of the EC2 instance
[AWS Lab] WAF – Rate-baed Rule
In this lab, we will learn how to block traffic through WAF.
- API Gateway – REST API
- Route: GET /greet
- Lambda – Function
- Return the greeting message
- Python
- WAF
- Set up the rate-based rule
- Link to the API