CLF-C02 Exam QuestionsBrowse all questions from this exam

CLF-C02 Exam - Question 120


A company wants to design a centralized storage system to manage the configuration data and passwords for its critical business applications.

Which AWS service or capability will meet these requirements MOST cost-effectively?

Show Answer
Correct Answer: A

AWS Systems Manager Parameter Store is a cost-effective solution for managing configuration data and passwords. It provides secure, hierarchical storage for configuration data and sensitive information, including passwords. While AWS Secrets Manager offers advanced features specifically for secret management, such as automatic rotation, it typically incurs higher costs. Parameter Store can efficiently manage both configuration data and secrets, making it the most cost-effective solution for the requirements mentioned.

Discussion

17 comments
Sign in to comment
Ruffyit
Feb 2, 2024

both are correct but the question here is the MOST cost effective and that is Parameter Store that is free while Secret Manager is $1 per secret

evet12Option: A
Jan 26, 2024

both are correct but the question here is the MOST cost effective and that is Parameter Store that is free while Secret Manager is $1 per secret

petercornOption: A
Jan 11, 2024

https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html

1509
Jan 17, 2024

Answer is A: while both services are used for managing and securing sensitive data, Parameter Store is more focused on configuration data and secure strings, while Secrets Manager is more focused on managing secrets with advanced requirements.

chalakaOption: A
May 6, 2024

A. AWS Systems Manager Parameter Store. AWS Systems Manager Parameter Store provides a secure, hierarchical store for storing configuration data, secrets, and other sensitive information. It offers integration with AWS Identity and Access Management (IAM) for fine-grained access control and provides encryption at rest for enhanced security. While AWS Secrets Manager (option B) is specifically designed for managing secrets such as passwords, API keys, and other sensitive information, it typically incurs higher costs compared to Parameter Store. Parameter Store can efficiently manage both configuration data and secrets, making it a cost-effective solution for the described scenario.

6797423Option: A
Jan 29, 2024

Parameter Store is the most cost effective

uchikenOption: B
Feb 2, 2024

My answer is B(AWS Secrets Manager): The parameter store is used for secure management of configuration data and settings information, but is primarily suitable for data in text format. However, for sensitive information such as passwords, AWS Secrets Manager is more suitable.

Pearlu
Feb 6, 2024

Answer is A. Parameter store is a centralized tore to manage configuration data and secret.

boardernutOption: A
Mar 11, 2024

It clearly asks for "Configuration data" thus only Parameter Store can accomplish this.

Niro2023Option: A
Jan 21, 2024

Security Manager Parameter Store more cost-effective for simpler use cases

AnnkurrrrOption: B
Jan 23, 2024

While both can store secrets, Secrets Manager is recommended for secrets due to additional capabilities like automatic rotation, access control, auditing and integration with services. Parameter Store is still useful for securely storing non-secret configuration values and referencing secrets stored in Secrets Manager.

LinuxChamp
Feb 13, 2024

A = CORRECT

andrei97Option: B
Feb 21, 2024

AWS Secrets Manager is specifically designed for managing sensitive information such as passwords, database credentials, and API keys securely. It provides centralized control and management of secrets, including automatic rotation and integration with AWS services. With Secrets Manager, you can store and access secrets programmatically through APIs or use them with other AWS services. Additionally, Secrets Manager offers a pay-as-you-go pricing model, making it cost-effective for managing sensitive data securely.

Sbue1047
Feb 21, 2024

According to ChatGPT: AWS Systems Manager Parameter Store provides a secure, hierarchical storage for configuration data management, including plaintext data such as passwords, as well as other sensitive information. It integrates well with other AWS services and allows you to easily reference parameters in your applications.

kelito
Feb 23, 2024

AWS Secrets Manager is specifically designed to store, manage, and rotate secrets such as database credentials, API keys, and other sensitive information securely. It provides a centralized and scalable solution for managing secrets, with built-in features for automatic rotation, auditing, and fine-grained access control.

chalakaOption: A
Apr 29, 2024

A. AWS Systems Manager Parameter Store AWS Systems Manager Parameter Store is a fully managed service that provides secure, hierarchical storage for configuration data management and secrets management. It allows you to store sensitive information such as passwords, database connection strings, and API keys in a centralized location. Additionally, it offers integration with AWS Identity and Access Management (IAM) for fine-grained access control. Since it is primarily designed for storing configuration data and also offers a free tier, it would likely be the most cost-effective solution for the given requirements.

griggrig
Jul 6, 2024

Parameter store , more cost effective solution.