From d4928ace8a1eb3671aab8725c6a0274333ba14c2 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:25:01 +0530 Subject: [PATCH 01/21] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7119f71..d18d8f0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,8 +3,8 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name s3bucket --template-body file://simplests3cft.json --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name tcs-auto-stack --template-body file://simplests3cft.json --region 'us-east-1'" } } } - } \ No newline at end of file + } From d50457574dbb635c22f30f05c8c0bd13f0cc0abf Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:26:14 +0530 Subject: [PATCH 02/21] Update simplests3cft.json --- simplests3cft.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplests3cft.json b/simplests3cft.json index be63d40..7966d4f 100644 --- a/simplests3cft.json +++ b/simplests3cft.json @@ -8,7 +8,7 @@ "Outputs": { "BucketName": { "Value": { - "Ref": "S3Bucket" + "Ref": "tcs-sales-bucket9" }, "Description": "Name of the sample Amazon S3 bucket." } From 62ce1bd14e739c1e9359df7db8e5171dbb7e077a Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:31:07 +0530 Subject: [PATCH 03/21] Update simplests3cft.json --- simplests3cft.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplests3cft.json b/simplests3cft.json index 7966d4f..1fc1890 100644 --- a/simplests3cft.json +++ b/simplests3cft.json @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion": "2010-09-09", "Resources": { - "S3Bucket": { + "tcs-sales-bucket9": { "Type": "AWS::S3::Bucket" } }, From 6bcf31c5c8fa11c7c0d93be1b533ae79bc23fd20 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:32:23 +0530 Subject: [PATCH 04/21] Update simplests3cft.json --- simplests3cft.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simplests3cft.json b/simplests3cft.json index 1fc1890..efad5f2 100644 --- a/simplests3cft.json +++ b/simplests3cft.json @@ -1,14 +1,14 @@ { "AWSTemplateFormatVersion": "2010-09-09", "Resources": { - "tcs-sales-bucket9": { + "tcsautobucket9": { "Type": "AWS::S3::Bucket" } }, "Outputs": { "BucketName": { "Value": { - "Ref": "tcs-sales-bucket9" + "Ref": "tcsautobucket9" }, "Description": "Name of the sample Amazon S3 bucket." } From e49c52f8132430a066c74e0aca8714e820a18f3b Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:35:59 +0530 Subject: [PATCH 05/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d18d8f0..8fa14d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name tcs-auto-stack --template-body file://simplests3cft.json --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name tcs-auto-yaml-stack --template-body file://s3cft.yml --region 'us-east-1'" } } } From d73e4d6137577b48f5c920be699e6ec9e0f1ed2b Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:08:49 +0530 Subject: [PATCH 06/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8fa14d7..76e1643 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name tcs-auto-yaml-stack --template-body file://s3cft.yml --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name wipro-auto-yaml-stack --template-body file://s3cft.yml --region 'us-east-1'" } } } From e1b1fb017f3aabbdefab8ee3ca4884b2e4e6b329 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:09:25 +0530 Subject: [PATCH 07/21] Update s3cft.yml --- s3cft.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s3cft.yml b/s3cft.yml index 3851c62..e935056 100644 --- a/s3cft.yml +++ b/s3cft.yml @@ -4,5 +4,5 @@ Resources: Type: AWS::S3::Bucket Outputs: BucketName: - Value: !Ref 'S3Bucket' - Description: Name of the sample Amazon S3 bucket. \ No newline at end of file + Value: !Ref 'S3Bucket99' + Description: Name of the sample Amazon S3 bucket. From b3e0c0a790b5c0a76d155c58e0bbc6277f544ad6 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:23:14 +0530 Subject: [PATCH 08/21] Update s3cft.yml --- s3cft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3cft.yml b/s3cft.yml index e935056..b153118 100644 --- a/s3cft.yml +++ b/s3cft.yml @@ -4,5 +4,5 @@ Resources: Type: AWS::S3::Bucket Outputs: BucketName: - Value: !Ref 'S3Bucket99' + Value: !Ref 'S3Bucket' Description: Name of the sample Amazon S3 bucket. From 1212a9de9b45a0708715992fbb23dd705c7dba06 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:25:47 +0530 Subject: [PATCH 09/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 76e1643..b7183b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name wipro-auto-yaml-stack --template-body file://s3cft.yml --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name wipro-auto-yaml-stack --template-body file://simplests3cft.json --region 'us-east-1'" } } } From 6e1d4f48d1c9395661eb45059f3dd78ca66da091 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:26:14 +0530 Subject: [PATCH 10/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b7183b6..fdc85e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name wipro-auto-yaml-stack --template-body file://simplests3cft.json --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-yaml-stack --template-body file://simplests3cft.json --region 'us-east-1'" } } } From 5d2ce04d79a44b7dc52718718d75b902011e7b7a Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:04:08 +0530 Subject: [PATCH 11/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fdc85e7..5da82da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-yaml-stack --template-body file://simplests3cft.json --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-yaml-stack --template-body file://simplests3cft.json --region 'ap-south-1'" } } } From fd6bf80b96a9fb6c3daab90454ddb8d35999f134 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Fri, 10 Mar 2023 09:34:11 +0530 Subject: [PATCH 12/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5da82da..fdc85e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-yaml-stack --template-body file://simplests3cft.json --region 'ap-south-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-yaml-stack --template-body file://simplests3cft.json --region 'us-east-1'" } } } From f03b6ac8f0deb01d3adcc75dd396e2f46b76dd62 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Fri, 10 Mar 2023 09:51:47 +0530 Subject: [PATCH 13/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fdc85e7..430b401 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-yaml-stack --template-body file://simplests3cft.json --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'us-east-1'" } } } From e70cac0be0c034d7ba28f0ad66bf1121aa42af2b Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:31:31 +0530 Subject: [PATCH 14/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 430b401..74d78a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'us-west-1'" } } } From 0ab4a0edf4a3672e612a17d8ab4dbcb4f4f5c95f Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:16:17 +0530 Subject: [PATCH 15/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 74d78a5..ad4f2bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'us-west-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'ap-southeast-1'" } } } From 26828c7bfd7f6dc7ab502dc7d8ec339e3dd253ad Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:16:57 +0530 Subject: [PATCH 16/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ad4f2bc..430b401 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'ap-southeast-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'us-east-1'" } } } From d83388f6b79c34b89de9d37ab4947aa7f772e8b3 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:01:53 +0530 Subject: [PATCH 17/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 430b401..ad4f2bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'ap-southeast-1'" } } } From cbfd049fda69ad315b28c6909100341af8ddf249 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:01:42 +0530 Subject: [PATCH 18/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ad4f2bc..4f420de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'ap-southeast-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://ec2_parameter_example.json --region 'ap-southeast-1'" } } } From 2d3cc55c765cfcfef6d9166b41eedfc3e099dd12 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:53:44 +0530 Subject: [PATCH 19/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4f420de..430b401 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://ec2_parameter_example.json --region 'ap-southeast-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'us-east-1'" } } } From 56d2db909767b66a6e7e5e49aa7782172f1aee69 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:54:24 +0530 Subject: [PATCH 20/21] Update Jenkinsfile ok From a0a2d5a1cfb0ce9575b29a414f7ad1f49af5d290 Mon Sep 17 00:00:00 2001 From: mshyd925 <102269158+mshyd925@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:03:50 +0530 Subject: [PATCH 21/21] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 430b401..03cd27c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Submit Stack') { steps { - sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'us-east-1'" + sh "aws cloudformation create-stack --stack-name infosys-auto-hyd-stack --template-body file://s3cft.yml --region 'ap-south-1'" } } }