Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/san089/Udacity-Data-Engineering-Projects
/ Redshift_Cluster_IaC.py
File
Redshift_Cluster_IaC.py
Redshift_Cluster_IaC.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
boto3
2
import
configparser
3
from
botocore.exceptions
import
ClientError
4
import
json
Callers
nothing calls this directly
Calls
7
create_IAM_role
Function · 0.85
create_ec2_security_group
Function · 0.85
get_group
Function · 0.85
create_cluster
Function · 0.85
delete_cluster
Function · 0.85
delete_ec2_security_group
Function · 0.85
delete_IAM_role
Function · 0.85
Tested by
no test coverage detected