DBAWorks
A repository of Database Administrator (DBA) and Data Infrastructure Engineer Knowledge
How to Create a DynamoDB Table
›
Amazon DynamoDB is a NoSQL database used in serverless applications. It supports key-value and document data models. If you need to creat...
Download RDS DB logs through AWS CLI
›
If you need a quicker way to download RDS DB logs, you can do so through AWS CLI (command line interface). Although the AWS console also a...
How to Load or Import a .csv File to a PostgreSQL Table
›
If you need to populate a PostGreSQL table with data that comes in .csv (comma-separated values) file format, here are the steps to do so: 1...
Add a Command Alias to Linux User Profile
›
Problem : I'm tired of typing long commands in the Linux command prompt whenever I want something done. Not only that, typing these co...
Shell Script to Automatically Create an AMI Backup of an EC2 Instance (AWS)
›
Requirements: - Access to a Linux machine where shell script will be created - Access keys to an Amazon Web Services (AWS) Account...
Home
View web version