I've found a few issues trying to create a new Job on an existing App.
When running copilot job init, I get the following error:
✔ Wrote the manifest for job covid19-job at copilot/covid19-job/manifest.yml
Your manifest contains configurations like your container size and job schedule (@daily).
✘ get application : get application : ValidationException: Parameter name: can't be prefixed with "ssm" (case-insensitive). If formed as a path, it can consist of sub-paths divided by slash symbol; each sub-path can be formed as a mix of letters, numbers and the following 3 symbols .-_
The only way to move past this point is by running copilot with the specific app Name in the CLI like this
copilot job init --app modernization-lab
I've found a few issues trying to create a new Job on an existing App.
When running
copilot job init, I get the following error:The only way to move past this point is by running copilot with the specific app Name in the CLI like this