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

[CONTINT-3529] Add basic ecs fargate windows app #571

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

AliDatadog
Copy link
Contributor

@AliDatadog AliDatadog commented Jan 22, 2024

What does this PR do?

This PR adds a basic ecs fargate windows application.

Which scenarios this will impact?

aws/ecs
Example: https://dddev.datadoghq.com/notebook/7776845/ali-windows-ecs?cell-31ekfdth-live=false&cell-31ekfdth-range=50606&cell-31ekfdth-start=1711630015394&cell-v7z96u34-live=false&cell-v7z96u34-range=1823936&cell-v7z96u34-start=1711628242064

Motivation

We would like to easily setup an ecs fargate windows setup.

Additional Notes

  • No logs configuration. It requires awslogs.
  • No query for the dummy app as it wouldn't be used.

@AliDatadog AliDatadog requested a review from a team as a code owner January 22, 2024 15:38
@AliDatadog AliDatadog changed the title Add basic ecs fargate windows app [CONTINT-3529] Add basic ecs fargate windows app Jan 22, 2024

opts = append(opts, pulumi.Parent(EcsFargateComponent))

nlb, err := lb.NewNetworkLoadBalancer(e.Ctx, namer.ResourceName("lb"), &lb.NetworkLoadBalancerArgs{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need an LB?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking of adding a query app too in another PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the load balancer so we can add it in another PR if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants