DaaS / Products / Terraform HTTPS Web Server with SSL

Terraform HTTPS Web Server with SSL

Use Terraform to provision a complete web stack (VPC, ECS instances, SLB, security groups), then deploy SSL certificates to enable HTTPS on the provisioned load balancer or ECS servers — a standard IaC-driven secure web deployment.

Products involved

Scenario

Use Terraform to provision a complete web stack (VPC, ECS instances, SLB, security groups), then deploy SSL certificates to enable HTTPS on the provisioned load balancer or ECS servers — a standard IaC-driven secure web deployment.

How the products combine

  1. terraform · terraform-provision-infrastructure — Terraform — Provision cloud infrastructure (compute, network, storage)
  2. See terraform/terraform-provision-infrastructure.

  3. cas · cas-deploy-certificate — Certificate Management Service — Deploy SSL certificate to servers or cloud resources
  4. See cas/cas-deploy-certificate.

  5. ecs · ecs-configure-instance — ECS — Configure networking for ECS instances
  6. See ecs/ecs-configure-instance.

Typical questions