Service Catalog centralized deployment of products:
Start by creating the Key Pair. This will be used during the product launch.
mkdir keys
ssh-keygen -f keys/tmp_keyCreate the infrastructure:
terraform init
terraform apply -auto-approveEnter the console with the end user credentials and you should be able to deploy a product using Service Catalog.
When launching the product, inform the Key Pair and the CIDR block allowed to connect over SSH.
Service Catalog has the distinct feature of being able to share products across Accounts, Organizations, and Organization Units.
This is possible by enabling a delegated administrator account on the Organization, which will use a service-linked role (SLR).
terraform destroy -auto-approve