-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review 1 - initial changes for the second blog post (#5)
* Review 1 - initial changes for the second blog post * Review 1 - initial changes for the second blog post * Review 1 - initial changes for the second blog post
- Loading branch information
1 parent
051d6ef
commit f3ece73
Showing
25 changed files
with
36 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
// Shared values that are the same across all environments | ||
export const AppConfig = { | ||
VPC_NAME: 'fargate-test', | ||
CLUSTER_NAME: 'fargate-test', | ||
VPC_NAME: 'vpc-web-container', | ||
CLUSTER_NAME: 'fargate-cluster-web-container', | ||
APP_NAME: 'app-region-evacuation', | ||
DNS_ZONE_NAME: 'subdomain-2.subdomain-1.cloudns.ph', | ||
INTERNAL_DNS: 'edge', | ||
DOCKER_IMAGE: 'jaimenavarro/aws-cdk-region-evacuation', | ||
INTERNAL_DNS: 'web-container', | ||
DOCKER_IMAGE: 'jaimenavarro/web-container' | ||
}; | ||
|
||
export const TargetRegions = ['us-east-1']; | ||
|
||
export const PRIMARY_REGION = 'us-east-1'; | ||
|
||
export const TAG_RESOURCES_USED_BY_ROUTE53_ARC_READINESS = { | ||
key: 'route53-arc', | ||
value: 'resource-used-by-route53-arc' | ||
}; | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.