aws-samples / aws-fault-injection-simulator-workshop

MIT No Attribution
38 stars 18 forks source link

ECS app should be well architected / using HTTPs #116

Open rudpot opened 3 years ago

rudpot commented 3 years ago

While the ECS app isn't doing anything sensitive it would be good to have it use HTTPS.

dstroppa commented 3 years ago

To use HTTPS we need to have a domain name (see https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-ecs-patterns.ApplicationLoadBalancedEc2Service.html#protocol). Do we have a sample domain name we can use for this workshop?

rudpot commented 3 years ago

Oh damn, I thought that the ALBs came with amazonaws.com certificates and you only needed a domain name if you wanted to have a custom domain but I guess that's gone?