Pranit Kolamkarkpranit.hashnode.dev·Sep 8, 2024Amazon DocumentDB in AWSAmazon DocumentDB is a fully managed NoSQL database service offered by Amazon Web Services (AWS) that is compatible with MongoDB. It is designed to provide scalability, performance, and availability for applications requiring document-oriented data s...#day64
Prathmesh Vibhuteprathmeshh.hashnode.dev·May 9, 2024Day 64 : Terraform with AWSProvisioning resources on Amazon Web Services (AWS) has become a streamlined process thanks to tools like Terraform. In this post, we'll explore how Terraform simplifies the deployment of AWS resources and walk through a basic setup to provision an E...#day64
Amit Pawaravp23.hashnode.dev·Oct 27, 2023Day 64- 90DaysOfDevOpsHey Learners! Welcome back. We worked with Docker and provision resources locally with Terraform in some previous challenges. Moving forward, in this challenge we provision infrastructure using resources on AWS with Terraform. We can define declarati...53 reads#day64
Biswaraj Sahoobiswaraj333.hashnode.dev·Oct 7, 2023DevOps(Day-64): Terraform with AWSTABLE OF CONTENTS Prerequisites AWS CLI installed AWS IAM user Install required providers Task-01: Provision an AWS EC2 instance using Terraform Provisioning on AWS is quite easy with Terraform. Prerequisites AWS CLI installed The AWS Comman...Terraform