Service Catalog

0
  1. Can you deploy to service catalog from a GitLab pipeline using Terraform?
  2. Can you create a GitLab pipeline that invoke the service catalog to instantiate something?
  3. Can you provide a set of Catalog items with a pre-defined AWS configuration?
  4. Can you monitor for drift remediation vs the baseline configure using either Terraform, CloudFormation or AWS Config
asked 2 years ago293 views
1 Answer
0

Can you deploy to service catalog from a GitLab pipeline using Terraform? yes, see https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_portfolio#example-usage

Can you create a GitLab pipeline that invoke the service catalog to instantiate something? yes, see https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_service_action

Can you provide a set of Catalog items with a pre-defined AWS configuration? yes, see https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_product

Can you monitor for drift remediation vs the baseline configure using either Terraform, CloudFormation or AWS Config yes, see

AWS
Norman
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions