-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompliance-hipaa-production.json
More file actions
65 lines (56 loc) · 1.86 KB
/
compliance-hipaa-production.json
File metadata and controls
65 lines (56 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"stackName": "App-HIPAA-Production",
"applicationId": "REPLACE_WITH_APP_ID",
"applicationName": "HIPAA Production Application",
"description": "Production environment with HIPAA + SOC2 compliance for healthcare",
"environment": "production",
"runtime": "ec2",
"securityProfile": "production",
"topology": "application-service",
"domain": "secure.healthcare.com",
"subdomain": "app",
"enableSsl": true,
"networkMode": "private-with-nat",
"region": "us-east-1",
"authMode": "application-oidc",
"cognitoAutoProvision": true,
"cognitoDomainPrefix": "app-hipaa-CHANGEME",
"cognitoMfaEnabled": true,
"cognitoMfaMethod": "totp",
"cognitoCreateGroups": true,
"cognitoAdminGroupName": "Admins",
"cognitoUserGroupName": "ClinicalStaff",
"instanceType": "t3.medium",
"minInstanceCapacity": 2,
"maxInstanceCapacity": 8,
"enableAutoScaling": true,
"cpuTargetUtilization": 50,
"provisionDatabase": true,
"databaseEngine": "postgres",
"databaseVersion": "15",
"databaseInstanceClass": "db.t3.medium",
"databaseAllocatedStorageGB": 100,
"databaseMultiAz": true,
"databaseBackupRetentionDays": 90,
"complianceFrameworks": "HIPAA,SOC2",
"complianceMode": "enforce",
"scopeConfigRulesToDeployment": false,
"awsConfigEnabled": true,
"createConfigInfrastructure": true,
"guardDutyEnabled": true,
"guardDutyAlertsConfigured": true,
"auditManagerEnabled": true,
"wafEnabled": true,
"albAccessLogging": true,
"enableFlowlogs": true,
"certificateExpirationMonitoring": true,
"enableS3VersioningRemediation": true,
"enableCloudTrailBucketAccessRemediation": true,
"enableCloudTrailLoggingRemediation": true,
"enableRdsDeletionProtectionRemediation": true,
"enableRdsAutoMinorVersionUpgradeRemediation": true,
"enableMonitoring": true,
"enableEncryption": true,
"logRetentionDays": "2190",
"retainStorage": true
}