•
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 gj2025-eks-cluster-catalog-secret --force-delete-without-recovery --region ap-northeast-2
aws secretsmanager delete-secret --secret-id gj2025-rds-master-password --force-delete-without-recovery --region ap-northeast-2
aws secretsmanager delete-secret --secret-id gj2025-github-token --force-delete-without-recovery --region ap-northeast-2
Shell
복사
Bucket Check
curl -I https://gj2025-manifest-bucket-shyu.s3.amazonaws.com/
Shell
복사
terraform init
terraform apply -auto-approve -parallelism=100
Shell
복사
apply 완료 후 step2.tf 파일 주석 해제 후 다시 terraform apply 진행
terraform apply -auto-approve
Shell
복사
