#aws
Read more stories on Hashnode
Articles with this tag
Project Description The project involves hosting a static website using an AWS S3 bucket. Amazon S3 is an object storage service that provides a...
Modules are containers for multiple resources that are used together. A module consists of a collection of .tf and/or .tf.json files kept together in...
Understanding Scaling Scaling is the process of adding or removing resources to match the changing demands of your application. As your application...
Yesterday, we saw how to create a Terraform script with Blocks and Resources. Today, we will dive deeper into Terraform resources. Understanding...
Prerequisites AWS CLI installed The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to download...
Aim Deploying an Nginx application image through AWS ECR to AWS Fargate and ECS to make our application live. Pre-requisite Writing a...