Advertisement
indrajit_alex

Untitled

May 21st, 2025
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.34 KB | None | 0 0
  1. root@07abb89f1eb6:/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. start: Building Dev-Tobu-APP Template
  12. success: Built Dev-Tobu-APP Template
  13. start: Publishing Dev-Tobu-APP Template (633652790644-ap-northeast-1)
  14. success: Published Dev-Tobu-APP Template (633652790644-ap-northeast-1)
  15. 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)
  16.  
  17. Stack Dev-Tobu-APP
  18. IAM Statement Changes
  19. ┌───┬────────────────────────────────────────────────────────────────────────┬────────┬────────────────┬──────────────────────────────────────────────────┬───────────┐
  20. │   │ Resource                                                               │ Effect │ Action         │ Principal                                        │ Condition │
  21. ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
  22. │ - │ ${appDeploy/Pipeline/Build/Build-CodeBuild/CodePipelineActionRole.Arn} │ Allow  │ sts:AssumeRole │ AWS:arn:${AWS::Partition}:iam::633652790644:root │           │
  23. ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
  24. │ - │ ${appDeploy/Pipeline/Deploy/Deploy-App/CodePipelineActionRole.Arn}     │ Allow  │ sts:AssumeRole │ AWS:arn:${AWS::Partition}:iam::633652790644:root │           │
  25. ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
  26. │ - │ ${appDeploy/Pipeline/Source/Source-GitHub/CodePipelineActionRole.Arn}  │ Allow  │ sts:AssumeRole │ AWS:arn:${AWS::Partition}:iam::633652790644:root │           │
  27. ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
  28. │ + │ ${appDeploy/Pipeline/Build/Build-CodeBuild/CodePipelineActionRole.Arn} │ Allow  │ sts:AssumeRole │ AWS:${appDeploy/Pipeline/Role.Arn}               │           │
  29. ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
  30. │ + │ ${appDeploy/Pipeline/Deploy/Deploy-App/CodePipelineActionRole.Arn}     │ Allow  │ sts:AssumeRole │ AWS:${appDeploy/Pipeline/Role.Arn}               │           │
  31. ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
  32. │ + │ ${appDeploy/Pipeline/Source/Source-GitHub/CodePipelineActionRole.Arn}  │ Allow  │ sts:AssumeRole │ AWS:${appDeploy/Pipeline/Role.Arn}               │           │
  33. └───┴────────────────────────────────────────────────────────────────────────┴────────┴────────────────┴──────────────────────────────────────────────────┴───────────┘
  34. (NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)
  35.  
  36. Resources
  37. [~] AWS::ECS::TaskDefinition EcsApp/TaskDefinition EcsAppTaskDefinitionB559BC4B replace
  38.  └─ [~] ContainerDefinitions (requires replacement)
  39.      └─ @@ -3,7 +3,7 @@
  40.         [ ] "Cpu": 0,
  41.         [ ] "Essential": true,
  42.         [ ] "Image": {
  43.         [-]   "Fn::Sub": "633652790644.dkr.ecr.ap-northeast-1.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-633652790644-ap-northeast-1:3d6188ebc875c7c6853529dfd213aa1d8a97db917bf84213046bb66655c082d4"
  44.         [+]   "Fn::Sub": "633652790644.dkr.ecr.ap-northeast-1.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-633652790644-ap-northeast-1:71b1b8b72207058affb1c77bdb1d43176e838f1442a23a235b6e97132ea071f1"
  45.         [ ] },
  46.         [ ] "LogConfiguration": {
  47.         [ ]   "LogDriver": "awslogs",
  48. [~] AWS::IAM::Role appDeploy/Pipeline/Source/Source-GitHub/CodePipelineActionRole appDeployPipelineSourceSourceGitHubCodePipelineActionRole19ABFEAC
  49.  └─ [~] AssumeRolePolicyDocument
  50.      └─ [~] .Statement:
  51.          └─ @@ -4,15 +4,9 @@
  52.             [ ] "Effect": "Allow",
  53.             [ ] "Principal": {
  54.             [ ]   "AWS": {
  55.             [-]     "Fn::Join": [
  56.             [-]       "",
  57.             [-]       [
  58.             [-]         "arn:",
  59.             [-]         {
  60.             [-]           "Ref": "AWS::Partition"
  61.             [-]         },
  62.             [-]         ":iam::633652790644:root"
  63.             [-]       ]
  64.             [+]     "Fn::GetAtt": [
  65.             [+]       "appDeployPipelineRole74A1B479",
  66.             [+]       "Arn"
  67.             [ ]     ]
  68.             [ ]   }
  69.             [ ] }
  70. [~] AWS::IAM::Role appDeploy/Pipeline/Build/Build-CodeBuild/CodePipelineActionRole appDeployPipelineBuildBuildCodeBuildCodePipelineActionRole35353B0D
  71.  └─ [~] AssumeRolePolicyDocument
  72.      └─ [~] .Statement:
  73.          └─ @@ -4,15 +4,9 @@
  74.             [ ] "Effect": "Allow",
  75.             [ ] "Principal": {
  76.             [ ]   "AWS": {
  77.             [-]     "Fn::Join": [
  78.             [-]       "",
  79.             [-]       [
  80.             [-]         "arn:",
  81.             [-]         {
  82.             [-]           "Ref": "AWS::Partition"
  83.             [-]         },
  84.             [-]         ":iam::633652790644:root"
  85.             [-]       ]
  86.             [+]     "Fn::GetAtt": [
  87.             [+]       "appDeployPipelineRole74A1B479",
  88.             [+]       "Arn"
  89.             [ ]     ]
  90.             [ ]   }
  91.             [ ] }
  92. [~] AWS::IAM::Role appDeploy/Pipeline/Deploy/Deploy-App/CodePipelineActionRole appDeployPipelineDeployDeployAppCodePipelineActionRole326C0B78
  93.  └─ [~] AssumeRolePolicyDocument
  94.      └─ [~] .Statement:
  95.          └─ @@ -4,15 +4,9 @@
  96.             [ ] "Effect": "Allow",
  97.             [ ] "Principal": {
  98.             [ ]   "AWS": {
  99.             [-]     "Fn::Join": [
  100.             [-]       "",
  101.             [-]       [
  102.             [-]         "arn:",
  103.             [-]         {
  104.             [-]           "Ref": "AWS::Partition"
  105.             [-]         },
  106.             [-]         ":iam::633652790644:root"
  107.             [-]       ]
  108.             [+]     "Fn::GetAtt": [
  109.             [+]       "appDeployPipelineRole74A1B479",
  110.             [+]       "Arn"
  111.             [ ]     ]
  112.             [ ]   }
  113.             [ ] }
  114.  
  115.  
  116. start: Building Dev-Tobu-WAF Template
  117. success: Built Dev-Tobu-WAF Template
  118. start: Publishing Dev-Tobu-WAF Template (633652790644-ap-northeast-1)
  119. success: Published Dev-Tobu-WAF Template (633652790644-ap-northeast-1)
  120. 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)
  121.  
  122. Stack Dev-Tobu-WAF
  123. There were no differences
  124.  
  125. start: Building Dev-Tobu-file-stream-server Template
  126. success: Built Dev-Tobu-file-stream-server Template
  127. start: Publishing Dev-Tobu-file-stream-server Template (633652790644-ap-northeast-1)
  128. success: Published Dev-Tobu-file-stream-server Template (633652790644-ap-northeast-1)
  129. 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)
  130.  
  131. Stack Dev-Tobu-file-stream-server
  132. There were no differences
  133.  
  134. start: Building Dev-Tobu-resource-alert Template
  135. success: Built Dev-Tobu-resource-alert Template
  136. start: Publishing Dev-Tobu-resource-alert Template (633652790644-ap-northeast-1)
  137. success: Published Dev-Tobu-resource-alert Template (633652790644-ap-northeast-1)
  138. 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)
  139.  
  140. Stack Dev-Tobu-resource-alert
  141. There were no differences
  142.  
  143.  
  144. ✨  Number of stacks with differences: 1
  145.  
  146. *****************************************************
  147. *** Newer version of CDK is available [2.1016.1
  148. ] ***
  149. *** Upgrade recommended (npm install -g aws-cdk)  ***
  150. *****************************************************
  151. root@07abb89f1eb6:/app/.cdk#
  152.  
  153.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement