exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

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

Exam AWS Certified Solutions Architect - Professional topic 1 question 596 discussion

An enterprise company's data science team wants to provide a safe, cost-effective way to provide easy access to Amazon SageMaker. The data scientists have limited AWS knowledge and need to be able to launch a Jupyter notebook instance. The notebook instance needs to have a preconfigured AWS KMS key to encrypt data at rest on the machine learning storage volume without exposing the complex setup requirements.
Which approach will allow the company to set up a self-service mechanism for the data scientists to launch Jupyter notebooks in its AWS accounts with the
LEAST amount of operational overhead?

  • A. Create a serverless front end using a static Amazon S3 website to allow the data scientists to request a Jupyter notebook instance by filling out a form. Use Amazon API Gateway to receive requests from the S3 website and trigger a central AWS Lambda function to make an API call to Amazon SageMaker that will launch a notebook instance with a preconfigured KMS key for the data scientists. Then call back to the front-end website to display the URL to the notebook instance.
  • B. Create an AWS CloudFormation template to launch a Jupyter notebook instance using the AWS::SageMaker::NotebookInstance resource type with a preconfigured KMS key. Add a user-friendly name to the CloudFormation template. Display the URL to the notebook using the Outputs section. Distribute the CloudFormation template to the data scientists using a shared Amazon S3 bucket.
  • C. Create an AWS CloudFormation template to launch a Jupyter notebook instance using the AWS::SageMaker::NotebookInstance resource type with a preconfigured KMS key. Simplify the parameter names, such as the instance size, by mapping them to Small, Large, and X-Large using the Mappings section in CloudFormation. Display the URL to the notebook using the Outputs section, then upload the template into an AWS Service Catalog product in the data scientist's portfolio, and share it with the data scientist's IAM role.
  • D. Create an AWS CLI script that the data scientists can run locally. Provide step-by-step instructions about the parameters to be provided while executing the AWS CLI script to launch a Jupyter notebook with a preconfigured KMS key. Distribute the CLI script to the data scientists using a shared Amazon S3 bucket.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Nemer
Highly Voted 3 years, 8 months ago
C. Service Catalog https://aws.amazon.com/blogs/mt/enable-self-service-secured-data-science-using-amazon-sagemaker-notebooks-and-aws-service-catalog/
upvoted 20 times
...
spdracr713
Most Recent 2 years, 8 months ago
A seems to fit the simplicity
upvoted 1 times
...
hilft
2 years, 10 months ago
Why it's not B?
upvoted 1 times
...
aandc
2 years, 11 months ago
Selected Answer: C
keyword "The data scientists are unfamiliar with AWS" -> service catalog
upvoted 3 times
...
tartarus23
3 years, 1 month ago
Selected Answer: C
C. Using service catalog is easier than S3 bucket for the data scientists
upvoted 1 times
...
shotty1
3 years, 4 months ago
Selected Answer: C
I think it is C
upvoted 1 times
...
pititcu667
3 years, 4 months ago
Selected Answer: C
C just because service catalog simplifies it.
upvoted 2 times
...
AzureDP900
3 years, 6 months ago
I will go with C
upvoted 1 times
...
WhyIronMan
3 years, 7 months ago
I'll go with C
upvoted 3 times
...
blackgamer
3 years, 7 months ago
The answer is C for sure, service catalog.
upvoted 2 times
...
Waiweng
3 years, 7 months ago
it's C
upvoted 3 times
...
kiev
3 years, 7 months ago
Service catalog is the key. C
upvoted 2 times
...
Kian1
3 years, 7 months ago
going with C
upvoted 2 times
...
Ebi
3 years, 7 months ago
I will go with C
upvoted 4 times
...
T14102020
3 years, 7 months ago
Correct is C. CloudFormat + ServiceCatalog
upvoted 3 times
...
jackdryan
3 years, 7 months ago
I'll go with C
upvoted 3 times
...
oopsy
3 years, 7 months ago
seems C
upvoted 1 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 ...