DEV Community

Cover image for AWS Services
BHARANIKA D 24CB005
BHARANIKA D 24CB005

Posted on

AWS Services

AWS Databases (Category)
πŸ” Service Overview
AWS Databases is a collection of fully managed database services provided by AWS.
It supports relational, NoSQL, in-memory, graph, time-series, ledger, and data warehouse databases.

πŸ‘‰ AWS handles infrastructure, scaling, backups, patching, and high availability.

✨ Key Features
πŸ”Ή Fully managed database services
πŸ”Ή Automatic backups & point-in-time recovery
πŸ”Ή High availability & Multi-AZ support
πŸ”Ή Horizontal & vertical scalability
πŸ”Ή Encryption at rest & in transit
πŸ”Ή Integration with IAM, VPC, CloudWatch
πŸ”Ή Pay-as-you-go pricing

πŸ—‚οΈ AWS Category / Cloud Domain
Category: Database
Cloud Domain: Data Management / Storage

πŸ”Ή Major Services under AWS Databases:
Amazon RDS – Relational databases

Amazon Aurora – High-performance relational DB

Amazon DynamoDB – NoSQL key-value DB

Amazon ElastiCache – In-memory cache

Amazon Redshift – Data warehouse

Amazon Neptune – Graph database

Amazon Timestream – Time-series database

Amazon QLDB – Ledger database

πŸ”„ Where It Fits in Cloud / DevOps Lifecycle
πŸ“Œ Application Development – Store app data
πŸ“Œ CI/CD Pipelines – Backend data persistence
πŸ“Œ DevOps – Automated scaling & monitoring
πŸ“Œ DevSecOps – Secure data with IAM & encryption
πŸ“Œ Production & Operations – High availability & backups

πŸ‘‰ Used mainly in Build β†’ Deploy β†’ Operate β†’ Monitor stages.

πŸ’»Programming Languages / Access Methods

AWS Databases can be accessed using:

πŸ”Ή Programming Languages

Java

Python

Node.js

Go

.NET

PHP

πŸ”Ή Access Methods

AWS SDKs

AWS CLI

AWS Management Console

JDBC / ODBC

REST APIs

πŸ’° Pricing Model

πŸ’΅ Pay-as-you-go

Pricing depends on:

Instance type

Storage used

Read/Write capacity

Data transfer

Backup storage

⚠️ No upfront cost
⚠️ Free Tier available (limited)

Top comments (0)