Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@07abb89f1eb6:/app/.cdk# cdk diff
- [WARNING] aws-cdk-lib.aws_ecs.ClusterProps#containerInsights is deprecated.
- See {@link containerInsightsV2 }
- This API will be removed in the next major release.
- npm notice
- npm notice New major version of npm available! 10.8.2 -> 11.4.1
- npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.1
- npm notice To update run: npm install -g npm@11.4.1
- npm notice
- [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]
- start: Building Dev-Tobu-APP Template
- success: Built Dev-Tobu-APP Template
- start: Publishing Dev-Tobu-APP Template (633652790644-ap-northeast-1)
- success: Published Dev-Tobu-APP Template (633652790644-ap-northeast-1)
- 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)
- Stack Dev-Tobu-APP
- IAM Statement Changes
- ┌───┬────────────────────────────────────────────────────────────────────────┬────────┬────────────────┬──────────────────────────────────────────────────┬───────────┐
- │ │ Resource │ Effect │ Action │ Principal │ Condition │
- ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
- │ - │ ${appDeploy/Pipeline/Build/Build-CodeBuild/CodePipelineActionRole.Arn} │ Allow │ sts:AssumeRole │ AWS:arn:${AWS::Partition}:iam::633652790644:root │ │
- ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
- │ - │ ${appDeploy/Pipeline/Deploy/Deploy-App/CodePipelineActionRole.Arn} │ Allow │ sts:AssumeRole │ AWS:arn:${AWS::Partition}:iam::633652790644:root │ │
- ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
- │ - │ ${appDeploy/Pipeline/Source/Source-GitHub/CodePipelineActionRole.Arn} │ Allow │ sts:AssumeRole │ AWS:arn:${AWS::Partition}:iam::633652790644:root │ │
- ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
- │ + │ ${appDeploy/Pipeline/Build/Build-CodeBuild/CodePipelineActionRole.Arn} │ Allow │ sts:AssumeRole │ AWS:${appDeploy/Pipeline/Role.Arn} │ │
- ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
- │ + │ ${appDeploy/Pipeline/Deploy/Deploy-App/CodePipelineActionRole.Arn} │ Allow │ sts:AssumeRole │ AWS:${appDeploy/Pipeline/Role.Arn} │ │
- ├───┼────────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────────────────┼───────────┤
- │ + │ ${appDeploy/Pipeline/Source/Source-GitHub/CodePipelineActionRole.Arn} │ Allow │ sts:AssumeRole │ AWS:${appDeploy/Pipeline/Role.Arn} │ │
- └───┴────────────────────────────────────────────────────────────────────────┴────────┴────────────────┴──────────────────────────────────────────────────┴───────────┘
- (NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)
- Resources
- [~] AWS::ECS::TaskDefinition EcsApp/TaskDefinition EcsAppTaskDefinitionB559BC4B replace
- └─ [~] ContainerDefinitions (requires replacement)
- └─ @@ -3,7 +3,7 @@
- [ ] "Cpu": 0,
- [ ] "Essential": true,
- [ ] "Image": {
- [-] "Fn::Sub": "633652790644.dkr.ecr.ap-northeast-1.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-633652790644-ap-northeast-1:3d6188ebc875c7c6853529dfd213aa1d8a97db917bf84213046bb66655c082d4"
- [+] "Fn::Sub": "633652790644.dkr.ecr.ap-northeast-1.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-633652790644-ap-northeast-1:71b1b8b72207058affb1c77bdb1d43176e838f1442a23a235b6e97132ea071f1"
- [ ] },
- [ ] "LogConfiguration": {
- [ ] "LogDriver": "awslogs",
- [~] AWS::IAM::Role appDeploy/Pipeline/Source/Source-GitHub/CodePipelineActionRole appDeployPipelineSourceSourceGitHubCodePipelineActionRole19ABFEAC
- └─ [~] AssumeRolePolicyDocument
- └─ [~] .Statement:
- └─ @@ -4,15 +4,9 @@
- [ ] "Effect": "Allow",
- [ ] "Principal": {
- [ ] "AWS": {
- [-] "Fn::Join": [
- [-] "",
- [-] [
- [-] "arn:",
- [-] {
- [-] "Ref": "AWS::Partition"
- [-] },
- [-] ":iam::633652790644:root"
- [-] ]
- [+] "Fn::GetAtt": [
- [+] "appDeployPipelineRole74A1B479",
- [+] "Arn"
- [ ] ]
- [ ] }
- [ ] }
- [~] AWS::IAM::Role appDeploy/Pipeline/Build/Build-CodeBuild/CodePipelineActionRole appDeployPipelineBuildBuildCodeBuildCodePipelineActionRole35353B0D
- └─ [~] AssumeRolePolicyDocument
- └─ [~] .Statement:
- └─ @@ -4,15 +4,9 @@
- [ ] "Effect": "Allow",
- [ ] "Principal": {
- [ ] "AWS": {
- [-] "Fn::Join": [
- [-] "",
- [-] [
- [-] "arn:",
- [-] {
- [-] "Ref": "AWS::Partition"
- [-] },
- [-] ":iam::633652790644:root"
- [-] ]
- [+] "Fn::GetAtt": [
- [+] "appDeployPipelineRole74A1B479",
- [+] "Arn"
- [ ] ]
- [ ] }
- [ ] }
- [~] AWS::IAM::Role appDeploy/Pipeline/Deploy/Deploy-App/CodePipelineActionRole appDeployPipelineDeployDeployAppCodePipelineActionRole326C0B78
- └─ [~] AssumeRolePolicyDocument
- └─ [~] .Statement:
- └─ @@ -4,15 +4,9 @@
- [ ] "Effect": "Allow",
- [ ] "Principal": {
- [ ] "AWS": {
- [-] "Fn::Join": [
- [-] "",
- [-] [
- [-] "arn:",
- [-] {
- [-] "Ref": "AWS::Partition"
- [-] },
- [-] ":iam::633652790644:root"
- [-] ]
- [+] "Fn::GetAtt": [
- [+] "appDeployPipelineRole74A1B479",
- [+] "Arn"
- [ ] ]
- [ ] }
- [ ] }
- start: Building Dev-Tobu-WAF Template
- success: Built Dev-Tobu-WAF Template
- start: Publishing Dev-Tobu-WAF Template (633652790644-ap-northeast-1)
- success: Published Dev-Tobu-WAF Template (633652790644-ap-northeast-1)
- 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)
- Stack Dev-Tobu-WAF
- There were no differences
- start: Building Dev-Tobu-file-stream-server Template
- success: Built Dev-Tobu-file-stream-server Template
- start: Publishing Dev-Tobu-file-stream-server Template (633652790644-ap-northeast-1)
- success: Published Dev-Tobu-file-stream-server Template (633652790644-ap-northeast-1)
- 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)
- Stack Dev-Tobu-file-stream-server
- There were no differences
- start: Building Dev-Tobu-resource-alert Template
- success: Built Dev-Tobu-resource-alert Template
- start: Publishing Dev-Tobu-resource-alert Template (633652790644-ap-northeast-1)
- success: Published Dev-Tobu-resource-alert Template (633652790644-ap-northeast-1)
- 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)
- Stack Dev-Tobu-resource-alert
- There were no differences
- ✨ Number of stacks with differences: 1
- *****************************************************
- *** Newer version of CDK is available [2.1016.1
- ] ***
- *** Upgrade recommended (npm install -g aws-cdk) ***
- *****************************************************
- root@07abb89f1eb6:/app/.cdk#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement