Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed S3 buckets ARN - Lakeformation integration (#75)
* added bucket policies to enforce in transit encryption for s3 buckets * fixed cfn code style * Delete to avoid conflicts * Ingestion stage using sqoop * removed kite jar and added installation instructions * Enhanced EMR security configuration * Fixing Merge conflicts * Enhanced EMR security configuration * Alternative dataset dependency * Sqoop: Minor fixes and improvements * Added athena get workgroup permissions * deleted test transformation * Removed support for python 3.6 * Fixed LF bucket registration ARN When deploying the SDLF the s3 nested stack throws an error on all the *LakeFormationS3Registration resources. S3 bucket ARN changed form arn:aws:::s3: to arn:aws:s3:::, this change fixes the error * New datasets not being deployed New dataset creation skipped if previous datasets already exists changed exit 0 to continue in order to deploy the next dataset if the current one already exists. * Update deploy.sh Co-authored-by: Arenas Garcia <[email protected]>
- Loading branch information