exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 793 discussion

Exam question from Amazon's AWS-SysOps
Question #: 793
Topic #: 1
[All AWS-SysOps Questions]

A SysOps Administrator needs to create a replica of a company's existing AWS infrastructure in a new AWS account. Currently, an AWS Service Catalog portfolio is used to create and manage resources.
What is the MOST efficient way to accomplish this?

  • A. Create an AWS CloudFormation template to use the AWS Service Catalog portfolio in the new AWS account.
  • B. Manually create an AWS Service Catalog portfolio in the new AWS account that duplicates the original portfolio.
  • C. Run an AWS Lambda function to create a new AWS Service Catalog portfolio based on the output of the DescribePortfolio API operation.
  • D. Share the AWS Service Catalog portfolio with the other AWS accounts and import the portfolio into the other AWS accounts.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://aws.amazon.com/blogs/mt/automate-account-creation-and-resource-provisioning-using-aws-service-catalog-aws-organizations-and-aws- lambda/

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
nicat
Highly Voted 2 years, 7 months ago
D. Share the AWS Service Catalog portfolio with the other AWS accounts and import the portfolio into the other AWS accounts. https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_sharing.html
upvoted 20 times
...
AWS_Noob
Highly Voted 2 years, 7 months ago
They asking to create a replica of the companies infrastructure Infrastructure can be VPC , Compute etc. Keep I'm mind that the request is to be most efficient. If selecting D as the option. That would mean you would need to share the SC portfolio with each account and still build the infrastructure A seems much more efficient as it will allow you to reference the SC portfolio along with the infrastructure and just role it out using a CFT. So my guess here is A based on this
upvoted 9 times
jaribu
2 years, 6 months ago
A Service Catalog can contain Cloudformation template that creates the infrastructure. Catalog administrators (administrators) – Manage a catalog of products (applications and services), organizing them into portfolios and granting access to end users. Catalog administrators prepare AWS CloudFormation templates, configure constraints, and manage IAM roles that are assigned to products to provide for advanced resource management. https://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html
upvoted 3 times
...
AWS_Noob
2 years, 6 months ago
I really want to believe it is C. And I have read the explanations provided. Can someone shed some light?
upvoted 1 times
...
...
albert_kuo
Most Recent 9 months, 1 week ago
Selected Answer: D
Option D leverages the sharing and importing capabilities of AWS Service Catalog, which is the most efficient way to replicate the portfolio and resources to the new AWS account.
upvoted 1 times
...
Finger41
1 year, 9 months ago
Selected Answer: D
https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_sharing.html The way i see it is everything is set up in service catalog as per the question, all the sysops team needs to do it is share the portfolio which can be used to execute replication.
upvoted 1 times
...
aidenpearce01
2 years, 1 month ago
Hope this not appear in my exam since i think D it's the best choice here
upvoted 1 times
...
Chirantan
2 years, 5 months ago
D is correct answerer https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_sharing.html
upvoted 1 times
...
abhishek_m_86
2 years, 5 months ago
A seems right for me
upvoted 1 times
billcayman
2 years, 5 months ago
read documentation! D is answer.
upvoted 1 times
...
...
NivNZ
2 years, 6 months ago
Checkout "Can I share my portfolio with other AWS accounts?" question in https://aws.amazon.com/servicecatalog/faqs/ The only thing needed is account ID to share with and ARN of portfolio. Therefore, the most efficient answer is D
upvoted 1 times
...
jackdryan
2 years, 6 months ago
I'll go with D
upvoted 1 times
...
weril
2 years, 6 months ago
for me it's D. Cuz you have to share portfolio before to be able to use it in another account and they have already created infrastructure in AWS Service Catalog (it means they have the CloudFormation Template setup). It's means they share the portfolio and in new account they will just deploy the infrastructure in way of a few clicks. SIMPLE
upvoted 1 times
...
MFDOOM
2 years, 6 months ago
D. Share the AWS Service Catalog portfolio with the other AWS accounts and import the portfolio into the other AWS accounts.
upvoted 1 times
...
A3A3
2 years, 6 months ago
I think its D: Q: Can I share my portfolio with other AWS accounts? Yes. You can share your portfolios with users in one or more other AWS accounts. When you share your portfolio with other AWS accounts, you retain ownership and control of the portfolio. Only you can make changes, such as adding new products or updating products. You, and only you, can also “unshare” your portfolio at any time. Any products, or stacks, currently in use will continue to run until the stack owner decides to terminate them. To share your portfolio, you specify the account ID you want to share with, and then send the Amazon Resource Number (ARN) of the portfolio to that account. The owner of that account can create a link to this shared portfolio, and then assign IAM users from that account to the portfolio. To help end users with discovery, you can curate a directory of portfolios. https://aws.amazon.com/servicecatalog/faqs/
upvoted 3 times
...
smartassX
2 years, 6 months ago
D plz read FAQs on AWS Service Catalog !
upvoted 3 times
...
Polu
2 years, 6 months ago
A -https://aws.amazon.com/blogs/mt/how-to-set-up-a-multi-region-multi-account-catalog-of-company-standard-aws-service-catalog-products/ "Before you share your products and portfolios to other accounts, you must decide whether you want to share a reference of the catalog or to deploy a copy of the catalog into each recipient account. Note that if you deploy a copy, you must redeploy if there are updates you want to propagate to the recipient accounts. You can use stack sets to deploy your catalog to many accounts at the same time."
upvoted 2 times
...
Jimmy5
2 years, 6 months ago
I am going with A. Because if you share a portfolio, The imported portfolio isn't an independent copy. The products and constraints in the imported portfolio stay in sync with changes that you make to the shared portfolio, the original portfolio that you shared.
upvoted 5 times
MegatonN
2 years, 6 months ago
But how can you use a cloudformation template based on the portfolio if you didn't share the portfolio? Also as @jaribu explains, you can have a full "template" available in your portfolio to create the landscape. And if templates are well done: mapping / conditions / parameters are used
upvoted 1 times
...
...
kung07
2 years, 7 months ago
D seems the better option Refer to https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_sharing.html
upvoted 2 times
AWSum1
2 years, 6 months ago
I would hope that this question does not appear in my exam when I do take it. Taking the link you posted into consideration, I'm inclined to go with 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago