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

Commit

Permalink
feat: Encrypt s3 buckets for EMR log bucket and CICD Artifact bucket (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyen102 authored Jun 3, 2021
1 parent 1586278 commit e86fd06
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 652 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import ec2RStudioInstance from '../templates/ec2-rstudio-instance.cfn.yml';
import ec2LinuxInstance from '../templates/ec2-linux-instance.cfn.yml';
import ec2WindowsInstance from '../templates/ec2-windows-instance.cfn.yml';
import sagemakerInstance from '../templates/sagemaker-notebook-instance.cfn.yml';
import emrCluster from '../templates/emr-cluster.cfn.yml';
import onboardAccount from '../templates/onboard-account.cfn.yml';
import storageGatewayNetworkInfra from '../templates/storage-gateway/network-infrastructure.cfn.yml';

Expand All @@ -31,7 +30,6 @@ const templates = [
add('ec2-linux-instance', ec2LinuxInstance),
add('ec2-windows-instance', ec2WindowsInstance),
add('sagemaker-notebook-instance', sagemakerInstance),
add('emr-cluster', emrCluster),
add('onboard-account', onboardAccount),
add('storage-gateway-network-infra', storageGatewayNetworkInfra),
];
Expand Down

This file was deleted.

Loading

0 comments on commit e86fd06

Please sign in to comment.