Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 652 Bytes

File metadata and controls

36 lines (21 loc) · 652 Bytes

Aws Servicecatalog Gs

An AWS CLI tutorial that demonstrates Servicecatalog operations.

Running

bash aws-servicecatalog-gs.sh

To auto-run with cleanup:

echo 'y' | bash aws-servicecatalog-gs.sh

What it does

  1. Creating portfolio: $PORTFOLIO
  2. Describing portfolio
  3. Listing portfolios

Resources created

  • Portfolio

The script prompts you to clean up resources when it finishes.

Cost

Free tier eligible for most operations. Clean up resources after use to avoid charges.

Related docs