changing the build behavior in the aws cloudformation template from [… ()

changing the build behavior in the aws cloudformation template from [scripts-user, always] to [scripts-user, once-per-instance] so the userdata script is not run every time the server boots.
This commit is contained in:
santini-cyber 2023-09-25 23:51:39 -04:00 committed by GitHub
parent ce6951b21f
commit e4a5fe5971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,7 @@
"\n",
"#cloud-config\n",
"cloud_final_modules:\n",
"- [scripts-user, always]\n",
"- [scripts-user, once-per-instance]\n",
"\n",
"\n",
"--//\n",
@ -260,4 +260,4 @@
}
}
}
}
}

View file

@ -70,7 +70,7 @@
"\n",
"#cloud-config\n",
"cloud_final_modules:\n",
"- [scripts-user, always]\n",
"- [scripts-user, once-per-instance]\n",
"\n",
"\n",
"--//\n",
@ -252,4 +252,4 @@
}
}
}
}
}