From 3dedb1cc1856758ab2d9675dd461e0d6d25ca6a7 Mon Sep 17 00:00:00 2001 From: vickytechkey Date: Fri, 7 Aug 2026 10:16:27 +0530 Subject: [PATCH] chore: update AWS deployment region to ap-south-2 and ignore AWS configuration files --- .gitignore | 6 ++++++ aws_cdk/bin/aws_cdk.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f210773..8e23b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,9 @@ aws_cdk/**/*.d.ts .DS_Store .idea/ .vscode/ + +# AWS CLI config and credentials +.aws/ +awscliv2.zip +aws/ + diff --git a/aws_cdk/bin/aws_cdk.ts b/aws_cdk/bin/aws_cdk.ts index 70dd489..21fd8a1 100644 --- a/aws_cdk/bin/aws_cdk.ts +++ b/aws_cdk/bin/aws_cdk.ts @@ -10,7 +10,7 @@ new AwsCdkStack(app, 'AwsCdkStack', { /* Uncomment the next line to specialize this stack for the AWS Account * and Region that are implied by the current CLI configuration. */ - env: { account: '764709663363', region: 'ap-south-1' }, + env: { account: '764709663363', region: 'ap-south-2' }, /* Uncomment the next line if you know exactly what Account and Region you * want to deploy the stack to. */