Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tear down "legacy" DCR stack #11422

Open
georgeblahblah opened this issue May 15, 2024 · 0 comments
Open

Tear down "legacy" DCR stack #11422

georgeblahblah opened this issue May 15, 2024 · 0 comments
Milestone

Comments

@georgeblahblah
Copy link
Contributor

georgeblahblah commented May 15, 2024

Since spinning up dedicated stacks for different purposes in #9955 we should tear down the legacy stack:

new DotcomRendering(cdkApp, 'DotcomRendering-PROD', {
...sharedProps,
app: 'rendering',
stage: 'PROD',
minCapacity: 3,
maxCapacity: 12,
instanceType: 't4g.small',
});
new DotcomRendering(cdkApp, 'DotcomRendering-CODE', {
...sharedProps,
app: 'rendering',
stage: 'CODE',
minCapacity: 1,
maxCapacity: 4,
instanceType: 't4g.micro',
});

This should be replaced with a new stack which handles miscellaneous requests like the email newsletters page.

This also handles AMP requests. We should redistribute these across the other stacks.

@georgeblahblah georgeblahblah added the Pick me up small effort, self contained issues to do when you feel like a pick me up, waiting to be unblocked… label May 15, 2024
@georgeblahblah georgeblahblah added this to the Health milestone May 15, 2024
@JamieB-gu JamieB-gu removed the Pick me up small effort, self contained issues to do when you feel like a pick me up, waiting to be unblocked… label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants