Advertisement
indrajit_alex

Untitled

May 21st, 2025
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 38.30 KB | None | 0 0
  1. root@985c7157581a:/app/.cdk# cdk diff
  2. [WARNING] aws-cdk-lib.aws_ecs.ClusterProps#containerInsights is deprecated.
  3.   See {@link containerInsightsV2 }
  4.   This API will be removed in the next major release.
  5. npm notice
  6. npm notice New major version of npm available! 10.8.2 -> 11.4.1
  7. npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.1
  8. npm notice To update run: npm install -g npm@11.4.1
  9. npm notice
  10. [Warning at /Dev-Tobu-APP/EcsApp/Service] minHealthyPercent has not been configured so the default value of 50% is used. The number of running tasks will decrease below the desired count during deployments etc. See https://github.com/aws/aws-cdk/issues/31705 [ack: @aws-cdk/aws-ecs:minHealthyPercent]
  11. [Warning at /Dev-Tobu-APP/EcsApp/queueService] minHealthyPercent has not been configured so the default value of 50% is used. The number of running tasks will decrease below the desired count during deployments etc. See https://github.com/aws/aws-cdk/issues/31705 [ack: @aws-cdk/aws-ecs:minHealthyPercent]
  12. start: Building Dev-Tobu-APP Template
  13. success: Built Dev-Tobu-APP Template
  14. start: Publishing Dev-Tobu-APP Template (633652790644-ap-northeast-1)
  15. success: Published Dev-Tobu-APP Template (633652790644-ap-northeast-1)
  16. Hold on while we create a read-only change set to get a diff with accurate replacement information (use --no-change-set to use a less accurate but faster template-only diff)
  17.  
  18. Stack Dev-Tobu-APP
  19. IAM Statement Changes
  20. ┌───┬─────────────────────────────────────────────────────────────────────────────────────────────┬────────┬─────────────────────────────────┬─────────────────────────────────────────────────────────────────────────┬───────────────────────────────┐
  21. │   │ Resource                                                                                    │ Effect │ Action                          │ Principal                                                               │ Condition                     │
  22. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  23. │ - │ ${EcsApp/EcsJobRunnerLambda/JobRunnerLambda/ServiceRole.Arn}                                │ Allow  │ sts:AssumeRole                  │ Service:lambda.amazonaws.com                                            │                               │
  24. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  25. │ - │ ${LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a/ServiceRole.Arn}                             │ Allow  │ sts:AssumeRole                  │ Service:lambda.amazonaws.com                                            │                               │
  26. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  27. │ - │ ${appDeploy/Pipeline/Build/Build-CodeBuild/CodePipelineActionRole.Arn}                      │ Allow  │ sts:AssumeRole                  │ AWS:arn:${AWS::Partition}:iam::633652790644:root                        │                               │
  28. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  29. │ - │ ${appDeploy/Pipeline/Deploy/Deploy-App/CodePipelineActionRole.Arn}                          │ Allow  │ sts:AssumeRole                  │ AWS:arn:${AWS::Partition}:iam::633652790644:root                        │                               │
  30. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  31. │ - │ ${appDeploy/Pipeline/Source/Source-GitHub/CodePipelineActionRole.Arn}                       │ Allow  │ sts:AssumeRole                  │ AWS:arn:${AWS::Partition}:iam::633652790644:root                        │                               │
  32. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  33. │ - │ *                                                                                           │ Allow  │ ecs:RunTask                     │ AWS:${EcsApp/EcsJobRunnerLambda/JobRunnerLambda/ServiceRole}            │                               │
  34. │   │                                                                                             │        │ iam:PassRole                    │                                                                         │                               │
  35. │ - │ *                                                                                           │ Allow  │ logs:DeleteRetentionPolicy      │ AWS:${LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a/ServiceRole}         │                               │
  36. │   │                                                                                             │        │ logs:PutRetentionPolicy         │                                                                         │                               │
  37. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  38. │ - │ arn:${AWS::Partition}:ecr:ap-northeast-1:633652790644:repository/tobu-dev-tobuvisitorsystem │ Allow  │ ecr:BatchCheckLayerAvailability │ AWS:${EcsApp/EcsAppRole/EcsTaskExecutionRole}                           │                               │
  39. │   │                                                                                             │        │ ecr:BatchGetImage               │                                                                         │                               │
  40. │   │                                                                                             │        │ ecr:GetDownloadUrlForLayer      │                                                                         │                               │
  41. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  42. │ - │ arn:aws:lambda:ap-northeast-1:633652790644:function:run_check_in_slip_pdf_create_job        │ Allow  │ lambda:InvokeFunction           │ AWS:${EcsApp/EcsAppRole/EcsTaskRole}                                    │                               │
  43. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  44. │ + │ ${appDeploy/Pipeline/ArtifactsBucket.Arn}                                                   │ Allow  │ s3:GetBucket*                   │ AWS:${appDeploy/Pipeline/Deploy/Deploy-queueECS/CodePipelineActionRole} │                               │
  45. │   │ ${appDeploy/Pipeline/ArtifactsBucket.Arn}/*                                                 │        │ s3:GetObject*                   │                                                                         │                               │
  46. │   │                                                                                             │        │ s3:List*                        │                                                                         │                               │
  47. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  48. │ + │ ${appDeploy/Pipeline/ArtifactsBucketEncryptionKey.Arn}                                      │ Allow  │ kms:Decrypt                     │ AWS:${appDeploy/Pipeline/Deploy/Deploy-queueECS/CodePipelineActionRole} │                               │
  49. │   │                                                                                             │        │ kms:DescribeKey                 │                                                                         │                               │
  50. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  51. │ + │ ${appDeploy/Pipeline/Build/Build-CodeBuild/CodePipelineActionRole.Arn}                      │ Allow  │ sts:AssumeRole                  │ AWS:${appDeploy/Pipeline/Role.Arn}                                      │                               │
  52. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  53. │ + │ ${appDeploy/Pipeline/Deploy/Deploy-App/CodePipelineActionRole.Arn}                          │ Allow  │ sts:AssumeRole                  │ AWS:${appDeploy/Pipeline/Role.Arn}                                      │                               │
  54. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  55. │ + │ ${appDeploy/Pipeline/Deploy/Deploy-queueECS/CodePipelineActionRole.Arn}                     │ Allow  │ sts:AssumeRole                  │ AWS:${appDeploy/Pipeline/Role.Arn}                                      │                               │
  56. │ + │ ${appDeploy/Pipeline/Deploy/Deploy-queueECS/CodePipelineActionRole.Arn}                     │ Allow  │ sts:AssumeRole                  │ AWS:${appDeploy/Pipeline/Role}                                          │                               │
  57. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  58. │ + │ ${appDeploy/Pipeline/Source/Source-GitHub/CodePipelineActionRole.Arn}                       │ Allow  │ sts:AssumeRole                  │ AWS:${appDeploy/Pipeline/Role.Arn}                                      │                               │
  59. ├───┼─────────────────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────────────────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────────────────┤
  60. │ + │ *                                                                                           │ Allow  │ ecs:DescribeServices            │ AWS:${appDeploy/Pipeline/Deploy/Deploy-queueECS/CodePipelineActionRole} │                               │
  61. │   │                                                                                             │        │ ecs:DescribeTaskDefinition      │                                                                         │                               │
  62. │   │                                                                                             │        │ ecs:DescribeTasks               │                                                                         │                               │
  63. │   │                                                                                             │        │ ecs:ListTasks                   │                                                                         │                               │
  64. │   │                                                                                             │        │ ecs:RegisterTaskDefinition      │                                                                         │                               │
  65. │   │                                                                                             │        │ ecs:TagResource                 │                                                                         │                               │
  66. │   │                                                                                             │        │ ecs:UpdateService               │                                                                         │                               │
  67. │ + │ *                                                                                           │ Allow  │ iam:PassRole                    │ AWS:${appDeploy/Pipeline/Deploy/Deploy-queueECS/CodePipelineActionRole}"StringEqualsIfExists": {     │
  68. │   │                                                                                             │        │                                 │                                                                         │   "iam:PassedToService": [    │
  69. │   │                                                                                             │        │                                 │                                                                         │     "ec2.amazonaws.com",      │
  70. │   │                                                                                             │        │                                 │                                                                         │     "ecs-tasks.amazonaws.com"
  71. │   │                                                                                             │        │                                 │                                                                         │   ]                           │
  72. │   │                                                                                             │        │                                 │                                                                         │ }                             │
  73. └───┴─────────────────────────────────────────────────────────────────────────────────────────────┴────────┴─────────────────────────────────┴─────────────────────────────────────────────────────────────────────────┴───────────────────────────────┘
  74. IAM Policy Changes
  75. ┌───┬─────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────────────────────────────────┐
  76. │   │ Resource                                                    │ Managed Policy ARN                                                             │
  77. ├───┼─────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────┤
  78. │ - │ ${EcsApp/EcsJobRunnerLambda/JobRunnerLambda/ServiceRole}    │ arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole │
  79. ├───┼─────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────┤
  80. │ - │ ${LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a/ServiceRole} │ arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole │
  81. └───┴─────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────────────────────────────────┘
  82. (NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)
  83.  
  84. Resources
  85. [-] AWS::Logs::LogGroup EcsApp/EcsJobRunnerLambda/JobRunnerLambdaLogGroup EcsAppEcsJobRunnerLambdaJobRunnerLambdaLogGroup5DB122EE orphan
  86. [-] AWS::IAM::Role EcsApp/EcsJobRunnerLambda/JobRunnerLambda/ServiceRole EcsAppEcsJobRunnerLambdaServiceRole39BCE121 destroy
  87. [-] AWS::IAM::Policy EcsApp/EcsJobRunnerLambda/JobRunnerLambda/ServiceRole/DefaultPolicy EcsAppEcsJobRunnerLambdaServiceRoleDefaultPolicy5A2DCC36 destroy
  88. [-] AWS::Lambda::Function EcsApp/EcsJobRunnerLambda/JobRunnerLambda EcsAppEcsJobRunnerLambda6E4C4E6E destroy
  89. [-] Custom::LogRetention EcsApp/EcsJobRunnerLambda/JobRunnerLambda/LogRetention EcsAppEcsJobRunnerLambdaLogRetention70DF6338 destroy
  90. [-] AWS::IAM::Role LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a/ServiceRole LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8aServiceRole9741ECFB destroy
  91. [-] AWS::IAM::Policy LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a/ServiceRole/DefaultPolicy LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8aServiceRoleDefaultPolicyADDA7DEB destroy
  92. [-] AWS::Lambda::Function LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8aFD4BFC8A destroy
  93. [+] AWS::ECS::Service EcsApp/queueService/Service EcsAppqueueServiceA6A514BF
  94. [+] AWS::IAM::Role appDeploy/Pipeline/Deploy/Deploy-queueECS/CodePipelineActionRole appDeployPipelineDeployDeployqueueECSCodePipelineActionRole63027BFA
  95. [+] AWS::IAM::Policy appDeploy/Pipeline/Deploy/Deploy-queueECS/CodePipelineActionRole/DefaultPolicy appDeployPipelineDeployDeployqueueECSCodePipelineActionRoleDefaultPolicyF7B82446
  96. [~] AWS::IAM::Policy EcsApp/EcsAppRole/EcsTaskExecutionRole/DefaultPolicy EcsAppEcsAppRoleEcsTaskExecutionRoleDefaultPolicy010BB637
  97.  └─ [~] PolicyDocument
  98.      └─ [~] .Statement:
  99.          └─ @@ -39,26 +39,6 @@
  100.             [ ] },
  101.             [ ] {
  102.             [ ]   "Action": [
  103.             [-]     "ecr:BatchCheckLayerAvailability",
  104.             [-]     "ecr:GetDownloadUrlForLayer",
  105.             [-]     "ecr:BatchGetImage"
  106.             [-]   ],
  107.             [-]   "Effect": "Allow",
  108.             [-]   "Resource": {
  109.             [-]     "Fn::Join": [
  110.             [-]       "",
  111.             [-]       [
  112.             [-]         "arn:",
  113.             [-]         {
  114.             [-]           "Ref": "AWS::Partition"
  115.             [-]         },
  116.             [-]         ":ecr:ap-northeast-1:633652790644:repository/tobu-dev-tobuvisitorsystem"
  117.             [-]       ]
  118.             [-]     ]
  119.             [-]   }
  120.             [-] },
  121.             [-] {
  122.             [-]   "Action": [
  123.             [ ]     "secretsmanager:GetSecretValue",
  124.             [ ]     "secretsmanager:DescribeSecret"
  125.             [ ]   ],
  126. [~] AWS::IAM::Policy EcsApp/EcsAppRole/EcsTaskRole/DefaultPolicy EcsAppEcsAppRoleEcsTaskRoleDefaultPolicy2277D4B1
  127.  └─ [~] PolicyDocument
  128.      └─ [~] .Statement:
  129.          └─ @@ -11,11 +11,6 @@
  130.             [ ]   ]
  131.             [ ] },
  132.             [ ] {
  133.             [-]   "Action": "lambda:InvokeFunction",
  134.             [-]   "Effect": "Allow",
  135.             [-]   "Resource": "arn:aws:lambda:ap-northeast-1:633652790644:function:run_check_in_slip_pdf_create_job"
  136.             [-] },
  137.             [-] {
  138.             [ ]   "Action": [
  139.             [ ]     "ssmmessages:CreateControlChannel",
  140.             [ ]     "ssmmessages:CreateDataChannel",
  141. [~] AWS::ECS::TaskDefinition EcsApp/TaskDefinition EcsAppTaskDefinitionB559BC4B replace
  142.  └─ [~] ContainerDefinitions (requires replacement)
  143.      └─ @@ -3,7 +3,7 @@
  144.         [ ] "Cpu": 0,
  145.         [ ] "Essential": true,
  146.         [ ] "Image": {
  147.         [-]   "Fn::Sub": "633652790644.dkr.ecr.ap-northeast-1.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-633652790644-ap-northeast-1:3d6188ebc875c7c6853529dfd213aa1d8a97db917bf84213046bb66655c082d4"
  148.         [+]   "Fn::Sub": "633652790644.dkr.ecr.ap-northeast-1.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-633652790644-ap-northeast-1:71b1b8b72207058affb1c77bdb1d43176e838f1442a23a235b6e97132ea071f1"
  149.         [ ] },
  150.         [ ] "LogConfiguration": {
  151.         [ ]   "LogDriver": "awslogs",
  152.         @@ -51,10 +51,6 @@
  153.         [ ]   }
  154.         [ ] },
  155.         [ ] {
  156.         [-]   "Name": "CALL_SLIP_PDF_CREATE_LAMBDA_NAME",
  157.         [-]   "Value": "run_check_in_slip_pdf_create_job"
  158.         [-] },
  159.         [-] {
  160.         [ ]   "Name": "SES_SENDER_MAIL",
  161.         [ ]   "Value": "[email protected]"
  162.         [ ] },
  163.         @@ -85,16 +81,7 @@
  164.         [ ] ],
  165.         [ ] "Essential": true,
  166.         [ ] "Image": {
  167.         [-]   "Fn::Join": [
  168.         [-]     "",
  169.         [-]     [
  170.         [-]       "633652790644.dkr.ecr.ap-northeast-1.",
  171.         [-]       {
  172.         [-]         "Ref": "AWS::URLSuffix"
  173.         [-]       },
  174.         [-]       "/tobu-dev-tobuvisitorsystem:latest"
  175.         [-]     ]
  176.         [-]   ]
  177.         [+]   "Fn::Sub": "633652790644.dkr.ecr.ap-northeast-1.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-633652790644-ap-northeast-1:0c99987d4b697f72188ea7ebf45f176996740c639f7982abd648cd48f209375e"
  178.         [ ] },
  179.         [ ] "LogConfiguration": {
  180.         [ ]   "LogDriver": "awsfirelens"
  181. [~] AWS::ECS::TaskDefinition EcsApp/queueTaskDefinition EcsAppqueueTaskDefinition3D470948 replace
  182.  ├─ [~] ContainerDefinitions (requires replacement)
  183.  │   └─ @@ -28,10 +28,6 @@
  184.  │      [ ]   }
  185.  │      [ ] },
  186.  │      [ ] {
  187.  │      [-]   "Name": "CALL_SLIP_PDF_CREATE_LAMBDA_NAME",
  188.  │      [-]   "Value": "run_check_in_slip_pdf_create_job"
  189.  │      [-] },
  190.  │      [-] {
  191.  │      [ ]   "Name": "SES_SENDER_MAIL",
  192.  │      [ ]   "Value": "[email protected]"
  193.  │      [ ] },
  194.  │      @@ -62,16 +58,7 @@
  195.  │      [ ] ],
  196.  │      [ ] "Essential": true,
  197.  │      [ ] "Image": {
  198.  │      [-]   "Fn::Join": [
  199.  │      [-]     "",
  200.  │      [-]     [
  201.  │      [-]       "633652790644.dkr.ecr.ap-northeast-1.",
  202.  │      [-]       {
  203.  │      [-]         "Ref": "AWS::URLSuffix"
  204.  │      [-]       },
  205.  │      [-]       "/tobu-dev-tobuvisitorsystem:latest"
  206.  │      [-]     ]
  207.  │      [-]   ]
  208.  │      [+]   "Fn::Sub": "633652790644.dkr.ecr.ap-northeast-1.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-633652790644-ap-northeast-1:0c99987d4b697f72188ea7ebf45f176996740c639f7982abd648cd48f209375e"
  209.  │      [ ] },
  210.  │      [ ] "LogConfiguration": {
  211.  │      [ ]   "LogDriver": "awslogs",
  212.  ├─ [~] Cpu (requires replacement)
  213.  │   ├─ [-] 1024
  214.  │   └─ [+] 256
  215.  └─ [~] Memory (requires replacement)
  216.      ├─ [-] 2048
  217.      └─ [+] 512
  218. [~] AWS::IAM::Policy appDeploy/Pipeline/Role/DefaultPolicy appDeployPipelineRoleDefaultPolicy3D387CFE
  219.  └─ [~] PolicyDocument
  220.      └─ [~] .Statement:
  221.          └─ @@ -81,5 +81,15 @@
  222.             [ ]         "Arn"
  223.             [ ]       ]
  224.             [ ]     }
  225.             [+]   },
  226.             [+]   {
  227.             [+]     "Action": "sts:AssumeRole",
  228.             [+]     "Effect": "Allow",
  229.             [+]     "Resource": {
  230.             [+]       "Fn::GetAtt": [
  231.             [+]         "appDeployPipelineDeployDeployqueueECSCodePipelineActionRole63027BFA",
  232.             [+]         "Arn"
  233.             [+]       ]
  234.             [+]     }
  235.             [ ]   }
  236.             [ ] ]
  237. [~] AWS::CodePipeline::Pipeline appDeploy/Pipeline appDeployPipelineBC663EE9
  238.  └─ [~] Stages
  239.      └─ @@ -121,6 +121,39 @@
  240.         [ ]       ]
  241.         [ ]     },
  242.         [ ]     "RunOrder": 1
  243.         [+]   },
  244.         [+]   {
  245.         [+]     "ActionTypeId": {
  246.         [+]       "Category": "Deploy",
  247.         [+]       "Owner": "AWS",
  248.         [+]       "Provider": "ECS",
  249.         [+]       "Version": "1"
  250.         [+]     },
  251.         [+]     "Configuration": {
  252.         [+]       "ClusterName": {
  253.         [+]         "Ref": "EcsAppCluster7C7DF57B"
  254.         [+]       },
  255.         [+]       "ServiceName": {
  256.         [+]         "Fn::GetAtt": [
  257.         [+]           "EcsAppqueueServiceA6A514BF",
  258.         [+]           "Name"
  259.         [+]         ]
  260.         [+]       },
  261.         [+]       "FileName": "imagedefinitions-queue.json"
  262.         [+]     },
  263.         [+]     "InputArtifacts": [
  264.         [+]       {
  265.         [+]         "Name": "tobu-Dev-build_output"
  266.         [+]       }
  267.         [+]     ],
  268.         [+]     "Name": "Deploy-queueECS",
  269.         [+]     "RoleArn": {
  270.         [+]       "Fn::GetAtt": [
  271.         [+]         "appDeployPipelineDeployDeployqueueECSCodePipelineActionRole63027BFA",
  272.         [+]         "Arn"
  273.         [+]       ]
  274.         [+]     },
  275.         [+]     "RunOrder": 1
  276.         [ ]   }
  277.         [ ] ],
  278.         [ ] "Name": "Deploy"
  279. [~] AWS::IAM::Role appDeploy/Pipeline/Source/Source-GitHub/CodePipelineActionRole appDeployPipelineSourceSourceGitHubCodePipelineActionRole19ABFEAC
  280.  └─ [~] AssumeRolePolicyDocument
  281.      └─ [~] .Statement:
  282.          └─ @@ -4,15 +4,9 @@
  283.             [ ] "Effect": "Allow",
  284.             [ ] "Principal": {
  285.             [ ]   "AWS": {
  286.             [-]     "Fn::Join": [
  287.             [-]       "",
  288.             [-]       [
  289.             [-]         "arn:",
  290.             [-]         {
  291.             [-]           "Ref": "AWS::Partition"
  292.             [-]         },
  293.             [-]         ":iam::633652790644:root"
  294.             [-]       ]
  295.             [+]     "Fn::GetAtt": [
  296.             [+]       "appDeployPipelineRole74A1B479",
  297.             [+]       "Arn"
  298.             [ ]     ]
  299.             [ ]   }
  300.             [ ] }
  301. [~] AWS::IAM::Role appDeploy/Pipeline/Build/Build-CodeBuild/CodePipelineActionRole appDeployPipelineBuildBuildCodeBuildCodePipelineActionRole35353B0D
  302.  └─ [~] AssumeRolePolicyDocument
  303.      └─ [~] .Statement:
  304.          └─ @@ -4,15 +4,9 @@
  305.             [ ] "Effect": "Allow",
  306.             [ ] "Principal": {
  307.             [ ]   "AWS": {
  308.             [-]     "Fn::Join": [
  309.             [-]       "",
  310.             [-]       [
  311.             [-]         "arn:",
  312.             [-]         {
  313.             [-]           "Ref": "AWS::Partition"
  314.             [-]         },
  315.             [-]         ":iam::633652790644:root"
  316.             [-]       ]
  317.             [+]     "Fn::GetAtt": [
  318.             [+]       "appDeployPipelineRole74A1B479",
  319.             [+]       "Arn"
  320.             [ ]     ]
  321.             [ ]   }
  322.             [ ] }
  323. [~] AWS::IAM::Role appDeploy/Pipeline/Deploy/Deploy-App/CodePipelineActionRole appDeployPipelineDeployDeployAppCodePipelineActionRole326C0B78
  324.  └─ [~] AssumeRolePolicyDocument
  325.      └─ [~] .Statement:
  326.          └─ @@ -4,15 +4,9 @@
  327.             [ ] "Effect": "Allow",
  328.             [ ] "Principal": {
  329.             [ ]   "AWS": {
  330.             [-]     "Fn::Join": [
  331.             [-]       "",
  332.             [-]       [
  333.             [-]         "arn:",
  334.             [-]         {
  335.             [-]           "Ref": "AWS::Partition"
  336.             [-]         },
  337.             [-]         ":iam::633652790644:root"
  338.             [-]       ]
  339.             [+]     "Fn::GetAtt": [
  340.             [+]       "appDeployPipelineRole74A1B479",
  341.             [+]       "Arn"
  342.             [ ]     ]
  343.             [ ]   }
  344.             [ ] }
  345.  
  346.  
  347. start: Building Dev-Tobu-WAF Template
  348. success: Built Dev-Tobu-WAF Template
  349. start: Publishing Dev-Tobu-WAF Template (633652790644-ap-northeast-1)
  350. success: Published Dev-Tobu-WAF Template (633652790644-ap-northeast-1)
  351. Hold on while we create a read-only change set to get a diff with accurate replacement information (use --no-change-set to use a less accurate but faster template-only diff)
  352.  
  353. Stack Dev-Tobu-WAF
  354. There were no differences
  355.  
  356. start: Building Dev-Tobu-file-stream-server Template
  357. success: Built Dev-Tobu-file-stream-server Template
  358. start: Publishing Dev-Tobu-file-stream-server Template (633652790644-ap-northeast-1)
  359. success: Published Dev-Tobu-file-stream-server Template (633652790644-ap-northeast-1)
  360. Hold on while we create a read-only change set to get a diff with accurate replacement information (use --no-change-set to use a less accurate but faster template-only diff)
  361.  
  362. Stack Dev-Tobu-file-stream-server
  363. There were no differences
  364.  
  365. start: Building Dev-Tobu-resource-alert Template
  366. success: Built Dev-Tobu-resource-alert Template
  367. start: Publishing Dev-Tobu-resource-alert Template (633652790644-ap-northeast-1)
  368. success: Published Dev-Tobu-resource-alert Template (633652790644-ap-northeast-1)
  369. Hold on while we create a read-only change set to get a diff with accurate replacement information (use --no-change-set to use a less accurate but faster template-only diff)
  370.  
  371. Stack Dev-Tobu-resource-alert
  372. There were no differences
  373.  
  374.  
  375. ✨  Number of stacks with differences: 1
  376.  
  377. *****************************************************
  378. *** Newer version of CDK is available [2.1016.1
  379. ] ***
  380. *** Upgrade recommended (npm install -g aws-cdk)  ***
  381. *****************************************************
  382. root@985c7157581a:/app/.cdk#
  383.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement