mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
set env vars
This commit is contained in:
parent
0c8be9ddbd
commit
02cdb52eb8
@ -26,7 +26,9 @@ Default output format: json
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user