Podcast
Questions and Answers
Which service should the developer use to store the access token securely?
Which service should the developer use to store the access token securely?
- Amazon S3
- Amazon DynamoDB
- AWS Systems Manager Parameter Store (correct)
- Amazon RDS
What type of parameter should be used to store the access token?
What type of parameter should be used to store the access token?
- String
- Int
- SecureString (correct)
- Boolean
What service should be used to encrypt the access token at rest and in transit?
What service should be used to encrypt the access token at rest and in transit?
- AWS Identity and Access Management (IAM)
- AWS CloudHSM
- AWS Key Management Service (AWS KMS) (correct)
- AWS CloudTrail
How can the access token be made accessible from other AWS accounts?
How can the access token be made accessible from other AWS accounts?
What is the recommended solution to meet the requirements with the least management overhead?
What is the recommended solution to meet the requirements with the least management overhead?