Skip to content

idmc-labs/helix-extension-policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

static-cloudformation-template

Pre setup instructions

Create a hosted zone in route53,and add main domain records

Setup instructions

Change following variables in these files

  # aws/cloudformation.yaml
  Domain: your-domain.com
  BucketName: your-bucket-name
  PolicyName: your-policy-name
  UpdateIamUserName: your-username

Move your static content inside build directory

Create a release branch and push latest changes to be deploy

Command to deploy

aws cloudformation deploy --capabilities CAPABILITY_NAMED_IAM --template-file ./path-to-your-template.yml --stack-name your-stack-name --parameter-overrides Env=prod HostedZoneId=your-hosted-id --tags app=your-tag env=prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages