My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
AWS S3
.
Show all posts
Showing posts with label
AWS S3
.
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 S3 using Terraform
›
Configuration for provisioning an S3 bucket: main.tf: resource "aws_s3_bucket" "images" { bucket = "images-12...
1 comment:
Friday, 13 May 2022
AWS Simple Storage Service (S3)
›
Cloud Object Storage – Amazon S3 – Amazon Web Services AWS S3 is an infinitely scalable storage solution which provides high data avai...
›
Home
View web version