My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
DevOps
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
DynamoDB
.
Show all posts
Showing posts with label
DynamoDB
.
Show all posts
Thursday, 19 May 2022
Using AWS S3 as Terraform Backend
›
Terraform backend is the place where Terraform stores the state file. By default, it's a local storage (local machine) but it can al...
Monday, 16 May 2022
Managing AWS DynamoDB using Terraform
›
Provisioning a new DynamoDB table resource "aws_dynamodb_table" "mobile_phones" { name = "mobile_phones" ...
AWS Dynamo DB
›
DynamoDB: provided and fully managed by AWS highly scalable DB low-latency access single digit millisecond latency high availability data ...
›
Home
View web version