0
0
AWScloud~5 mins

Secrets Manager for credentials in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is AWS Secrets Manager used for?
AWS Secrets Manager securely stores and manages sensitive information like passwords, API keys, and database credentials, helping applications access them safely without hardcoding.
Click to reveal answer
beginner
How does Secrets Manager help improve security compared to hardcoding credentials?
It keeps secrets encrypted and allows controlled access with permissions, reducing risk of exposure and enabling automatic rotation without changing application code.
Click to reveal answer
intermediate
What is secret rotation in AWS Secrets Manager?
Secret rotation automatically updates stored credentials on a schedule, so applications always use fresh secrets without manual intervention.
Click to reveal answer
beginner
Name one way applications can retrieve secrets from AWS Secrets Manager.
Applications can use AWS SDKs or CLI commands to call Secrets Manager APIs and securely fetch secrets at runtime.
Click to reveal answer
intermediate
Why is it important to use IAM policies with Secrets Manager?
IAM policies control who or what can access secrets, ensuring only authorized users or services can retrieve sensitive information.
Click to reveal answer
What does AWS Secrets Manager primarily store?
AVirtual machines
BLarge files and backups
CNetwork configurations
DSensitive information like passwords and API keys
How does Secrets Manager protect stored secrets?
AEncrypts secrets at rest and in transit
BStores secrets in plain text
CSends secrets via email
DRequires manual password entry every time
What feature allows Secrets Manager to update credentials automatically?
ABackup scheduling
BManual update
CSecret rotation
DAccess logging
Which AWS service controls access to secrets in Secrets Manager?
AEC2
BIAM (Identity and Access Management)
CS3
DCloudWatch
What is a best practice when using Secrets Manager in applications?
ARetrieve secrets at runtime using AWS SDK
BHardcode secrets in application code
CEmail secrets to developers
DStore secrets in public repositories
Explain how AWS Secrets Manager helps keep application credentials secure and easy to manage.
Think about how secrets are stored, accessed, and updated without exposing them.
You got /5 concepts.
    Describe the process and benefits of secret rotation in AWS Secrets Manager.
    Consider why changing passwords regularly without manual work is helpful.
    You got /4 concepts.