Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 892 Bytes

python-repos-copilot.md

File metadata and controls

16 lines (12 loc) · 892 Bytes

Copilot is used for the deployment of the infrastructure configuration, which is all stored under the copilot folder in each service repository. The manifest files have been pre-generated by running through various initialisation steps that create the manifest files by prompting a series of questions, but do not deploy the infrastructure.

For each AWS account, these commands will need to be run once to initialise the environment:

copilot app init pre-award - this links the pre-award app with the current service, and associates the next commands with the service. Essentially, this provides context for the service to run under

    copilot init \
    --name <service-name> \
    --app pre-award \
    --type 'Backend Service' \
    --image 'ghcr.io/communitiesuk/<image-name>:latest' \
    --port 80

This will initalise this service, using the current created image