Q25 — AWS SAP-C02 Ch.1

Question 25 of 75 | ← Chapter 1

Q100. A company that uses AWS Organizations allows developers to experiment on AWS. As part of the landing zone that the company has deployed, developers use their company email address to request an account. The company wants to ensure that developers are not launching costly services or running services unnecessarily. The company must give developers a fixed monthly budget to limit their AWS costs. Which combination of steps will meet these requirements? (Select THREE.)AWS的考试报名【中文】还是【英文】?回答:预约考试的时候报名【中文】,在真正考试的过程中可以看英文原题,如果是报名的时候选择【英文】考试,那么在考试过程中只有【英文】题,不能看【中文】题目!所以母语是中文的考生,强烈建议报名【中文】的考试,考试时可以【中英文】对照。 问:考试的时候ABCD顺序变吗?答:AWS考试的时候选项顺序与题库完全一致,不会乱序,所以说能背好答案的ABCD也一样可以通过。 注意:英文题库是考试原题,一字不差,中文题库是英文翻译过来的,用谷歌翻译工具翻译,只能说与真正考试中的中文意思差不多,但不保证一字不差,中文翻译仅供给考生辅助理解,以英文原题库为准。 不管报名中文还是英文的考试,最后出来的证书都是一样的。 AWS报名预约中文考试,考试的时候可以看英文,也就是中英文对照(进入考试后,随时可以启用中英文对照),每一题的ABCD选项中文与英文是一致的,顺序不变!!! 所以请预约简体中文的考试(考试时是中英对照)!(务必注意,凡使用本小程序备考的考生请预约中英文对照的考试,背题就背好英文题目,题库上面的中文翻译是提供给考生理解参考使用,谢谢)请预约简体中文的考试(考试时是可以看中文也可以看英文)!可以用英文题目盖住中文题,(务必注意,凡使用本小程序备考的考生请预约中英文对照的考试,背题就背好英文题目,题库上面的中文翻译是提供给考生理解参考使用,谢谢) 重要事情说三遍:请预约中英文对照的考试!请预约中英文对照的考试!请预约中英文对照的考试! 不管你是在美国、日本、澳洲还是加拿大.....都预约简体中文就正确.考出来的证书都一样在AWS英文官网可查。

Correct Answer: B. Use AWS Budgets to create a fixed monthly budget for each developer's account as part of the account creation process., C. Create an SCP to deny access to costly services and components. Apply the SCP to the developer accounts., F. Create an AWS Budgets alert action to send an Amazon Simple Notification Service (Amazon SNS) notification when the budgeted amount is reached. Invoke an AWS Lambda function to terminate all services.

Explanation

To meet the requirements of ensuring cost control for developers in an AWS Organizations setup and providing them with a fixed monthly budget, the following combination of steps should be taken: B. Use AWS Budgets to create a fixed monthly budget for each developer's account as part of the account creation process.C. Create an SCP to deny access to costly services and components. Apply the SCP to the developer accounts.F. Create an AWS Budgets alert action to send an Amazon Simple Notification Service (Amazon SNS) notification when the budgeted amount is reached. Invoke an AWS Lambda function to terminate all services. Explanation: B. Use AWS Budgets to create a fixed monthly budget: AWS Budgets allows you to create and manage budgets for your AWS accounts. By creating a fixed monthly budget for each developer's account, you can set a specific spending threshold that should not be exceeded. This helps ensure that developers are given a fixed monthly budget to limit their AWS costs. C. Create an SCP to deny access to costly services and components: To further enforce cost control, you can create an SCP that denies access to specific costly services and components. By applying this SCP to the developer accounts, you restrict their ability to launch or use expensive services unnecessarily. F. Create an AWS Budgets alert action to send an Amazon SNS notification and invoke an AWS Lambda function to terminate all services: By configuring an AWS Budgets alert action, you can receive notifications when the budgeted amount is reached. You can then invoke an AWS Lambda function to terminate all services running in the developer's account, ensuring that costs are controlled and unnecessary services are terminated. Options A and D are incorrect because they do not provide an adequate solution for enforcing cost control and setting a fixed monthly budget: Option A suggests creating an SCP to set a fixed monthly account usage limit. While SCPs can be used for access control, they do not provide budgeting capabilities to set a specific monthly spending limit. Option D suggests creating an IAM policy to deny access to costly services and components. IAM policies are used for access control, but they do not provide budgeting capabilities or the ability to set a fixed monthly budget. Option E is incorrect because it suggests creating an AWS Budgets alert action to terminate services when the budgeted amount is reached. While this option provides a way to take action when the budget is exceeded, it does not address the requirement of setting a fixed monthly budget or enforcing cost control. Therefore, the correct combination of steps is B, C, and F: Use AWS Budgets to create a fixed monthly budget, create an SCP to deny access to costly services, and create an AWS Budgets alert action to send an Amazon SNS notification and invoke an AWS Lambda function to terminate all services.