An AI application uses an external API secret.
Rotate it without unnecessary downtime and limit leakage.
Choose two practices.
Store secrets in a managed service, retrieve them with limited permission, and operate rotation, overlap, monitoring, and emergency revocation.
Detailed explanation
Secrets are separated from source and images.
Secrets are separated from source and images.
Updates and emergency invalidation are operable.
Updates and emergency invalidation are operable.
Runtime diagnostics can expose them.
Runtime diagnostics can expose them.
Blast radius and recovery cost grow.
Blast radius and recovery cost grow.
Try it yourself
An example you can run in a temporary verification environment.
AWS Secrets Manager公式のローテーション、IAM、監査とAIF-C01 Domain 5.1を確認する。Expected result
API秘密情報を保管・取得・更新・失効のライフサイクルで管理できる。Key points
- Secrets Manager
- Rotation
- Revocation
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.