Pranit Kolamkarkpranit.hashnode.dev路Sep 6, 2024Exploring Amazon Athena Features in AWSIntroduction to Amazon Athena Amazon Athena is an interactive query service provided by Amazon Web Services (AWS) that enables querying and analyzing data stored in Amazon S3 using standard SQL. It eliminates the need for managing infrastructure or s...Discuss#day62
Prathmesh Vibhuteprathmeshh.hashnode.dev路May 9, 2024Day 62 : Terraform and Docker 馃敟In today's rapidly evolving technological landscape, automation has become a cornerstone of efficiency and scalability. Among the plethora of tools available, Terraform and Docker stand out as powerful allies in building, deploying, and managing infr...Discuss#day62
Siri Chandanairis1919.hashnode.dev路Apr 25, 2024Day 62: Terraform and DockerTerraform needs to be told which provider is to be used in the automation; hence, we need to give the provider name, source, and version. For Docker, we can use this block of code in your main.tf Blocks and Resources in Terraform: 馃挕Blocks: In Terraf...DiscussTerraform
Biswaraj Sahoobiswaraj333.hashnode.dev路Oct 4, 2023DevOps(Day-62): Terraform and DockerTABLE OF CONTENTS Blocks and Resources in Terraform Terraform block Task-01: Creating Provider block and resource. Provider Block Resource Task-02: Creating resource block for Docker image and container. Terraform needs to be told which provi...DiscussTerraform