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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

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

A solutions architect is investigating an issue in which a company cannot establish new sessions in Amazon Workspaces. An initial analysis indicates that the issue involves user profiles. The Amazon Workspaces environment is configured to use Amazon FSx for Windows File Server as the profile share storage. The FSx for Windows File Server file system is configured with 10 TB of storage.

The solutions architect discovers that the file system has reached Its maximum capacity. The solutions architect must ensure that users can regain access. The solution also must prevent the problem from occurring again.

Which solution will meet these requirements?

  • A. Remove old user profiles to create space. Migrate the user profiles to an Amazon FSx for Lustre file system.
  • B. Increase capacity by using the update-file-system command. Implement an Amazon CloudWatch metric that monitors free space. Use Amazon EventBridge to invoke an AWS Lambda function to increase capacity as required.
  • C. Monitor the file system by using the FreeStorageCapacity metric in Amazon CloudWatch. Use AWS Step Functions to increase the capacity as required.
  • D. Remove old user profiles to create space. Create an additional FSx for Windows File Server file system. Update the user profile redirection for 50% of the users to use the new file system.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
God_Is_Love
Highly Voted 1 year, 2 months ago
Selected Answer: B
https://docs.aws.amazon.com/cli/latest/reference/fsx/update-file-system.html EventBridge invoking lambda to update settings will prevent too from occurring again
upvoted 6 times
...
masetromain
Highly Voted 1 year, 4 months ago
Selected Answer: B
B is correct. It can prevent the issue from happening again by monitoring the file system with the FreeStorageCapacity metric in Amazon CloudWatch and using Amazon EventBridge to invoke an AWS Lambda function to increase the capacity as required. This ensures that the file system always has enough free space to store user profiles and avoids reaching maximum capacity. A: Removing old user profiles may not be sufficient to create enough space and does not prevent the problem from happening again. C: AWS Step Functions cannot be used to increase capacity, it is a service for creating and running workflows that stitch together multiple AWS services. D: Creating an additional FSx for Windows File Server file system and updating user profile redirection for a portion of the users may not be sufficient to prevent the problem from happening again and does not address the current capacity issue.
upvoted 6 times
...
red_panda
Most Recent 2 weeks, 4 days ago
Selected Answer: D
It's D. Option B Simply do not prevent problem to happen again. It's not possible to resize the FSx Size after creation so option D is more suitable.
upvoted 1 times
...
career360guru
4 months, 3 weeks ago
Selected Answer: B
Option B
upvoted 1 times
...
rtguru
10 months ago
B is the correct answer
upvoted 1 times
...
NikkyDicky
10 months, 2 weeks ago
Selected Answer: B
it's B
upvoted 1 times
...
SkyZeroZx
11 months ago
Selected Answer: B
keyword == update-file-system
upvoted 1 times
...
leehjworking
12 months ago
Selected Answer: C
Is it necessary to implement new cloudwatch metric? And using step functions seems to be able to increase storage capacity, according to the following reference. https://docs.aws.amazon.com/step-functions/latest/dg/supported-services-awssdk.html#supported-services-awssdk-list
upvoted 1 times
Maria2023
10 months, 4 weeks ago
Perhaps the metric is used to trigger the step functions
upvoted 1 times
...
...
OCHT
1 year ago
Selected Answer: D
B. Increasing capacity using the update-file-system command is not applicable to FSx for Windows File Server. The command is for Amazon EFS, not FSx for Windows File Server.
upvoted 2 times
rbm2023
12 months ago
StorageCapacity Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating. https://docs.aws.amazon.com/fsx/latest/APIReference/API_UpdateFileSystem.html Example using the CLI aws fsx update-file-system --file-system-id fs-0123456789abcdef0 --storage-capacity 10240
upvoted 4 times
...
...
yama234
1 year ago
B As you need additional storage, you can increase the storage capacity that is configured on your FSx for Windows File Server file system. You can do so using the Amazon FSx console, the Amazon FSx API, or the AWS Command Line Interface (AWS CLI).
upvoted 3 times
...
Cloud_noob
1 year, 1 month ago
Selected Answer: B
https://chat.openai.com/chat
upvoted 2 times
...
mfsec
1 year, 1 month ago
Selected Answer: B
B is correct
upvoted 2 times
...
zozza2023
1 year, 3 months ago
Selected Answer: B
B seems to be the correct answer. the unique possible solution is to add storage capacity using CLI
upvoted 4 times
...
pitakk
1 year, 3 months ago
Selected Answer: B
To increase the storage capacity for an FSx for Windows File Server file system, use the AWS CLI command update-file-system. https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html It's B.
upvoted 2 times
...
zhangyu20000
1 year, 4 months ago
B is correct. It can prevent issue happen again with EventBridge and Lambda A: not make sense at all C: Cannot use Step Function to increase capacity D: not prevent happen again
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 ...