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

Encrypt traffic between ALB and ECS application #15

Open
aaroncarlucci opened this issue Nov 23, 2023 · 0 comments · May be fixed by #28
Open

Encrypt traffic between ALB and ECS application #15

aaroncarlucci opened this issue Nov 23, 2023 · 0 comments · May be fixed by #28
Assignees
Labels
enhancement New feature or request

Comments

@aaroncarlucci
Copy link
Owner

Explore encrypting traffic between the ALB and the ECS application. This is considered an "optional" requirement, but would demonstrate security emphasis.

Initial plan:

  • Create self-signed SSL certificate during Docker build for maximum lifetime (10 years?)
  • Modify ECS task port from 80 to 443
  • Modify ALB listener port forward from 80 to 443
  • Modify ALB health check to port 443

Depends on moving toward a customized Dockerfile.

@aaroncarlucci aaroncarlucci added the enhancement New feature or request label Nov 23, 2023
@aaroncarlucci aaroncarlucci self-assigned this Nov 27, 2023
@aaroncarlucci aaroncarlucci linked a pull request Nov 27, 2023 that will close this issue
@aaroncarlucci aaroncarlucci linked a pull request Nov 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant