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

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 66 discussion

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? (Choose three.)

  • A. Create an SCP to set a fixed monthly account usage limit. Apply the SCP to the developer accounts.
  • 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.
  • D. Create an IAM policy to deny access to costly services and components. Apply the IAM policy to the developer accounts.
  • E. Create an AWS Budgets alert action to terminate services when the budgeted amount is reached. Configure the action to terminate all services.
  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: BCF 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
spd
Highly Voted 1 year, 9 months ago
Selected Answer: BCF
Clear - BCF - SCP is preferable over IAM
upvoted 18 times
...
kiran15789
Highly Voted 1 year, 8 months ago
Selected Answer: BCF
I prefer D over C as IAM cant be applied to Account
upvoted 16 times
AWSum1
2 months ago
Option D says apply it to the Developers accounts. Unnecessary operational overhead
upvoted 1 times
...
...
vda2024
Most Recent 1 week, 2 days ago
Fixed monthly budget> implement AWS budget. hence B is correct. Prevent running unnecessary services> implement SCP. hence C is correct. on F: I'm just not sure why do we want to terminate all resources and why not just don't let them run additional.
upvoted 2 times
...
amministrazione
2 months, 2 weeks ago
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.
upvoted 1 times
...
MAZIADI
3 months ago
Selected Answer: BCF
Why Option C is Preferred to D : Centralized Control: SCPs provide a centralized way to manage permissions across all accounts in an organization, ensuring consistent enforcement of policies. Scalability: SCPs are easier to manage and scale when dealing with multiple accounts, as changes to the SCP will automatically apply to all accounts under the organization. Compliance: SCPs help ensure compliance with organizational policies by preventing the use of restricted services across all accounts.
upvoted 2 times
...
gofavad926
8 months ago
Selected Answer: BCF
BCF - SCP, budget and custom lambda to terminate services
upvoted 2 times
...
wooin992
8 months ago
Selected Answer: BDF
BDF cannot apply scp in account, need to apply it in OU
upvoted 1 times
MAZIADI
3 months ago
wrong, you can apply scp to an account
upvoted 1 times
...
...
8608f25
9 months, 1 week ago
Selected Answer: BCF
B. Use AWS Budgets to create a fixed monthly budget for each developer’s account as part of the account creation process. AWS Budgets allows you to set custom cost and usage budgets that alert you when you exceed your thresholds. C. Create an SCP to deny access to costly services and components. Apply the SCP to the developer accounts. By creating an SCP that specifically denies access to costly AWS services, the company can prevent developers from launching such services, thereby helping to keep costs within the fixed monthly budget. 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. While AWS Budgets cannot directly terminate services when a budget is exceeded, you can configure an alert to trigger a notification. This notification can then invoke a Lambda function designed to assess and terminate services as necessary, based on the company’s policies.
upvoted 2 times
...
duriselvan
9 months, 3 weeks ago
Setting a monthly cost budget with a variable target amount, with each subsequent month growing the budget target by 5 percent. Then, you can configure your notifications for 80 percent of your budgeted amount and apply an action. For example, you could automatically apply a custom IAM policy that denies you the ability to provision additional resources within an account. https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-managing-costs.html ans :bdf
upvoted 1 times
...
ninomfr64
10 months, 1 week ago
Selected Answer: BCF
A = SCP is used to limit permission that administrator can grant IAM users/roles, SCP cannot set a fixed monthly account usage limit B = correct C = correct D = it could work, but it would required more work wrt SCP E = Budget actions cannot terminate all kind of services, actually supports 3 types of actions 1/ apply IAM policy to IAM identities, 2/ apply SCP to an OU and 3/ terminate EC2 and RDS instances F = correct
upvoted 2 times
...
jpa8300
10 months, 2 weeks ago
Selected Answer: BDF
Although, C is correct, some people here says that SCP cannot be attached to an account, but it is not true, you can, the most common option when we want to deny permissions to an account is to use an IAM policy.
upvoted 1 times
...
rlf
1 year, 1 month ago
BCF. In Option D, we can not apply IAM policy to an AWS Account.
upvoted 1 times
...
SK_Tyagi
1 year, 2 months ago
Selected Answer: BDF
I'd go with BDF, since there's no mention of OU. As a rule of thumb, IAM policies to restrict are applied on Accounts, Users, Groups and SCP's on OU's.
upvoted 4 times
vn_thanhtung
1 year, 2 months ago
IAM policies for user ? https://docs.aws.amazon.com/kms/latest/developerguide/iam-policies-overview.html
upvoted 1 times
...
vn_thanhtung
1 year, 2 months ago
Sorry I mistake, IAM policies can applied on User.
upvoted 1 times
...
...
CuteRunRun
1 year, 3 months ago
Selected Answer: BCF
BCF is right. I think SCP is more convenient than iam. You need to config the IAM to all account manually
upvoted 2 times
...
[Removed]
1 year, 3 months ago
Selected Answer: BCF
prefer SCP over IAm in org accounts
upvoted 2 times
...
NikkyDicky
1 year, 4 months ago
Selected Answer: BCF
It's a BCF
upvoted 2 times
...
PhuocT
1 year, 4 months ago
Selected Answer: BCF
C - SCP would be prefer to control the services could be used in Organization's AWS accounts.
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 ...