Skip to content

epomatti/aws-service-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Service Catalog

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_key

Create the infrastructure:

terraform init
terraform apply -auto-approve

Enter 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.

Organization Sharing

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).


Clean-up

terraform destroy -auto-approve