Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
28 lines (26 loc) · 1.34 KB

README-base-registries.md

File metadata and controls

executable file
·
28 lines (26 loc) · 1.34 KB

sam package
--profile vbr-production
--template-file ./cloudformation/template.yaml
--output-template-file ./cloudformation/packaged.yaml
--s3-bucket basisregisters-production-portal

sam deploy
--profile vbr-production
--template-file ./cloudformation/packaged.yaml
--stack-name "dev-portal"
--s3-bucket basisregisters-production-portal
--capabilities CAPABILITY_NAMED_IAM
--parameter-overrides
DevPortalSiteS3BucketName="basisregisters-production-dev-portal-static-assets"
ArtifactsS3BucketName="basisregisters-production-dev-portal-artifacts"
CognitoDomainNameOrPrefix="auth.basisregisters.vlaanderen"
CognitoDomainAcmCertArn="arn:aws:acm:us-east-1:921707234258:certificate/817a8345-233d-4bb1-a1c8-c8ffafe0ccc7"
StaticAssetRebuildToken="2019-10-15T10:44"
StaticAssetRebuildMode="overwrite-content"
CustomDomainName="portal.basisregisters.vlaanderen"
CustomDomainName2="portal.basisregisters.vlaanderen.be"
CustomDomainNameAcmCertArn="arn:aws:acm:us-east-1:921707234258:certificate/7f0d73ea-a248-4332-952a-c1124f7e34c2"
UseRoute53Nameservers="false"

aws cloudformation
--profile vbr-production
describe-stacks
--query "Stacks[?StackName=='dev-portal'][Outputs[?OutputKey=='WebsiteURL']][][].OutputValue"