Exam CLF-C02 All QuestionsBrowse all questions from this 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?

    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
Ruffyit

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

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

chalakaOption: A

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.

1509

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.

petercornOption: A

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

boardernutOption: A

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

Pearlu

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

uchikenOption: B

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.

6797423Option: A

Parameter Store is the most cost effective

griggrig

Parameter store , more cost effective solution.

chalakaOption: A

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.

kelito

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.

Sbue1047

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.

andrei97Option: B

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.

LinuxChamp

A = CORRECT

AnnkurrrrOption: B

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.

Niro2023Option: A

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