setup.sh 513 B

12345678910
  1. aws imagebuilder create-component --cli-input-yaml file://component.json
  2. aws imagebuilder create-image-recipe --cli-input-yaml file://recipe.json
  3. aws imagebuilder create-distribution-configuration --cli-input-yaml file://distribution.json
  4. aws imagebuilder create-image-pipeline --cli-input-yaml file://pipeline.json
  5. # Example: Manually run an image pipeline
  6. aws imagebuilder start-image-pipeline-execution --image-pipeline-arn arn:aws:imagebuilder:your-region:your-account-id:image-pipeline/your-pipeline-name