diff --git a/AWS/main.tf.advnc b/AWS/main.tf.advnc
index 8e2ffa805c8b2dde454c23c0e2d31b6caee096fa..3cc5b17a1abe249c9f878a7a4720db1a61764241 100644
Binary files a/AWS/main.tf.advnc and b/AWS/main.tf.advnc differ
diff --git a/AWS/variables.tf b/AWS/variables.tf
index e3efb21dd73848b03ef10e082091e6eef84839a4..b33bcf9cb1856fc33994562112ed88720a4acb1b 100644
--- a/AWS/variables.tf
+++ b/AWS/variables.tf
@@ -1,5 +1,5 @@
 variable "instance_name" {
   description = "Value of the Name tag for the EC2 instance"
   type        = string
-  default     = "AnotherAppServerInstance"
-}
\ No newline at end of file
+  default     = "TF-managed-standalone"
+}