•
aws configure (ap-northeast-2)
•
Github CLI 및 Github Token 필요
•
provider.tf 파일에서 아래 내용 변경
◦
Github Token
◦
Github Uesrname
aws secrets manager alias 삭제
aws secretsmanager delete-secret --secret-id skills-secrets --force-delete-without-recovery --region ap-northeast-2
Shell
복사
eks.tf 파일에서 public access true로 변경
gh auth login
terraform init
terraform apply -auto-approve -parallelism=100
Shell
복사
apply 완료 후 step2.tf 파일 주석 해제 후 다시 terraform apply 진행
terraform apply -auto-approve
Shell
복사
OpenSearch Dashboard 접근 후 생성 app-log
아래의 명령어로 Log 한번 생성 후 진행해야함
만약 skills-manifest-bucket 가 남아있다면 삭제해주기
aws s3 rb s3://$PREFIX-manifest-bucket-$BUCKET_TAG
Shell
복사
마지막으로 eks.tf 파일에서 public access false로 변경







