반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- chart.js
- SQL
- codepipeline
- VPN
- Python
- chartjs
- kubeflow
- redis
- AWS CI/CD 구축하기
- JavaScript
- IntelliJ
- PostgreSQL
- codedeploy error
- COALESCE
- java bigdecimal
- Spring
- node
- bootstrap
- Spring Error
- codebuild
- codedeploy
- Flux
- aws cicd
- aws
- Jenkins
- Airflow
- docker
- 도커
- Kafka
- or some instances in your deployment group are experiencing problems.
Archives
- Today
- Total
Small Asteroid Blog
[AWS] Codepipeline The provided role does not have sufficient permissions. 본문
클라우드 및 인프라/AWS
[AWS] Codepipeline The provided role does not have sufficient permissions.
작은소행성☄️ 2022. 6. 7. 15:45728x90
codepipeline 에서 codedeploy를 실행하는데 다음과 같은 에러가 나오면서 codedeploy 가 진행되지 않았다.
buildspec.yml 파일에 아티팩트 구문이 포함되어 있어야 한다.
version: 0.2
artifacts:
files:
- '**/*'
If you change the buildspec.yml version to 0.2 then the shell keeps its settings. In version: 0.1 you get a clean shell for each command.
728x90
반응형