This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Define profile name and role for AWS access | |
PROFILE_NAME="{profile_name}" | |
ROLE_ARN="arn:aws:iam::{account_id}:role/{role_name}" | |
# Define variables for S3 upload | |
BUCKET_NAME="{s3_bucket_name}" | |
# Define variables for Cloudfront distribution id | |
DISTRIBUTION_ID="{distribution_id}" |