-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to DynamoDB tables, S3 bucket logging and S3 creation logic
- Change Dynamodb table to have on-demand capacity - To preserve S3 bucket use, since we are limited to 100 buckets per account, the EO harvester stack will reuse a common S3 bucket which is used for logging - Change to CF so that EO harvester stacks can be run in any order instead of needing to run the stacks in the order they are developed. This is a True/false boolean logic and handles the limitation of the previous bullet, since each CF needs to create the same S3 bucket but will error out if the bucket already exists.
- Loading branch information
Showing
2 changed files
with
35 additions
and
21 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