Get Hands-on with Amazon EKS - Workshop Event Series
Whether you're taking your first steps with Kubernetes or you're an experienced practitioner looking to sharpen your skills, our Amazon EKS workshop series delivers practical, real-world experience that moves you forward. Learn directly from AWS solutions architects and EKS specialists through hands-on sessions designed to build your confidence with Kubernetes. Register now and start building with Amazon EKS!
Secrets Manager 시크릿을 교체하기 위해 두 번째 함수를 호출했을 때 Lambda 교체 함수가 실패한 이유는 무엇입니까?
1분 분량
0
내 AWS Lambda 함수가 두 번째 Lambda 함수를 호출했을 때 AWS Secrets Manager 시크릿을 교체하지 못했습니다.
해결 방법
교체 함수가 두 번째 Lambda 함수를 호출하여 시크릿을 교체하면 다음과 비슷한 메시지가 표시되고 교체가 실패합니다.
"Pending secret version EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE for Secret MySecret was not created by Lambda MyRotationFunction. Remove the AWSPENDING staging label and restart rotation."
이 문제를 해결하려면 시크릿을 교체하는 코드가 시크릿의 교체 함수로 설정한 단일 Lambda 함수에 포함되어 있는지 확인하십시오.