Skip to content

Instantly share code, notes, and snippets.

View KishCom's full-sized avatar

Andy Kish KishCom

View GitHub Profile
@KishCom
KishCom / aws_static_site.md
Created June 29, 2023 14:08
AWS Static Site

Create the stack

Template.yml is the Cloudformation template defined under this

aws cloudformation create-stack \
    --stack-name STACK_NAME \
    --template-body file://template.yml \
    --profile AWS_PROFILE \
    --region us-east-1 \

--parameters ParameterKey=DomainName,ParameterValue=DOMAIN_NAME ParameterKey=HostedZoneId,ParameterValue=HOSTED_ZONE_ID