Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 21455-efsReplication
Browse files Browse the repository at this point in the history
mergify[bot] authored Apr 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 7e3380f + 6fdc458 commit ecfd8c0
Showing 124 changed files with 132,958 additions and 33,317 deletions.
Original file line number Diff line number Diff line change
@@ -570,6 +570,7 @@
"Family": "awsecsintegruntimeTaskDefGraviton28E28B263",
"Memory": "1024",
"NetworkMode": "awsvpc",
"PidMode": "host",
"RequiresCompatibilities": [
"FARGATE"
],
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ const taskDefinitiongraviton2 = new ecs.FargateTaskDefinition(stack, 'TaskDefGra
},
cpu: 256,
memoryLimitMiB: 1024,
pidMode: ecs.PidMode.HOST,
});

taskDefinitionwindows.addContainer('windowsservercore', {

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -918,6 +918,14 @@
"Export": {
"Name": "integ-cognito:ExportsOutputRefSignin352C80E64BA58F71"
}
},
"ExportsOutputRefUserPool6BA7E5F296FD7236": {
"Value": {
"Ref": "UserPool6BA7E5F2"
},
"Export": {
"Name": "integ-cognito:ExportsOutputRefUserPool6BA7E5F296FD7236"
}
}
},
"Parameters": {

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ecfd8c0

Please sign in to comment.