-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplate.yaml
846 lines (837 loc) · 29.4 KB
/
template.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: State machine For New Account Onboarding Processes.
Parameters:
AccountLogGroupName:
Type: String
Default: "/SungardAS/Alerts/Account"
Description: Account Cloudwatch Log Group Name
DestinationArn:
Type: String
Description: Subscription Filter Destination Arn
DbUserName:
Type: String
Description: user name of mcaws db
DbPassword:
Type: String
NoEcho: true
Description: password of mcaws db
DbHost:
Type: String
Description: Host of mcaws db
MasterMgmAwsId:
Type: String
Description: AWS Id of Management Account
AdminRoleName:
Type: String
Description: AWS admin role name
SCAdminRoleName:
Type: String
Description: AWS Service Catalog admin role name
DataDogAwsId:
Type: String
Description: Aws Id of Datadog Aws Account
BillingApiKey:
Type: String
Description: Access key of Billing System
BillingSecretKey:
Type: String
Description: API key of Billing System
BillingServer :
Type: String
Description: billingServer Url
FromEmail:
Type: String
Description: From Email id
ToEmail:
Type: String
Description: To Email id
KinesisStreamArn :
Type: String
Description: Kinesis stream arn
CwlKinesisRoleArn :
Type: String
Description: Cwl to kinesis role arn
GitHubAccessToken:
Type: String
Description: Git hub access token
Sbnts :
Type: String
Description: Sunetid of vpc
SGS :
Type: String
Description: Security group
NotificationEmail:
Type: String
Description: Email ID to send the Console Sign-in alerts to
Resources:
EncryptionDecryptionKey:
Type: AWS::KMS::Key
Properties:
Description: "Encryption and Decryption key for Lambda"
KeyPolicy:
Id: "LambdaEncDec"
Version: "2012-10-17"
Statement:
-
Sid: "Allow administration of the key"
Effect: "Allow"
Action:
- "kms:*"
Principal:
AWS: !Ref AWS::AccountId
Resource: '*'
-
Sid: "Allow Encryption Service to use this key"
Effect: "Allow"
Action:
- "kms:Encrypt"
Principal:
AWS: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Resource: '*'
-
Sid: "Allow Decryption Service to use this key"
Effect: "Allow"
Action:
- "kms:Decrypt"
Principal:
AWS: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Resource: '*'
StateMachineLambdaFunctionIAMRole:
Type: "AWS::IAM::Role"
Properties:
Path: "/"
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
-
Sid: "AllowLambdaServiceToAssumeRole"
Effect: "Allow"
Action:
- "sts:AssumeRole"
Principal:
Service:
- "lambda.amazonaws.com"
Policies:
-
PolicyName: "InlinePolicy"
PolicyDocument:
Version: "2012-10-17"
Statement:
-
Effect: "Allow"
Action:
- "logs:CreateLogGroup"
- "logs:CreateLogStream"
- "logs:PutLogEvents"
Resource: "arn:aws:logs:*:*:*"
-
Effect: "Allow"
Action:
- "ec2:*"
- "iam:*"
- "cloudformation:*"
- "logs:*"
- "ses:*"
- "kms:*"
- "events:*"
- "sns:*"
Resource: "*"
PreMasterFederationLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Pre-Master-Federation
Handler: index_pre_master_account_federation.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
SetMasterCredentialsLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Set-Master-Credentials
Handler: index_set_master_account_credentials.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
EnableBillingActivationFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Enable-Billing-Activation
Handler: index_enable_billing_activation.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
Environment:
Variables:
KMS_KEY_ID: !Ref EncryptionDecryptionKey
BILLING_TO_ALERT_EMAIL: !Ref ToEmail
BILLING_FROM_ALERT_EMAIL: !Ref FromEmail
BILLING_SERVER: !Ref BillingServer
BILLING_SECRET_KEY: !Ref BillingSecretKey
BILLING_API_KEY: !Ref BillingApiKey
SetAccountLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Set-Account
Handler: index_set_account.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
PreNewFederationLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Pre-New-Federation
Handler: index_pre_new_account_federation.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
SetNewCredentialsLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Set-New-Credentials
Handler: index_set_new_account_credentials.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
CreateAwsIamRolesLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Create-Aws-Iam-Roles
Handler: index_create_aws_iam_roles.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
Environment:
Variables:
MASTER_MGM_AWS_ID: !Ref MasterMgmAwsId
DATADOG_AWD_ID: !Ref DataDogAwsId
ADMIN_ROLE_NAME: !Ref AdminRoleName
SC_ADMIN_ROLE_NAME: !Ref SCAdminRoleName
UpdateDbLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Update-Db
Handler: index_update_db.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 70
VpcConfig:
SecurityGroupIds: !Split [ "," , !Ref SGS ]
SubnetIds: !Split [ "," , !Ref Sbnts ]
Environment:
Variables:
KMS_KEY_ID: !Ref EncryptionDecryptionKey
KMS_REGION: !Ref AWS::Region
DB_PASSWORD: !Ref DbPassword
DB_USERNAME: !Ref DbUserName
DB_HOST: !Ref DbHost
FindRegionsLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Find-Regions
Handler: index_find_regions.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
NextRegionLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Next-Region
Handler: index_next_region.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
SetResultsLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Set-Results
Handler: index_set_results.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
FinalResultLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Final-Result
Handler: index_final_result.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 60
HealthStackSetupLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Setup-Health
Handler: index_health_stack.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 300
AddAccountToDestinationLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Add-Account-To-Destination
Handler: index_alerts_destination.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 300
SetConsoleSignInAlertLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Set-Console-Sign-In-Alert
Handler: index_set_console_signin_alert.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt StateMachineLambdaFunctionIAMRole.Arn
Timeout: 300
Environment:
Variables:
NotificationEmail: !Ref NotificationEmail
ApiGatewayApi:
Type: AWS::Serverless::Api
Properties:
DefinitionUri: ./swagger.yaml
StageName: Prod
Variables:
LambdaFunctionName: !Ref ProxyLambdaFunction
ProxyLambdaFunctionIAMRole:
Type: "AWS::IAM::Role"
Properties:
Path: "/"
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
-
Sid: "AllowLambdaServiceToAssumeRole"
Effect: "Allow"
Action:
- "sts:AssumeRole"
Principal:
Service:
- "lambda.amazonaws.com"
Policies:
-
PolicyName: "InlinePolicy"
PolicyDocument:
Version: "2012-10-17"
Statement:
-
Effect: "Allow"
Action:
- "logs:CreateLogGroup"
- "logs:CreateLogStream"
- "logs:PutLogEvents"
Resource: "arn:aws:logs:*:*:*"
-
Effect: "Allow"
Action:
- "vpc:*"
- "ec2:*"
- "states:*"
- "kms:*"
Resource: "*"
ProxyLambdaFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-Proxy
Handler: index.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt ProxyLambdaFunctionIAMRole.Arn
Timeout: 60
VpcConfig:
SecurityGroupIds: !Split [ "," , !Ref SGS ]
SubnetIds: !Split [ "," , !Ref Sbnts ]
Environment:
Variables:
STATE_MACHINE_ARN: !Ref OnBoardingStateMachine
STATE_MACHINE_FOR_UNMANAGED_ACCOUNT_ARN: !Ref OnBoardingStateMachineForUnManaged
KMS_KEY_ID: !Ref EncryptionDecryptionKey
KMS_REGION: !Ref AWS::Region
DB_PASSWORD: !Ref DbPassword
DB_USERNAME: !Ref DbUserName
DB_HOST: !Ref DbHost
SUBSC_FILTER_DEST: !Ref DestinationArn
GIT_HUB_ACCESS_TOKEN: !Ref GitHubAccessToken
CWL_KINESIS_ROLE_ARN: !Ref CwlKinesisRoleArn
KINESIS_STREAM_ARN: !Ref KinesisStreamArn
ADMIN_ROLE_NAME: !Ref AdminRoleName
MASTER_MGM_AWS_ID: !Ref MasterMgmAwsId
Events:
GetResource:
Type: Api
Properties:
RestApiId: !Ref ApiGatewayApi
Path: /{proxy+}
Method: ANY
AlertLambdaFunctionIAMRole:
Type: "AWS::IAM::Role"
Properties:
Path: "/"
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
-
Sid: "AllowLambdaServiceToAssumeRole"
Effect: "Allow"
Action:
- "sts:AssumeRole"
Principal:
Service:
- "lambda.amazonaws.com"
Policies:
-
PolicyName: "InlinePolicy"
PolicyDocument:
Version: "2012-10-17"
Statement:
-
Effect: "Allow"
Action:
- "logs:CreateLogGroup"
- "logs:CreateLogStream"
- "logs:PutLogEvents"
Resource: "arn:aws:logs:*:*:*"
-
Effect: "Allow"
Action:
- "logs:*"
- "cloudwatchlogs:*"
Resource: "*"
CloudWatchLogsFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: SungardAS-Onboarding-CloudwatchLogs
Handler: index_cloudwatchlogs.handler
Runtime: nodejs8.10
CodeUri: ./src
Role: !GetAtt AlertLambdaFunctionIAMRole.Arn
Timeout: 300
Environment:
Variables:
ACCOUNT_LOG_GROUP_NAME: !Ref AccountLogGroupName
STATE_MACHINE_ARN: !Ref OnBoardingStateMachine
AccountLogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: !Ref AccountLogGroupName
SubscriptionFilter:
Type: AWS::Logs::SubscriptionFilter
DependsOn: AccountLogGroup
Properties:
LogGroupName: !Ref AccountLogGroupName
FilterPattern: ""
DestinationArn: !Ref DestinationArn
StateMachineIAMRole:
Type: "AWS::IAM::Role"
Properties:
Path: "/"
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
-
Effect: "Allow"
Action:
- "sts:AssumeRole"
Principal:
Service:
- !Join
- "."
- - states
- !Ref AWS::Region
- "amazonaws.com"
Policies:
-
PolicyName: "InlinePolicy"
PolicyDocument:
Version: "2012-10-17"
Statement:
-
Effect: "Allow"
Action:
- "lambda:InvokeFunction"
Resource: "*"
OnBoardingStateMachine:
Type: AWS::StepFunctions::StateMachine
Properties:
DefinitionString: |-
{
"Comment": "OnBoarding Process for New Account",
"StartAt": "PreMasterFederation",
"States": {
"PreMasterFederation": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Pre-Master-Federation",
"InputPath": "$",
"Next": "MasterFederation"
},
"MasterFederation": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Federation",
"InputPath": "$.federation",
"ResultPath": "$.credentials",
"Next": "SetMasterCredentials"
},
"SetMasterCredentials": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Set-Master-Credentials",
"InputPath": "$",
"Next": "CreateAccount"
},
"CreateAccount": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Account",
"InputPath": "$.account",
"ResultPath": "$.account.result",
"Next": "EnableBillingActivation"
},
"EnableBillingActivation": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Enable-Billing-Activation",
"InputPath": "$",
"Next": "SetAccount"
},
"SetAccount": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Set-Account",
"InputPath": "$",
"Next": "AddAccountToAlertDestinations"
},
"AddAccountToAlertDestinations": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Add-Account-To-Destination",
"InputPath": "$.alerts_destination",
"ResultPath": "$.alerts_destination.result",
"Next": "PreNewAccountFederation"
},
"PreNewAccountFederation": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Pre-New-Federation",
"InputPath": "$",
"Next": "NewAccountFederation"
},
"NewAccountFederation": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Federation",
"InputPath": "$.federation",
"ResultPath": "$.credentials",
"Retry": [
{
"ErrorEquals": ["AccessDenied"],
"IntervalSeconds": 10,
"MaxAttempts": 3,
"BackoffRate": 2.0
}
],
"Next": "SetNewAccountCredentials"
},
"SetNewAccountCredentials": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Set-New-Credentials",
"InputPath": "$",
"Next": "CreateAwsIamRoles"
},
"CreateAwsIamRoles": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Create-Aws-Iam-Roles",
"InputPath": "$",
"Next": "UpdateDb"
},
"UpdateDb": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Update-Db",
"InputPath": "$",
"Next": "CloudcheckrChoiceState"
},
"CloudcheckrChoiceState": {
"Type" : "Choice",
"Choices": [
{
"Variable": "$.cloudcheckr.enableCloudCheckr",
"StringEquals": "true",
"Next": "TriggerCloudCheckr"
},
{
"Variable": "$.cloudcheckr.enableCloudCheckr",
"StringEquals": "false",
"Next": "SetupHealthAlert"
}
],
"Default": "SetupHealthAlert"
},
"TriggerCloudCheckr": {
"Type" : "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-TriggerCloudCheckr",
"Next": "SetupHealthAlert"
},
"SetupHealthAlert": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Setup-Health",
"InputPath": "$.health",
"ResultPath": "$.health.result",
"Next": "IsManagedAccount"
},
"IsManagedAccount": {
"Type" : "Choice",
"Choices": [
{
"Variable": "$.dbAwsAccount.account_type",
"StringEquals": "Managed",
"Next": "TriggerPreconfig"
}
],
"Default": "FindRegionsState"
},
"TriggerPreconfig": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:ManagedVpcPreConfig-Trigger-StateMachine",
"InputPath": "$",
"ResultPath": "$",
"Next": "FindRegionsState"
},
"FindRegionsState": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Find-Regions",
"InputPath": "$",
"Next": "ChoiceState"
},
"ChoiceState": {
"Type" : "Choice",
"Choices": [
{
"Variable": "$.num_of_regions",
"NumericGreaterThan": 0,
"Next": "NextRegionState"
},
{
"Variable": "$.num_of_regions",
"NumericEquals": 0,
"Next": "SetFinalResultState"
}
],
"Default": "SetFinalResultState"
},
"NextRegionState": {
"Type" : "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Next-Region",
"Next": "Parallel"
},
"Parallel": {
"Type": "Parallel",
"Next": "AWSConsoleSignInAlertState",
"Branches": [
{
"StartAt": "CloudtrailChoiceState",
"States": {
"CloudtrailChoiceState": {
"Type" : "Choice",
"Choices": [
{
"Variable": "$.cloudtrail.body.region",
"StringEquals": "us-east-1",
"Next": "CloudtrailActionState"
},
{
"Variable": "$.cloudtrail.body.region",
"StringEquals": "us-west-2",
"Next": "CloudtrailActionState"
}
],
"Default": "PassCloudtrailActionState"
},
"CloudtrailActionState": {
"Type" : "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-CloudTrail",
"InputPath": "$.cloudtrail",
"ResultPath": "$.cloudtrail.result",
"End": true
},
"PassCloudtrailActionState": {
"Type": "Pass",
"End": true
}
}
},
{
"StartAt": "AWSConfigActionState",
"States": {
"AWSConfigActionState": {
"Type" : "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-AWSConfig",
"InputPath": "$.awsconfig",
"ResultPath": "$.awsconfig.result",
"End": true
}
}
}
]
},
"AWSConsoleSignInAlertState": {
"Type" : "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Set-Console-Sign-In-Alert",
"InputPath": "$[0].awsevents",
"ResultPath": "$[0].awsevents.result",
"Next": "ConfigRulesActionState"
},
"ConfigRulesActionState": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-ConfigRules",
"InputPath": "$[0].configrules",
"ResultPath": "$[0].configrules.result",
"Next": "SetResultsState"
},
"SetResultsState": {
"Type" : "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Set-Results",
"Next": "ChoiceState"
},
"SetFinalResultState": {
"Type" : "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Final-Result",
"Next": "SaveCloudwatchLog"
},
"SaveCloudwatchLog": {
"Type" : "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-CloudwatchLogs",
"Next": "FinalState"
},
"FinalState": {
"Type": "Pass",
"End": true
}
}
}
RoleArn: !GetAtt StateMachineIAMRole.Arn
OnBoardingStateMachineForUnManaged:
Type: AWS::StepFunctions::StateMachine
Properties:
DefinitionString: |-
{
"Comment": "OnBoarding Process for New Account",
"StartAt": "PreMasterFederation",
"States": {
"PreMasterFederation": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Pre-Master-Federation",
"InputPath": "$",
"Next": "MasterFederation"
},
"MasterFederation": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Federation",
"InputPath": "$.federation",
"ResultPath": "$.credentials",
"Next": "SetMasterCredentials"
},
"SetMasterCredentials": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Set-Master-Credentials",
"InputPath": "$",
"Next": "CreateAccount"
},
"CreateAccount": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Account",
"InputPath": "$.account",
"ResultPath": "$.account.result",
"Next": "SetAccount"
},
"SetAccount": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Set-Account",
"InputPath": "$",
"Next": "PreNewAccountFederation"
},
"PreNewAccountFederation": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Pre-New-Federation",
"InputPath": "$",
"Next": "NewAccountFederation"
},
"NewAccountFederation": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Federation",
"InputPath": "$.federation",
"ResultPath": "$.credentials",
"Retry": [
{
"ErrorEquals": ["AccessDenied"],
"IntervalSeconds": 10,
"MaxAttempts": 3,
"BackoffRate": 2.0
}
],
"Next": "SetNewAccountCredentials"
},
"SetNewAccountCredentials": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Set-New-Credentials",
"InputPath": "$",
"Next": "CreateAwsIamRoles"
},
"CreateAwsIamRoles": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Create-Aws-Iam-Roles",
"InputPath": "$",
"Next": "UpdateDb"
},
"UpdateDb": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Update-Db",
"InputPath": "$",
"Next": "InvokeSharePortfolio"
},
"InvokeSharePortfolio": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:cbr-invoke-sharedportfolio",
"InputPath": "$",
"Next": "CheckSharePortfilioStatus"
},
"CheckSharePortfilioStatus": {
"Type": "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:cbr-check-sharedportfolio-invocation",
"InputPath": "$",
"Retry": [
{
"ErrorEquals": ["States.TaskFailed"],
"IntervalSeconds": 5,
"MaxAttempts": 120,
"BackoffRate": 1.0
}
],
"Next": "SetFinalResultState"
},
"SetFinalResultState": {
"Type" : "Task",
"Resource": "arn:aws:lambda:AWS::REGION:AWS::ACCOUNT_ID:function:SungardAS-Onboarding-Final-Result",
"Next": "FinalState"
},
"FinalState": {
"Type": "Pass",
"End": true
}
}
}
RoleArn: !GetAtt StateMachineIAMRole.Arn
Outputs:
APIURL:
Description: "URL of your API endpoint"
Value: !Join
- ''
- - https://
- !Ref ApiGatewayApi
- '.execute-api.'
- !Ref 'AWS::Region'
- '.amazonaws.com/Prod'