se-piyush

se-piyush @sepiyush

Joined:
Jan 2, 2024

se-piyush
articles - 17 total

How to Resolve 403 Access Issues When Deploying a SPA on AWS with S3 and CloudFront

When deploying a Vue.js Single Page Application (SPA) on AWS, developers often encounter a common...

Learn More 3 1Sep 10 '24

How to Host a Vue.js Application Using S3 and CloudFront

In this post, I’ll guide you through the steps to host a Vue.js Single Page Application (SPA) on AWS...

Learn More 11 0Sep 10 '24

Common Issues and Resolutions When Setting Up a VPC in AWS

Setting up a Virtual Private Cloud (VPC) in AWS can be a challenging task, especially if you...

Learn More 0 0Aug 9 '24

Creating and Linking VPC Endpoint of Type Interface using Terraform and AWS management console

In my previous posts, Setting Up VPC and Lambda Function with Terraform and Setting Up a VPC for Your...

Learn More 1 0Aug 8 '24

Setting Up VPC and Lambda Function with Terraform

In my previous post, Setting Up a VPC for Your App Using AWS Management Console, I talked about how...

Learn More 1 0Aug 7 '24

Setting Up a VPC for Your App Using AWS Management Console

In this blog, I will demonstrate how to set up a Virtual Private Cloud (VPC) using the AWS Management...

Learn More 0 0Aug 6 '24

Creating Cross-Account DynamoDB Backups with Terraform

In my previous post, Creating Secure Backups for DynamoDB Tables with Terraform, I discussed how to...

Learn More 1 0Jul 10 '24

Creating Secure Backups for DynamoDB Tables with Terraform

Creating DynamoDB tables using Terraform is straightforward, but ensuring these tables are securely...

Learn More 2 0Jul 3 '24

Using Terraform to Manage Resources in Multiple AWS Accounts

While working on deploying resources on AWS using Terraform, I encountered a scenario where I needed...

Learn More 17 2Jul 3 '24

Automate REST API Management with Terraform: AWS API Gateway Proxy Integration and Lambda

In my previous post, I talked about how to simplify REST API management with AWS API Gateway Proxy...

Learn More 2 0Jul 1 '24

Simplify REST API Management with AWS API Gateway Proxy Integration and Lambda

Deploying a REST API using AWS Lambda and API Gateway with proxy integration can greatly streamline...

Learn More 1 1Jul 1 '24

Managing Multiple Environments with Terraform Workspaces

Today, I’ll be discussing Terraform workspaces, a powerful feature that helps manage multiple...

Learn More 0 0Jul 1 '24

Managing Existing AWS Resources with Terraform Import

Imagine you've deployed some resources in AWS and now want to manage them using Terraform. Terraform...

Learn More 0 0Jun 29 '24

Managing Terraform State Across AWS Accounts Using GitHub Actions

When working on a Terraform project, it's common to save the Terraform state file in the same AWS...

Learn More 1 1Jun 28 '24

Troubleshooting CORS Issues in Express.js: A Simple Misconfiguration

Recently, while working on a Cross-Origin Resource Sharing (CORS) issue, I encountered a perplexing...

Learn More 1 0Jun 26 '24

Secure AWS Resource Deployment Using GitHub Actions

Setting up a GitHub pipeline often involves initiating resource deployment on cloud platforms like...

Learn More 2 1Jun 24 '24

Efficiently Managing Multi-Directory Repositories with GitHub Actions CI/CD Pipeline

Working with repositories that house multiple subdirectories, each representing an independent...

Learn More 2 1Jun 24 '24