Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 31 discussion

A company that hosts its web application on AWS wants to ensure all Amazon EC2 instances. Amazon RDS DB instances. and Amazon Redshift clusters are configured with tags. The company wants to minimize the effort of configuring and operating this check.
What should a solutions architect do to accomplish this?

  • A. Use AWS Config rules to define and detect resources that are not properly tagged.
  • B. Use Cost Explorer to display resources that are not properly tagged. Tag those resources manually.
  • C. Write API calls to check all resources for proper tag allocation. Periodically run the code on an EC2 instance.
  • D. Write API calls to check all resources for proper tag allocation. Schedule an AWS Lambda function through Amazon CloudWatch to periodically run the code.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
kurinei021
Highly Voted 1 year, 9 months ago
Answer from ChatGPT: Yes, you can use AWS Config to create tags for your resources. AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. You can use AWS Config to create rules that automatically tag resources when they are created or when their configurations change. To create tags for your resources using AWS Config, you will need to create an AWS Config rule that specifies the tag key and value you want to use and the resources you want to apply the tag to. You can then enable the rule and AWS Config will automatically apply the tag to the specified resources when they are created or when their configurations change.
upvoted 19 times
aaroncelestin
1 year, 2 months ago
This the first answer that I've seen ChatGPT get correct here on ExamTopics. You should all know that using ChatGPT for this is bound to give bad answers. It only parrots what it has seen written/copied/pasted by someone/something somewhere, picked up with absolutely zero context. ChatGPT doesn't "know" anything about AWS services. So, beware the "answers" it gives.
upvoted 12 times
kidomaruto
11 months, 2 weeks ago
I tried it with Bing AI, and the answer was almost always the right one. It depends a lot on the prompt quality
upvoted 2 times
...
...
...
cookieMr
Highly Voted 1 year, 4 months ago
Selected Answer: A
AWS Config provides a set of pre-built or customizable rules that can be used to check the configuration and compliance of AWS resources. By creating a custom rule or using the built-in rule for tagging, you can define the required tags for EC2, RDS DB and Redshift clusters. AWS Config continuously monitors the resources and generates configuration change events or evaluation results. By leveraging AWS Config, the solution can automatically detect any resources that do not comply with the defined tagging requirements. This approach eliminates the need for manual checks or periodic code execution, reducing operational overhead. Additionally, AWS Config provides the ability to automatically remediate non-compliant resources by triggering Lambda or sending notifications, further streamlining the configuration management process. Option B (using Cost Explorer) primarily focuses on cost analysis and does not provide direct enforcement of proper tagging. Option C and D (writing API calls and running them manually or through scheduled Lambda) require more manual effort and maintenance compared to using AWS Config rules.
upvoted 9 times
...
PaulGa
Most Recent 1 month, 2 weeks ago
Selected Answer: A
Not sure we need ChatGPT here (other than to prove what it can/can't do): answers B, C, D all require manual - and periodic - intervention. Has to be Ans A.
upvoted 1 times
...
DavidNgTan
2 months, 2 weeks ago
Selected Answer: A
You can use AWS Config to create a rule that evaluates whether your resources have the required tags applied.
upvoted 1 times
...
awsgeek75
9 months ago
Selected Answer: A
https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/implementing-and-enforcing-tagging.html AWS Config (required_tag) AWS Config is a service that allows you to assess, audit, and evaluate the configurations of your AWS resources (see Resource types supported by AWS Config). In the case of tagging, we can use it to identify resources that are lacking tags with specific keys, using the required_tags rule (refer to Resource types supported by required_tags). From the earlier example, we might test for the existence of the key on all Amazon EC2 instances.
upvoted 1 times
...
A_jaa
9 months ago
Selected Answer: A
Answer-A
upvoted 1 times
...
Ruffyit
11 months, 3 weeks ago
Has typos in the question, correct is "A company that hosts its web application on AWS wants to ensure all Amazon EC2 instance, Amazon RDS DB instances, and Amazon Redshift clusters are configured with tags." Keyword "are configured with tags", choose (A) "AWS Config rules".
upvoted 1 times
...
awashenko
1 year ago
Selected Answer: A
I originally thought D, but after reading through the discussion I agree that option A would require less effort. D would get the job done but would require more effort so I think A is correct.
upvoted 1 times
...
KawtarZ
1 year, 1 month ago
Selected Answer: A
A without a doubt
upvoted 1 times
...
TariqKipkemei
1 year, 2 months ago
Selected Answer: A
AWS Config continually assesses, audits, and evaluates the configurations and relationships of your resources on AWS, on premises, and on other clouds.
upvoted 2 times
...
james2033
1 year, 2 months ago
Selected Answer: A
Has typos in the question, correct is "A company that hosts its web application on AWS wants to ensure all Amazon EC2 instance, Amazon RDS DB instances, and Amazon Redshift clusters are configured with tags." Keyword "are configured with tags", choose (A) "AWS Config rules".
upvoted 1 times
...
miki111
1 year, 3 months ago
Option A is the right answer for this.
upvoted 1 times
...
lelouchjedai
1 year, 4 months ago
Selected Answer: A
The answer is A
upvoted 1 times
...
Bmarodi
1 year, 4 months ago
Selected Answer: A
Option will accomplish the requirements
upvoted 1 times
...
beginnercloud
1 year, 5 months ago
Selected Answer: A
AWS Config can track the configuration status of non-compliant resouces :))
upvoted 1 times
...
caffee
1 year, 6 months ago
Selected Answer: A
AWS Config can track the configuration status of non-compliant resouces.
upvoted 2 times
...
gx2222
1 year, 6 months ago
Selected Answer: A
Option A is the most appropriate solution to accomplish the given requirement because AWS Config Rules provide a way to evaluate the configuration of AWS resources against best practices and company policies. In this case, a custom AWS Config rule can be defined to check for proper tag allocation on Amazon EC2 instances, Amazon RDS DB instances, and Amazon Redshift clusters. The rule can be configured to run periodically and notify the responsible parties when a resource is not properly tagged.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...