set env vars

This commit is contained in:
marcel-dempers 2020-10-11 09:34:44 +11:00 committed by Marcel Dempers
parent 0c8be9ddbd
commit 02cdb52eb8

View File

@ -26,7 +26,9 @@ Default output format: json
# Create a Storage Bucket # Create a Storage Bucket
``` ```
aws s3api create-bucket --bucket veleromarcel --region ap-southeast-2 --create-bucket-configuration LocationConstraint=ap-southeast-2 BUCKET=veleromarcel
REGION=ap-southeast-2
aws s3api create-bucket --bucket $BUCKET --region $REGION --create-bucket-configuration LocationConstraint=$REGION
``` ```
# Create IAM User # Create IAM User