Which of the following services are used by AWS Service Catalog as a combination to create a portfolio of products?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer - C.
AWS Service Catalog allows IT organizations to create a portfolio of products that end-users can use to deploy AWS resources as defined in the portfolio.
For this, AWS Service Catalog uses AWS IAM & AWS CloudFormation.
Option A is incorrect as AWS Service Catalog uses AWS IAM & AWS CloudFormation & not AWS Config to create a portfolio.
Option B is incorrect as AWS IAM is used in combination with AWS CloudFormation by AWS Service Catalog.
Option D is incorrect as AWS Service Catalog uses neither AWS Config nor AWS Organizations.
For more information on AWS Service Catalog, refer to the following URL;
https://aws.amazon.com/servicecatalog/features/AWS Service Catalog is a service that allows organizations to create and manage catalogs of IT services that are approved for use on AWS. With Service Catalog, administrators can define a portfolio of products (such as EC2 instances or RDS databases), manage product versions and access permissions, and make products available to users through a customizable self-service portal.
To create a portfolio of products in AWS Service Catalog, the service uses a combination of AWS Config and AWS CloudFormation. AWS Config is used to monitor and assess resource configurations and compliance with policies, while AWS CloudFormation is used to create and manage AWS resources as code. AWS IAM (Identity and Access Management) can also be used to control access to resources and actions within Service Catalog and other AWS services.
Therefore, the correct answer to this question is (B) AWS Config & AWS CloudFormation.