https://aws.amazon.com/polly/ With https://aws.amazon.com/servicecatalog/, you can create, govern, and manage a catalog of infrastructure as code (IaC) templates that are approved for use on AWS. When using Service Catalog, the first step is to create https://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html#what-is_concepts-product based on your IaC templates.

With the Service Catalog hub and spoke model, you can centrally manage deployments using a management/user account relationship: One management account – Used to create Service Catalog products, organize them into portfolios, and share portfolios with user accounts Multiple user accounts (up to thousands) – A user account is any AWS account in which the end users of Service Catalog are provisioning resources.

Creating an AWS Service Catalog Product Using Terraform To get started, I install the https://github.com/aws-samples/service-catalog-engine-for-terraform-os/ that configures the code and infrastructure required for the https://developer.hashicorp.com/terraform/intro/terraform-editions engine to work with AWS Service Catalog.

Adding an AWS Service Catalog Product Using Terraform to a Portfolio Now that the Terraform product is ready, I add it to my portfolio.

Related Articles