Pranit Kolamkarkpranit.hashnode.dev路Sep 9, 2024Introduction to Amazon Neptune on AWSIntroduction to Amazon Neptune Amazon Neptune is a fully managed graph database service provided by Amazon Web Services (AWS). It is designed to store and query highly connected data with billions of relationships, making it ideal for applications th...#day65
Prathmesh Vibhuteprathmeshh.hashnode.dev路May 12, 2024Day 65 : Working with Terraform Resources 馃殌In our previous blog post, we explored the basics of Terraform scripting using blocks and resources. Today, let's delve deeper into Terraform resources and understand how they play a crucial role in defining and managing infrastructure components. Un...#day65
Biswaraj Sahoobiswaraj333.hashnode.dev路Oct 7, 2023DevOps(Day-65): Working with Terraform Resources 馃殌TABLE OF CONTENTS Understanding Terraform Resources Task 1: Create a security group Task 2: Create an EC2 instance Task 3: Access your website Yesterday, we saw how to create a Terraform script with Blocks and Resources. Today, we will dive dee...Terraform